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/08 11:46:44 UTC

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

Author: coheigea
Date: Fri Jan  8 10:46:44 2016
New Revision: 1723680

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

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=1723680&r1=1723679&r2=1723680&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 Fri Jan  8 10:46:44 2016
@@ -21,10 +21,18 @@
   <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>
+  <distributionManagement>
+        <repository>
+            <id>apache.releases.https</id>
+            <name>Apache Release Distribution Repository</name>
+            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <name>Apache Development Snapshot Repository</name>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <!--uniqueVersion>false</uniqueVersion-->
+        </snapshotRepository>
+   </distributionManagement>
 
 </project>