This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new cee68de [SYSTEMDS-3196] Update `org.apache` parent pom version to 24
(#1436)
cee68de is described below
commit cee68de6a8f46c318dc60c5e36c6e53a4eb3b77e
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Nov 4 00:33:38 2021 +0530
[SYSTEMDS-3196] Update `org.apache` parent pom version to 24 (#1436)
* update parent pom to 24, and enable outputTimestamp
* resolve warning with inclusion filter about *:commons-httpclient*
[1] https://maven.apache.org/guides/mini/guide-reproducible-builds.html
[2] https://lists.apache.org/thread/9wk97dwjlcoxlk1onxotfo8k98b2v0sk
[3]
https://github.com/apache/maven-apache-parent/compare/apache-18...apache-24#diff
---
pom.xml | 3 ++-
src/assembly/bin.xml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0b230a8..1e88b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>18</version>
+ <version>24</version>
</parent>
<groupId>org.apache.systemds</groupId>
<version>2.3.0-SNAPSHOT</version>
@@ -45,6 +45,7 @@
<scala.version>2.12.0</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss
z</maven.build.timestamp.format>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
<enableGPU>false</enableGPU>
<jcuda.scope>provided</jcuda.scope>
<jcuda.version>10.2.0</jcuda.version>
diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index ff2c4b4..049e273 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.xml
@@ -85,7 +85,7 @@
<include>*:commons-cli*</include>
<include>*:commons-collections*</include>
<include>*:commons-configuration*</include>
- <include>*:commons-httpclient*</include>
+ <!-- <include>*:commons-httpclient*</include>
-->
<include>*:commons-io*</include>
<include>*:commons-lang</include>
<include>*:commons-lang3</include>