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

[maven-mvnd] branch rb created (now 9dd439f)

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

hboutemy pushed a change to branch rb
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


      at 9dd439f  prepare Reproducible Builds

This branch includes the following new commits:

     new 9dd439f  prepare Reproducible Builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-mvnd] 01/01: prepare Reproducible Builds

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9dd439f2b1fe7e4639fec272fbc9a67dc847c1da
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 1 10:10:12 2022 +0200

    prepare Reproducible Builds
---
 common/src/main/resources/org/mvndaemon/mvnd/common/build.properties | 4 ----
 pom.xml                                                              | 3 ++-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/common/src/main/resources/org/mvndaemon/mvnd/common/build.properties b/common/src/main/resources/org/mvndaemon/mvnd/common/build.properties
index d643a40..b0b2145 100644
--- a/common/src/main/resources/org/mvndaemon/mvnd/common/build.properties
+++ b/common/src/main/resources/org/mvndaemon/mvnd/common/build.properties
@@ -15,8 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-revision=${buildNumber}
-timestamp=${timestamp}
 version=${project.version}
-os.detected.name=${os.detected.name}
-os.detected.arch=${os.detected.arch}
\ No newline at end of file
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>