Skip to content

Commit 2ba3c75

Browse files
committed
Bump AspectJ to 1.9.7.M3, supporting Java 15+16
Also pull up the version property into the parent POM, in order to be able to use it in ITs, too, similarly to the ErrorProne version.
1 parent e052462 commit 2ba3c75

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

plexus-compilers/plexus-compiler-aspectj/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<name>Plexus AspectJ Compiler</name>
1414
<description>AspectJ Compiler support for Plexus Compiler component.</description>
1515

16-
<properties>
17-
<aspectj.version>1.9.6</aspectj.version>
18-
</properties>
19-
2016
<dependencies>
2117
<dependency>
2218
<groupId>org.codehaus.plexus</groupId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<redirectTestOutputToFile>true</redirectTestOutputToFile>
4848
<project.build.outputTimestamp>2020-08-24T00:30:49Z</project.build.outputTimestamp>
4949
<junit.version>4.13.2</junit.version>
50+
<aspectj.version>1.9.7.M3</aspectj.version>
5051
<errorprone.version>2.6.0</errorprone.version>
5152
</properties>
5253

0 commit comments

Comments
 (0)