[DOXIATOOLS-66] make build Reproducible
diff --git a/pom.xml b/pom.xml
index e95a4c1..91aa20f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-tools</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath></relativePath>
   </parent>
 
@@ -58,6 +58,7 @@
   
   <properties>
     <javaVersion>7</javaVersion>
+    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
@@ -107,7 +108,6 @@
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
-          <version>1.7.1</version>
         </plugin>
       </plugins>
     </pluginManagement>