This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 84212d6 upgrade some plugins
84212d6 is described below
commit 84212d6456fe4505bf6042efe5bb3919a70bf3d9
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 21:06:49 2018 +1000
upgrade some plugins
Signed-off-by: olivier lamy <[email protected]>
---
pom.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 866b76b..7ef6180 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<releaseDeployId>archiva-repository.releases</releaseDeployId>
<gpg.useagent>true</gpg.useagent>
- <surefireVersion>2.22.1</surefireVersion>
+ <surefireVersion>3.0.0-M3</surefireVersion>
<sonar.plugin.version>2.5</sonar.plugin.version>
<!-- svnsubpub configuration -->
@@ -666,7 +666,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.0</version>
<configuration>
<source>${compiler.source}</source>
<target>${compiler.target}</target>
@@ -675,7 +675,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.1.1</version>
<configuration>
<useJvmChmod>true</useJvmChmod>
</configuration>
@@ -683,12 +683,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.8.2</version>
+ <version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.0.0-M1</version>
+ <version>3.0.0-M2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -698,12 +698,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>2.5.2</version>
+ <version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -729,12 +729,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.7</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.3</version>
+ <version>3.2.1.</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -754,7 +754,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>2.6</version>
+ <version>3.2.2</version>
<configuration>
<recompressZippedFiles>true</recompressZippedFiles>
</configuration>