You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/03 04:18:03 UTC

svn commit: r365528 - /incubator/servicemix/trunk/pom.xml

Author: foconer
Date: Mon Jan  2 19:17:44 2006
New Revision: 365528

URL: http://svn.apache.org/viewcvs?rev=365528&view=rev
Log:
Added maven2 snapshot repository. This is required to download the wagon-ssh-external-1.0-alpha-6-SNAPSHOT.

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/pom.xml?rev=365528&r1=365527&r2=365528&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Jan  2 19:17:44 2006
@@ -138,7 +138,7 @@
     </developer>
     <developer>
       <id>foconer</id>
-      <name>Fritz Oconer</name>
+      <name>Frederick Oconer</name>
       <email>foconer@exist.com</email>
       <organization>Exist Labs</organization>
     </developer>
@@ -183,11 +183,11 @@
   </developers>
   
   <licenses>
-      <license>
-        <name>The Apache Software License, Version 2.0</name>
-        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-        <distribution>repo</distribution>
-      </license>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
   </licenses>
   
   <scm>
@@ -248,11 +248,20 @@
       <!--layout>legacy</layout-->
     </repository>
     <repository>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>maven2-snapshots</id>
+      <name>Maven Repository Snapshots</name>
+      <url>http://snapshots.maven.codehaus.org/maven2</url>
+      <!--layout>legacy</layout-->
+    </repository>
+    <repository>
       <id>apache</id>
       <name>Apache Repository</name>
       <url>http://cvs.apache.org/repository</url>
       <layout>legacy</layout>
-    </repository>
+    </repository>    
   </repositories>
   
   <dependencies>