This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 5128f55 Revert "Upgrade plugins to have better reproducible builds
(#3801)"
5128f55 is described below
commit 5128f5537a5a3e1e6bd3b55db7eaaff0a73062ce
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 5 22:54:58 2020 +0200
Revert "Upgrade plugins to have better reproducible builds (#3801)"
This reverts commit db6b398c8978f27fb316f5274af139d848c3e5c7.
---
apache-camel/pom.xml | 7 +++++++
parent/pom.xml | 2 +-
pom.xml | 4 ++--
tooling/maven/camel-javadoc-plugin/pom.xml | 4 ++--
4 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index f5a717d..885fae5 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -218,6 +218,13 @@
</configuration>
</execution>
</executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <version>3.0.3</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</build>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3e07a34..dfd9541 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -384,7 +384,7 @@
<maven-checkstyle-version>8.26</maven-checkstyle-version>
<maven-owasp-plugin-version>5.3.2</maven-owasp-plugin-version>
<maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
- <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
+ <maven-javadoc-plugin-version>3.1.1</maven-javadoc-plugin-version>
<maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
<maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version>
<maven-plugin-annotations-version>3.6.0</maven-plugin-annotations-version>
diff --git a/pom.xml b/pom.xml
index 3c609c2..dbc3382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>23</version>
+ <version>21</version>
</parent>
<groupId>org.apache.camel</groupId>
@@ -115,7 +115,7 @@
<compiler.fork>false</compiler.fork>
<maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
- <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
+ <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
<maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
<!-- we need to override the version inherited from Apache POM for
modules that use this POM as parent -->
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
diff --git a/tooling/maven/camel-javadoc-plugin/pom.xml
b/tooling/maven/camel-javadoc-plugin/pom.xml
index c7a7f7b..03a0e85 100644
--- a/tooling/maven/camel-javadoc-plugin/pom.xml
+++ b/tooling/maven/camel-javadoc-plugin/pom.xml
@@ -46,12 +46,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
- <version>3.5.0</version>
+ <version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>4.2.1</version>
+ <version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>