You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2016/01/07 15:27:09 UTC

svn commit: r1723559 - /webservices/wss4j/branches/2_1_x-fixes/build-tools/pom.xml

Author: coheigea
Date: Thu Jan  7 14:27:09 2016
New Revision: 1723559

URL: http://svn.apache.org/viewvc?rev=1723559&view=rev
Log:
Fixing deploy

Modified:
    webservices/wss4j/branches/2_1_x-fixes/build-tools/pom.xml

Modified: webservices/wss4j/branches/2_1_x-fixes/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_1_x-fixes/build-tools/pom.xml?rev=1723559&r1=1723558&r2=1723559&view=diff
==============================================================================
--- webservices/wss4j/branches/2_1_x-fixes/build-tools/pom.xml (original)
+++ webservices/wss4j/branches/2_1_x-fixes/build-tools/pom.xml Thu Jan  7 14:27:09 2016
@@ -21,4 +21,10 @@
   <name>Apache WSS4J Build Tools</name>
   <packaging>jar</packaging>
 
+  <parent>
+      <groupId>org.apache.wss4j</groupId>
+      <artifactId>wss4j</artifactId>
+      <version>2.2.0-SNAPSHOT</version>
+  </parent>
+
 </project>