This is an automated email from the ASF dual-hosted git repository.
martin_s 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 450cc3b Changing plugin versions
450cc3b is described below
commit 450cc3bfc7cdeb87c60046f7878a237a4b99974c
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu Nov 8 09:38:24 2018 +0100
Changing plugin versions
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 815b871..9566406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -745,7 +745,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.6</version>
+ <version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -763,7 +763,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.12</version>
+ <version>0.11</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -773,7 +773,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
- <version>1.1</version>
+ <version>3.0.0</version>
<configuration>
<checkoutDirectory>${scmPubCheckoutDirectory}</checkoutDirectory>
<tryUpdate>${scmTryUpdate}</tryUpdate>