Skip to content

Commit b9c6e88

Browse files
committed
Upgrade maven to 3.8.1 and the groovy-eclipse-compiler to 3.7.0
1 parent d6f982b commit b9c6e88

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
<plugin>
367367
<groupId>org.codehaus.groovy</groupId>
368368
<artifactId>groovy-eclipse-compiler</artifactId>
369-
<version>3.6.0-03</version>
369+
<version>3.7.0</version>
370370
<extensions>true</extensions>
371371
</plugin>
372372
<plugin>
@@ -381,12 +381,12 @@
381381
<dependency>
382382
<groupId>org.codehaus.groovy</groupId>
383383
<artifactId>groovy-eclipse-compiler</artifactId>
384-
<version>3.6.0-03</version>
384+
<version>3.7.0</version>
385385
</dependency>
386386
<dependency>
387387
<groupId>org.codehaus.groovy</groupId>
388388
<artifactId>groovy-eclipse-batch</artifactId>
389-
<version>3.0.5-01</version>
389+
<version>3.0.8-01</version>
390390
</dependency>
391391
</dependencies>
392392
</plugin>

0 commit comments

Comments
 (0)