This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push: new 89e02a4 Adds outputTimestamp property to support reproducible build See the link for more details https://lists.apache.org/thread.html/r27ebcfec6431dc5f4830744e3567f082d8f140dc579f2a35408ea25c%40%3Cusers.maven.apache.org%3E 89e02a4 is described below commit 89e02a4fb4af88304dcbb79dffe86ca205bcfa37 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Jul 11 19:45:33 2020 +0200 Adds outputTimestamp property to support reproducible build See the link for more details https://lists.apache.org/thread.html/r27ebcfec6431dc5f4830744e3567f082d8f140dc579f2a35408ea25c%40%3Cusers.maven.apache.org%3E --- pom.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 8cd11f2..1697145 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,9 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.build.outputTimestamp>now</project.build.outputTimestamp> + + <!-- Dependencies --> <ognl.version>3.1.28</ognl.version> <spring.platformVersion>4.3.26.RELEASE</spring.platformVersion> <asm.version>7.3.1</asm.version> @@ -210,18 +213,6 @@ </plugins> </build> </profile> - <profile> - <id>update-impact</id> - <build> - <plugins> - <plugin> - <groupId>com.updateimpact</groupId> - <artifactId>updateimpact-maven-plugin</artifactId> - <version>1.0.12</version> - </plugin> - </plugins> - </build> - </profile> </profiles> <build> @@ -354,6 +345,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> + <!-- See https://issues.apache.org/jira/browse/MRELEASE-1029 --> + <version>3.0.0-M1</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId>