Skip to content

Commit 618d5bd

Browse files
christophstroblodrotbohm
authored andcommitted
DATAMONGO-919 - Prepare Release 1.5.0.RC1
Upgrade AspectJ Maven plugin to recent version which enables building the module on java 8 using AspectJ 1.8.
1 parent 096c327 commit 618d5bd

File tree

1 file changed

+3
-2
lines changed
  • spring-data-mongodb-cross-store

1 file changed

+3
-2
lines changed

spring-data-mongodb-cross-store/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.codehaus.mojo</groupId>
100100
<artifactId>aspectj-maven-plugin</artifactId>
101-
<version>1.4</version>
101+
<version>1.6</version>
102102
<dependencies>
103103
<dependency>
104104
<groupId>org.aspectj</groupId>
@@ -126,7 +126,8 @@
126126
<groupId>org.springframework</groupId>
127127
<artifactId>spring-aspects</artifactId>
128128
</aspectLibrary>
129-
</aspectLibraries>
129+
</aspectLibraries>
130+
<complianceLevel>${source.level}</complianceLevel>
130131
<source>${source.level}</source>
131132
<target>${source.level}</target>
132133
</configuration>

0 commit comments

Comments
 (0)