[MDOAP-60] make build Reproducible
diff --git a/pom.xml b/pom.xml
index e02c0d9..e89f8a5 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>
 
@@ -65,7 +65,8 @@
     <mavenVersion>2.2.1</mavenVersion>
     <scmVersion>1.11.1</scmVersion>
     <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>    
+    <maven.compiler.target>1.7</maven.compiler.target>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>