Author: reto
Date: Wed Feb 17 08:25:38 2010
New Revision: 910858

URL: http://svn.apache.org/viewvc?rev=910858&view=rev
Log:
set snapshot deploy repositoty to location supported by hudson

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=910858&r1=910857&r2=910858&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Wed Feb 17 
08:25:38 2010
@@ -939,14 +939,16 @@
                </site>
 
                <!-- where to deploy the artifacts -->
-               <snapshotRepository>
-                       <id>people.apache.org</id>
-                       
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/</url>
-               </snapshotRepository>
                <repository>
-                       <id>people.apache.org</id>
-                       
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-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>
+                       <name>Apache Development Snapshot Repository</name>
+                       
<url>https://repository.apache.org/content/repositories/snapshots</url>
+               </snapshotRepository>
        </distributionManagement>
 
        <!-- jira -->


Reply via email to