Skip to content

Commit

Permalink
[MSHARED-879] make build Reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Apr 6, 2020
1 parent dba0534 commit c7ca2d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>21</version>
<version>34</version>
<relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
</parent>

Expand All @@ -35,6 +35,10 @@
<name>Apache Maven Shared Resources</name>
<description>A collection of templates that are specific to the Maven project.</description>

<properties>
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-resources.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-resources.git</developerConnection>
Expand Down

0 comments on commit c7ca2d5

Please sign in to comment.