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 2012/09/25 12:23:38 UTC

svn commit: r1389785 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

Author: coheigea
Date: Tue Sep 25 10:23:37 2012
New Revision: 1389785

URL: http://svn.apache.org/viewvc?rev=1389785&view=rev
Log:
Fixing some stuff in the pom

Modified:
    webservices/wss4j/branches/1_5_x-fixes/pom.xml

Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xml?rev=1389785&r1=1389784&r2=1389785&view=diff
==============================================================================
--- webservices/wss4j/branches/1_5_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_5_x-fixes/pom.xml Tue Sep 25 10:23:37 2012
@@ -110,12 +110,12 @@
     </licenses>
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/trunk/
+            scm:svn:http://svn.apache.org/repos/asf/webservices/wss4j/branches/1_5_x-fixes/
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/trunk/
+            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/branches/1_5_x-fixes/
         </developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/wss4j/trunk</url>
+        <url>http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>
@@ -534,11 +534,9 @@
 
     <distributionManagement>
         <repository>
-            <id>apache-repo</id>
-            <name>Maven Central Repository</name>
-            <url>
-                scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
-            </url>
+            <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>