This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 829c28ae40 [KIE-820] add timestamp for reproducible builds (#5650)
829c28ae40 is described below
commit 829c28ae40155010a3a4d4085f9617d3cedccbe6
Author: Mario Fusco <[email protected]>
AuthorDate: Mon Jan 15 09:20:32 2024 +0100
[KIE-820] add timestamp for reproducible builds (#5650)
* [KIE-820] add timestamp for reproducible builds
* upgrade plugin version
---
pom.xml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/pom.xml b/pom.xml
index d3c126a785..0452164ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,26 @@
</mailingList>
</mailingLists>
+ <properties>
+
<project.build.outputTimestamp>2024-01-12T00:00:00Z</project.build.outputTimestamp>
+ <version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-artifact-plugin</artifactId>
+ <version>${version.maven.artifact.plugin}</version>
+ <configuration>
+ <outputTimestamp>${project.build.outputTimestamp}</outputTimestamp>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
<profiles>
<profile>
<id>default</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]