Skip to content

Commit

Permalink
[MSITE-855] make build Reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 14, 2020
1 parent 58658d8 commit daa2cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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 @@ -210,6 +210,7 @@ under the License.
<pmdPluginVersion>3.11.0</pmdPluginVersion>
<projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
<surefirePluginVersion>2.22.1</surefirePluginVersion>
<project.build.outputTimestamp>2020-02-14T20:39:59Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -547,6 +548,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.2</version><!-- TODO remove when upgrading parent to 35 -->
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit daa2cf2

Please sign in to comment.