Skip to content

Commit aaa2007

Browse files
committed
[MJAVADOC-637] make build Reproducible
1 parent 7bfa76d commit aaa2007

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
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 />
3030
</parent>
3131

@@ -76,6 +76,7 @@ under the License.
7676
<!-- for ITs -->
7777
<sitePluginVersion>3.3</sitePluginVersion>
7878
<projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
79+
<project.build.outputTimestamp>2020-02-14T20:43:59Z</project.build.outputTimestamp>
7980
</properties>
8081

8182
<contributors>
@@ -163,7 +164,7 @@ under the License.
163164
<version>${mavenVersion}</version>
164165
<scope>test</scope>
165166
</dependency>
166-
<!-- maven -->
167+
<!-- Maven -->
167168
<dependency>
168169
<groupId>org.apache.maven</groupId>
169170
<artifactId>maven-core</artifactId>

0 commit comments

Comments
 (0)