Skip to content

Commit 1898d4a

Browse files
committed
Upgrade maven to last version supporting JDK 6
Versions before 3.2.3 don't use https when accessing Maven Central, which is now required (see MNG-5672). Also upgrade findbugs to a version compatible with newer Maven versions.
1 parent 4a6c78a commit 1898d4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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.1.1/apache-maven-3.1.1-bin.zip
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.2.5/apache-maven-3.2.5-bin.zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.codehaus.mojo</groupId>
162162
<artifactId>findbugs-maven-plugin</artifactId>
163-
<version>3.0.1</version>
163+
<version>3.0.5</version>
164164
</plugin>
165165
<plugin>
166166
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)