Skip to content

Commit

Permalink
Reduce eclipse compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Dec 1, 2021
1 parent bbae8d8 commit 71a6e43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion v1_14_R1/pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.9.0</version>
<version>2.8.8</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion v1_15_R1/pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.9.0</version>
<version>2.8.8</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion v1_16_R3/pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.9.0</version>
<version>2.8.8</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion v1_17_R1/pom.xml
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.9.0</version>
<version>2.8.8</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion v1_18_R1/pom.xml
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.9.0</version>
<version>2.8.8</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 71a6e43

Please sign in to comment.