Author: antelder
Date: Mon Jun 21 09:16:54 2010
New Revision: 956509

URL: http://svn.apache.org/viewvc?rev=956509&view=rev
Log:
Update root pom.xml distributionManagement for Nexus based repositories. To use 
these you'll need to define the servers in your m2 settings.xml, for details 
see http://maven.apache.org/developers/committer-settings.html

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=956509&r1=956508&r2=956509&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Mon Jun 21 09:16:54 2010
@@ -247,17 +247,16 @@
     <!-- Distribution Management configuration                                 
 -->
     <!-- 
====================================================================== -->
     <distributionManagement>
-        <repository>
-            <id>apache.releases</id>
-            <name>Apache Release Distribution Repository</name>
-            
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache.snapshots</id>
-            <name>Apache Development Snapshot Repository</name>
-            
<url>https://repository.apache.org/content/repositories/snapshots</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
+       <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>
+       </snapshotRepository>
     </distributionManagement>
 
     <profiles>


Reply via email to