You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/02/23 21:55:44 UTC

svn commit: r747133 - /incubator/sling/trunk/parent/pom.xml

Author: fmeschbe
Date: Mon Feb 23 20:55:42 2009
New Revision: 747133

URL: http://svn.apache.org/viewvc?rev=747133&view=rev
Log:
SLING-870 cleanup repositories: add snapshot repository for artifacts and remove incubator repository for release deployments

Modified:
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=747133&r1=747132&r2=747133&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Mon Feb 23 20:55:42 2009
@@ -556,7 +556,7 @@
 
     <pluginRepositories>
         <pluginRepository>
-            <id>apache Snapshots</id>
+            <id>apache.snapshots</id>
             <url>
                 http://people.apache.org/repo/m2-snapshot-repository
             </url>
@@ -585,18 +585,28 @@
             <id>apache.incubating</id>
             <name>Apache Incubating Repository</name>
             <url>http://people.apache.org/repo/m2-incubating-repository</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
         </repository>
-    </repositories>
-
-    <distributionManagement>
-        <!-- place our releases in the incubator's repository -->
         <repository>
-            <id>apache.incubating</id>
-            <name>Apache Incubating Repository</name>
+            <id>apache.snapshots</id>
             <url>
-                scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository
+                http://people.apache.org/repo/m2-snapshot-repository
             </url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
         </repository>
+    </repositories>
+
+    <distributionManagement>
         <site>
             <id>apache.sling.site</id>
             <url>