You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/12/19 14:38:52 UTC

svn commit: r1552318 - in /webservices/woden/trunk/java: pom.xml woden-tool/pom.xml

Author: veithen
Date: Thu Dec 19 13:38:52 2013
New Revision: 1552318

URL: http://svn.apache.org/r1552318
Log:
Make the Woden build reproducible.

Modified:
    webservices/woden/trunk/java/pom.xml
    webservices/woden/trunk/java/woden-tool/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1552318&r1=1552317&r2=1552318&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Thu Dec 19 13:38:52 2013
@@ -50,6 +50,7 @@
       <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.16</version>
           <configuration>
               <systemProperties>
                   <property>
@@ -62,6 +63,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.16</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>

Modified: webservices/woden/trunk/java/woden-tool/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/pom.xml?rev=1552318&r1=1552317&r2=1552318&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tool/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tool/pom.xml Thu Dec 19 13:38:52 2013
@@ -75,6 +75,7 @@
            <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>xslt-maven-plugin</artifactId>
+             <version>1.0</version>
              <executions>
                <execution>
                  <goals>