You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/03/23 04:29:55 UTC

[any23] branch master updated: make build reproducible (#270)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new b0e8e2f  make build reproducible (#270)
b0e8e2f is described below

commit b0e8e2f09b25d49152d96503ac5b49331130848e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Mar 23 05:29:51 2022 +0100

    make build reproducible (#270)
---
 api/src/main/resources/default-configuration.properties | 2 +-
 cli/src/main/assembly/README.txt                        | 2 +-
 pom.xml                                                 | 5 +----
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/api/src/main/resources/default-configuration.properties b/api/src/main/resources/default-configuration.properties
index 0991f23..2fc6279 100644
--- a/api/src/main/resources/default-configuration.properties
+++ b/api/src/main/resources/default-configuration.properties
@@ -16,7 +16,7 @@
 #
 
 # Any23 Core Version
-any23.core.version=${project.version} (${implementation.build.tstamp})
+any23.core.version=${project.version}
 
 # HTTP Client Configuration.
 # ---- Default HTTP User Agent if not specified.
diff --git a/cli/src/main/assembly/README.txt b/cli/src/main/assembly/README.txt
index eed60fb..0edccf1 100644
--- a/cli/src/main/assembly/README.txt
+++ b/cli/src/main/assembly/README.txt
@@ -13,7 +13,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 
-Apache Any23 ${project.version} (${implementation.build.tstamp})
+Apache Any23 ${project.version}
 
   What is it?
   -----------
diff --git a/pom.xml b/pom.xml
index 18dff3f..cdad458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
     <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
     <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
     <appassembler-maven-plugin.version>2.1.0</appassembler-maven-plugin.version>
-    <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
+    <maven-release-plugin.version>3.0.0-M5</maven-release-plugin.version>
     <buildnumber-maven-plugin.version>3.0.0</buildnumber-maven-plugin.version>
     <maven-compiler-plugin.version>3.10.0</maven-compiler-plugin.version>
     <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
@@ -933,7 +933,6 @@
             </manifest>
             <manifestEntries>
               <Implementation-Build>${implementation.build}</Implementation-Build>
-              <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
               <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
               <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
             </manifestEntries>
@@ -1150,7 +1149,6 @@
                     </manifest>
                     <manifestEntries>
                       <Implementation-Build>${implementation.build}</Implementation-Build>
-                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
                       <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
                       <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
                     </manifestEntries>
@@ -1179,7 +1177,6 @@
                     </manifest>
                     <manifestEntries>
                       <Implementation-Build>${implementation.build}</Implementation-Build>
-                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
                       <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
                       <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
                     </manifestEntries>