You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/02 09:14:10 UTC

[maven-mvnd] branch master updated: prepare Reproducible Builds (#626)

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new d3d83ba  prepare Reproducible Builds (#626)
d3d83ba is described below

commit d3d83bad370695a61c86ff92e3b310fc189c33ef
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon May 2 11:14:07 2022 +0200

    prepare Reproducible Builds (#626)
---
 common/pom.xml | 2 --
 daemon/pom.xml | 1 -
 native/pom.xml | 1 -
 pom.xml        | 3 ++-
 4 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index dd0e87f..f740ed0 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -155,7 +155,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jar-plugin</artifactId>
-                        <version>3.2.0</version>
                         <configuration>
                             <archive>
                                 <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
@@ -226,7 +225,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jar-plugin</artifactId>
-                        <version>3.2.0</version>
                         <configuration>
                             <archive>
                                 <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 2f4ffb3..9b62087 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -114,7 +114,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.0.0-M5</version>
                 <configuration>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     <forkCount>1</forkCount>
diff --git a/native/pom.xml b/native/pom.xml
index a3d33f9..a9be627 100644
--- a/native/pom.xml
+++ b/native/pom.xml
@@ -84,7 +84,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.0.0-M5</version>
                 <configuration>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     <forkCount>1</forkCount>
diff --git a/pom.xml b/pom.xml
index da78b27..021497c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.source>1.8</maven.compiler.source>
+        <project.build.outputTimestamp>2021-04-05T08:12:18Z</project.build.outputTimestamp>
         <trimStackTrace>false</trimStackTrace>
         <project.github.repository>apache/maven-mvnd</project.github.repository>
         <repository.url>github.com:${project.github.repository}</repository.url>
@@ -67,7 +68,7 @@
         <groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version>
         <impsort-maven-plugin.version>1.6.0</impsort-maven-plugin.version>
         <license-maven-plugin.version>3.0</license-maven-plugin.version>
-        <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
+        <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
         <maven-install-plugin.version>2.4</maven-install-plugin.version>
         <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
         <mrm.version>1.2.0</mrm.version>