This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 25bcb7961e activate Reproducible Builds
25bcb7961e is described below
commit 25bcb7961e4fb6c50827e9f6cc13ee898870a9a4
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Nov 11 09:15:37 2022 +0100
activate Reproducible Builds
---
project/pom.xml | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/project/pom.xml b/project/pom.xml
index e46a568557..f6d9eec75f 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -214,10 +214,11 @@
<maven.compile.source>${jdk.version}</maven.compile.source>
<maven.compile.target>${jdk.version}</maven.compile.target>
<maven.compile.deprecation>true</maven.compile.deprecation>
+ <project.build.outputTimestamp>1668154596</project.build.outputTimestamp>
<!-- Plugin versions -->
<bnd.version>5.2.0</bnd.version>
- <maven-jar-plugin.version>3.0.1</maven-jar-plugin.version>
+ <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<!-- General dependency versions -->
@@ -476,7 +477,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.4</version>
+ <version>3.0.0-M7</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
@@ -637,6 +638,21 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>3.3.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.7.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.2.1</version>
+ </plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
@@ -675,7 +691,7 @@
</plugin>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
- <version>2.2</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
@@ -1040,7 +1056,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>3.2.0</version>
<executions>
<execution>
<id>attach-sources</id>