You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/01/18 09:29:51 UTC

svn commit: r497347 - /struts/maven/trunk/struts2-archetype-starter/pom.xml

Author: mrdon
Date: Thu Jan 18 00:29:51 2007
New Revision: 497347

URL: http://svn.apache.org/viewvc?view=rev&rev=497347
Log:
Removing unnecessary repository

Modified:
    struts/maven/trunk/struts2-archetype-starter/pom.xml

Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?view=diff&rev=497347&r1=497346&r2=497347
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Thu Jan 18 00:29:51 2007
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts-master</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-starter</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
+  <version>2.0.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Struts 2 Archetypes - Starter</name>
 
@@ -18,15 +18,5 @@
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-starter/</url>
     </scm>
-    
-    <repositories>
-        <repository>
-            <id>apache.snapshots</id>
-            <name>Apache Maven Repository (Snapshots and Test Builds)</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases><enabled>true</enabled></releases>
-            <snapshots><enabled>true</enabled></snapshots>
-        </repository>
-    </repositories>
 
 </project>