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 2a51a31 Increasing version of jetty and log4j
2a51a31 is described below
commit 2a51a31e0ed001ed681d0bbe0ab06913e01d9dd9
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Jun 30 23:20:47 2020 +0200
Increasing version of jetty and log4j
---
pom.xml | 47 +++++++++++++++++------------------------------
1 file changed, 17 insertions(+), 30 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4815075..4a96245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<releaseDeployId>archiva-repository.releases</releaseDeployId>
<gpg.useagent>true</gpg.useagent>
- <surefireVersion>3.0.0-M3</surefireVersion>
+ <surefireVersion>3.0.0-M5</surefireVersion>
<sonar.plugin.version>2.5</sonar.plugin.version>
<!-- archiva components version -->
@@ -78,9 +78,9 @@
<scmPublishBranch>asf-staging-3.0</scmPublishBranch>
<scmPubCheckoutDirectory>.site-content</scmPubCheckoutDirectory>
- <jetty.version>9.4.14.v20181114</jetty.version>
+ <jetty.version>9.4.30.v20200611</jetty.version>
<slf4j.version>1.7.28</slf4j.version>
- <log4j.version>2.12.1</log4j.version>
+ <log4j.version>2.13.3</log4j.version>
<spring.version>5.2.7.RELEASE</spring.version>
<ehcache.version>2.10.6</ehcache.version>
@@ -127,9 +127,9 @@
<!-- reporting plugins versions -->
<maven-project-info-reports-plugin.version>3.1.0</maven-project-info-reports-plugin.version>
- <checkstyleVersion>3.0.0</checkstyleVersion>
+ <checkstyleVersion>3.1.1</checkstyleVersion>
<jxrVersion>3.0.0</jxrVersion>
- <javadocPluginVersion>3.1.1</javadocPluginVersion>
+ <javadocPluginVersion>3.2.0</javadocPluginVersion>
<plexusUtilsPluginsVersion>3.0.15</plexusUtilsPluginsVersion>
@@ -722,21 +722,9 @@
</dependencies>
</plugin>
<plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>3.0.0</version>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <!--suppress UnresolvedMavenProperty -->
-
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
- </instructions>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.3.0</version>
<configuration>
<recompressZippedFiles>true</recompressZippedFiles>
</configuration>
@@ -758,7 +746,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.1.2</version>
<configuration>
<useJvmChmod>true</useJvmChmod>
</configuration>
@@ -791,7 +779,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -805,7 +793,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.5.1</version>
+ <version>2.5.3</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/archiva/tags/</tagBase>
<useReleaseProfile>false</useReleaseProfile>
@@ -816,7 +804,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>1.5</version>
+ <version>1.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -826,7 +814,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -841,12 +829,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.2.2</version>
+ <version>3.3.0</version>
<configuration>
<recompressZippedFiles>true</recompressZippedFiles>
</configuration>
@@ -891,22 +879,22 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.3.2</version>
+ <version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.1</version>
+ <version>2.7</version>
</plugin>
</plugins>
</pluginManagement>
@@ -1101,7 +1089,6 @@
<plugin>
<artifactId>maven-resources-plugin</artifactId>
- <version>3.1.0</version>
<executions>
<execution>
<id>copy-resources</id>