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 8e50bdb Using properties for common dependency versions
8e50bdb is described below
commit 8e50bdb61078f6dc797feed6342c3ea491381d56
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Oct 6 21:21:49 2019 +0200
Using properties for common dependency versions
---
pom.xml | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 767a426..a71cfe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,8 +77,19 @@
<svnkit.version>1.8.9</svnkit.version>
<jetty.version>9.4.14.v20181114</jetty.version>
- <slf4j.version>1.7.25</slf4j.version>
- <log4j.version>2.9.1</log4j.version>
+ <slf4j.version>1.7.28</slf4j.version>
+ <log4j.version>2.12.1</log4j.version>
+ <spring.version>4.3.10.RELEASE</spring.version>
+
+
+ <!-- apache commons -->
+ <commons.lang3.version>3.9</commons.lang3.version>
+ <commons.codec.version>1.13</commons.codec.version>
+ <commons.configuration.version>1.10</commons.configuration.version>
+
+ <!-- junit -->
+ <junit.platform.version>1.5.2</junit.platform.version>
+ <junit.jupiter.version>5.5.2</junit.jupiter.version>
<!-- reporting plugins versions -->
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
@@ -90,7 +101,7 @@
<jacksonVersion>2.3.0</jacksonVersion>
<enunciate.docsDir />
- <enunciate.version>2.11.1</enunciate.version>
+ <enunciate.version>2.12.0</enunciate.version>
<enunciate.debug>false</enunciate.debug>
<javaVersion>8</javaVersion>
@@ -985,7 +996,6 @@
<executions>
<execution>
<id>generate-enunciate-docs</id>
- <phase>compile</phase>
<goals>
<goal>docs</goal>
</goals>
@@ -994,6 +1004,14 @@
<configuration>
<docsDir>${enunciate.docsDir}</docsDir>
<configFile>src/enunciate/enunciate.xml</configFile>
+ <sourcepath-includes>
+ <include>
+ <groupId>org.apache.archiva</groupId>
+ </include>
+ <include>
+ <groupId>org.apache.archiva.maven</groupId>
+ </include>
+ </sourcepath-includes>
</configuration>
<dependencies>
<!-- needed for jdk 11 -->