Author: wsmoak Date: Sun Jul 9 18:51:19 2006 New Revision: 420400 URL: http://svn.apache.org/viewvc?rev=420400&view=rev Log: Fix parent pom versions, remove <repository> since it is inherited. SB-32
Modified: struts/sandbox/trunk/tiles/pom.xml struts/sandbox/trunk/tiles/tiles-core/pom.xml struts/sandbox/trunk/tiles/tiles-test/pom.xml Modified: struts/sandbox/trunk/tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/pom.xml?rev=420400&r1=420399&r2=420400&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/pom.xml (original) +++ struts/sandbox/trunk/tiles/pom.xml Sun Jul 9 18:51:19 2006 @@ -141,14 +141,4 @@ <dependencies/> - <repositories> - <repository> - <id>apache.snapshots</id> - <name>Apache Maven Repository (Snapshots and Test Builds)</name> - <url>http://people.apache.org/maven-snapshot-repository</url> - <releases><enabled>true</enabled></releases> - <snapshots><enabled>true</enabled></snapshots> - </repository> - </repositories> - </project> Modified: struts/sandbox/trunk/tiles/tiles-core/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/pom.xml?rev=420400&r1=420399&r2=420400&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/tiles-core/pom.xml (original) +++ struts/sandbox/trunk/tiles/tiles-core/pom.xml Sun Jul 9 18:51:19 2006 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.struts.tiles</groupId> <artifactId>tiles-parent</artifactId> - <version>0.3-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: struts/sandbox/trunk/tiles/tiles-test/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/pom.xml?rev=420400&r1=420399&r2=420400&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/tiles-test/pom.xml (original) +++ struts/sandbox/trunk/tiles/tiles-test/pom.xml Sun Jul 9 18:51:19 2006 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.struts.tiles</groupId> <artifactId>tiles-parent</artifactId> - <version>0.3-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>