You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/02/22 00:51:40 UTC

svn commit: r912445 - /tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml

Author: nash
Date: Sun Feb 21 23:51:40 2010
New Revision: 912445

URL: http://svn.apache.org/viewvc?rev=912445&view=rev
Log:
Remove duplicate entry for apache.snapshot (also defined in parent pom)

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml

Modified: tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml?rev=912445&r1=912444&r2=912445&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/travelsample/pom.xml Sun Feb 21 23:51:40 2010
@@ -57,16 +57,6 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
-        <repository>
-            <id>apache.snapshot</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-               <enabled>false</enabled>
-            </releases>
-            <snapshots>
-               <enabled>true</enabled>
-            </snapshots>
-        </repository>
     </repositories>
 
     <pluginRepositories>