[MSCRIPTING-4] make build Reproducible
diff --git a/pom.xml b/pom.xml
index eb92171..6fe82a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>

     <groupId>org.apache.maven.plugins</groupId>

     <artifactId>maven-plugins</artifactId>

-    <version>33</version>

+    <version>34</version>

     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>

   </parent>

 

@@ -69,6 +69,7 @@
     <mavenVersion>3.0</mavenVersion>

     <maven.compiler.source>1.7</maven.compiler.source>

     <maven.compiler.target>1.7</maven.compiler.target>

+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>

   </properties>

 

   <dependencies>