You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/01/26 10:25:30 UTC

svn commit: r1063654 - /maven/shared/trunk/maven-shared-components/pom.xml

Author: olamy
Date: Wed Jan 26 09:25:30 2011
New Revision: 1063654

URL: http://svn.apache.org/viewvc?rev=1063654&view=rev
Log:
add snapshot repository until the parent release

Modified:
    maven/shared/trunk/maven-shared-components/pom.xml

Modified: maven/shared/trunk/maven-shared-components/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?rev=1063654&r1=1063653&r2=1063654&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-components/pom.xml (original)
+++ maven/shared/trunk/maven-shared-components/pom.xml Wed Jan 26 09:25:30 2011
@@ -239,4 +239,17 @@ under the License.
                   
     </profile>    
   </profiles>
+  <!-- TODO remove when the parent will be released -->
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/content/groups/snapshots-group/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 </project>