You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by di...@apache.org on 2007/08/27 05:32:15 UTC

svn commit: r569968 - /webservices/synapse/trunk/java/pom.xml

Author: dims
Date: Sun Aug 26 20:32:15 2007
New Revision: 569968

URL: http://svn.apache.org/viewvc?rev=569968&view=rev
Log:
ability to deploy snapshots to the apache snapshots repo

Modified:
    webservices/synapse/trunk/java/pom.xml

Modified: webservices/synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?rev=569968&r1=569967&r2=569968&view=diff
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Sun Aug 26 20:32:15 2007
@@ -816,11 +816,11 @@
     </reporting>
 
     <distributionManagement>
-        <!--<repository>
-          <id>apache-snapshots</id>
-          <name>Maven Central Repository</name>
-          <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-        </repository>-->
+        <snapshotRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Development Repository</name>
+            <url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
         <repository>
           <id>apache-releases</id>
           <name>Apache Ibiblio rsync Repository</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org