You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/09/10 22:41:20 UTC

svn commit: r693973 - /geronimo/samples/branches/2.1/samples/pom.xml

Author: dwoods
Date: Wed Sep 10 13:41:19 2008
New Revision: 693973

URL: http://svn.apache.org/viewvc?rev=693973&view=rev
Log:
add missing source-repository entries for m2-snapshot and m2-incubating

Modified:
    geronimo/samples/branches/2.1/samples/pom.xml

Modified: geronimo/samples/branches/2.1/samples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/pom.xml?rev=693973&r1=693972&r2=693973&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/pom.xml Wed Sep 10 13:41:19 2008
@@ -213,6 +213,8 @@
                             <!--<source-repository>http://www.geronimoplugins.com/repository/geronimo-2.1</source-repository>-->
                             <source-repository>~/.m2/repository/</source-repository>
                             <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
+                            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
                         </plugin-artifact>
                     </commonInstance>
                 </configuration>