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 2015/06/07 20:43:09 UTC

svn commit: r1684061 - /webservices/site/maven/pom.xml

Author: veithen
Date: Sun Jun  7 18:43:09 2015
New Revision: 1684061

URL: http://svn.apache.org/r1684061
Log:
Use release version of ws-parent.

Modified:
    webservices/site/maven/pom.xml

Modified: webservices/site/maven/pom.xml
URL: http://svn.apache.org/viewvc/webservices/site/maven/pom.xml?rev=1684061&r1=1684060&r2=1684061&view=diff
==============================================================================
--- webservices/site/maven/pom.xml (original)
+++ webservices/site/maven/pom.xml Sun Jun  7 18:43:09 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.ws</groupId>
         <artifactId>ws-parent</artifactId>
-        <version>1-SNAPSHOT</version>
+        <version>1</version>
     </parent>
     <artifactId>ws-site</artifactId>
     <!-- This artifact is actually not versioned -->