Skip to content

Commit b58ff3c

Browse files
committed
[MDEPLOY-269] make build Reproducible
1 parent 0883492 commit b58ff3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-plugins</artifactId>
28-
<version>33</version>
28+
<version>34</version>
2929
<relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
3030
</parent>
3131

@@ -65,6 +65,7 @@ under the License.
6565
<properties>
6666
<mavenVersion>3.0</mavenVersion>
6767
<javaVersion>7</javaVersion>
68+
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
6869
</properties>
6970

7071
<dependencies>

0 commit comments

Comments
 (0)