Skip to content

Commit

Permalink
[MJAVADOC-637] make build Reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 14, 2020
1 parent 7bfa76d commit aaa2007
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>33</version>
<version>34</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -76,6 +76,7 @@ under the License.
<!-- for ITs -->
<sitePluginVersion>3.3</sitePluginVersion>
<projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
<project.build.outputTimestamp>2020-02-14T20:43:59Z</project.build.outputTimestamp>
</properties>

<contributors>
Expand Down Expand Up @@ -163,7 +164,7 @@ under the License.
<version>${mavenVersion}</version>
<scope>test</scope>
</dependency>
<!-- maven -->
<!-- Maven -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
Expand Down

0 comments on commit aaa2007

Please sign in to comment.