You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/01/27 23:28:27 UTC

svn commit: r738281 - /maven/components/branches/maven-2.1.x/pom.xml

Author: ogusakov
Date: Tue Jan 27 22:28:27 2009
New Revision: 738281

URL: http://svn.apache.org/viewvc?rev=738281&view=rev
Log:
[MNG-553] added snapshot dependency to be able to work on adjusting details, will remove before release

Modified:
    maven/components/branches/maven-2.1.x/pom.xml

Modified: maven/components/branches/maven-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/pom.xml?rev=738281&r1=738280&r2=738281&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/pom.xml Tue Jan 27 22:28:27 2009
@@ -399,7 +399,7 @@
       <dependency>
         <groupId>org.sonatype.plexus</groupId>
         <artifactId>plexus-sec-dispatcher</artifactId>
-        <version>1.0-alpha-2</version>
+        <version>1.0-alpha-3-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>
@@ -566,4 +566,14 @@
       </reporting>
     </profile>
   </profiles>
+  
+  <repositories>
+    <repository>
+        <id>snapshots.temp</id>
+        <url>http://repository.sonatype.org/content/repositories/snapshots</url>
+        <snapshots><enabled>true</enabled></snapshots>
+        <releases><enabled>false</enabled></releases>
+    </repository>
+  </repositories>
+  
 </project>
\ No newline at end of file