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 2008/02/17 09:45:33 UTC

svn commit: r628454 - in /struts/struts2/trunk: core/pom.xml pom.xml

Author: mrdon
Date: Sun Feb 17 00:45:31 2008
New Revision: 628454

URL: http://svn.apache.org/viewvc?rev=628454&view=rev
Log:
Upgrading to Struts Annotations 1.0.3, removing repositories from pom
WW-2421

Modified:
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=628454&r1=628453&r2=628454&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sun Feb 17 00:45:31 2008
@@ -422,7 +422,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0.3-20080216.121126-3</version>
+            <version>1.0.3</version>
             <optional>true</optional>
         </dependency>
 

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=628454&r1=628453&r2=628454&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sun Feb 17 00:45:31 2008
@@ -367,82 +367,4 @@
         </plugins>
     </reporting>
 
-    <repositories>
-        <repository>
-            <id>snapshots-maven-codehaus</id>
-            <name>snapshots-maven-codehaus</name>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <url>http://snapshots.maven.codehaus.org/maven2</url>
-        </repository>
-        <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>false</enabled></releases>
-            <snapshots><enabled>true</enabled></snapshots>
-        </repository>
-         <repository>
-            <id>opensymphony-m2</id>
-            <name>opensymphony-m2</name>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <url>http://maven2.opensymphony.com</url>
-        </repository>
-        <repository>
-            <id>opensymphony</id>
-            <name>opensymphony</name>
-            <layout>legacy</layout>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <url>http://maven.opensymphony.com</url>
-        </repository>
-          <repository>
-            <id>Maven Snapshots</id>
-            <url>http://snapshots.maven.codehaus.org/maven2/</url>
-            <snapshots>
-              <enabled>true</enabled>
-            </snapshots>
-            <releases>
-              <enabled>false</enabled>
-            </releases>
-          </repository>
-    </repositories>
-    <pluginRepositories>
-      <pluginRepository>
-        <id>Maven Snapshots</id>
-        <url>http://snapshots.maven.codehaus.org/maven2/</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-          <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-      <pluginRepository>
-            <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>false</enabled></releases>
-            <snapshots><enabled>true</enabled></snapshots>
-        </pluginRepository>
-
-    </pluginRepositories>
-
 </project>