Author: wsmoak Date: Sat Dec 10 20:42:30 2005 New Revision: 355904 URL: http://svn.apache.org/viewcvs?rev=355904&view=rev Log: Advance Maven build version to 1.0.1-SNAPSHOT.
Modified: struts/shale/trunk/build/clay-plugin/project.xml struts/shale/trunk/build/core-library/project.xml struts/shale/trunk/build/core-test/project.xml struts/shale/trunk/build/mailreader/project.xml struts/shale/trunk/build/project.xml struts/shale/trunk/build/spring/project.xml struts/shale/trunk/build/test-framework/project.xml struts/shale/trunk/build/tiles/project.xml struts/shale/trunk/build/use-cases/project.xml Modified: struts/shale/trunk/build/clay-plugin/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/clay-plugin/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/clay-plugin/project.xml (original) +++ struts/shale/trunk/build/clay-plugin/project.xml Sat Dec 10 20:42:30 2005 @@ -113,12 +113,12 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-core</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>shale</groupId> <artifactId>shale-test</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <scope>test</scope> </properties> Modified: struts/shale/trunk/build/core-library/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/core-library/project.xml (original) +++ struts/shale/trunk/build/core-library/project.xml Sat Dec 10 20:42:30 2005 @@ -22,7 +22,7 @@ <extend>../project.xml</extend> <id>shale-core</id> <name>Shale Core Library</name> - <currentVersion>1.0.0</currentVersion> + <currentVersion>1.0.1-SNAPSHOT</currentVersion> <siteAddress>people.apache.org</siteAddress> <siteDirectory>/www/struts.apache.org/struts-shale/shale-core/</siteDirectory> Modified: struts/shale/trunk/build/core-test/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/core-test/project.xml (original) +++ struts/shale/trunk/build/core-test/project.xml Sat Dec 10 20:42:30 2005 @@ -22,7 +22,7 @@ <extend>../project.xml</extend> <id>shale-core-test</id> <name>Shale Core Library Tests</name> - <currentVersion>1.0.0-dev</currentVersion> + <currentVersion>1.0.1-SNAPSHOT</currentVersion> <siteAddress>people.apache.org</siteAddress> <siteDirectory>/www/struts.apache.org/struts-shale/shale-core-test/</siteDirectory> @@ -61,13 +61,13 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-core</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>shale</groupId> <artifactId>shale-test</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <scope>test</scope> </properties> Modified: struts/shale/trunk/build/mailreader/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/mailreader/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/mailreader/project.xml (original) +++ struts/shale/trunk/build/mailreader/project.xml Sat Dec 10 20:42:30 2005 @@ -80,7 +80,7 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-core</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <war.bundle>true</war.bundle> </properties> Modified: struts/shale/trunk/build/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/project.xml (original) +++ struts/shale/trunk/build/project.xml Sat Dec 10 20:42:30 2005 @@ -24,7 +24,7 @@ <id>shale</id> <groupId>shale</groupId> <name>Shale Framework</name> - <currentVersion>1.0.0</currentVersion> + <currentVersion>1.0.1-SNAPSHOT</currentVersion> <organization> <name>The Apache Software Foundation</name> <url>http://www.apache.org/</url> Modified: struts/shale/trunk/build/spring/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/spring/project.xml (original) +++ struts/shale/trunk/build/spring/project.xml Sat Dec 10 20:42:30 2005 @@ -22,7 +22,7 @@ <extend>../project.xml</extend> <id>shale-spring</id> <name>Shale Spring Integration</name> - <currentVersion>1.0.0</currentVersion> + <currentVersion>1.0.1-SNAPSHOT</currentVersion> <siteAddress>people.apache.org</siteAddress> <siteDirectory>/www/struts.apache.org/struts-shale/shale-spring/</siteDirectory> Modified: struts/shale/trunk/build/test-framework/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/test-framework/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/test-framework/project.xml (original) +++ struts/shale/trunk/build/test-framework/project.xml Sat Dec 10 20:42:30 2005 @@ -68,7 +68,7 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-core</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> </dependency> </dependencies> Modified: struts/shale/trunk/build/tiles/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/tiles/project.xml (original) +++ struts/shale/trunk/build/tiles/project.xml Sat Dec 10 20:42:30 2005 @@ -22,7 +22,7 @@ <extend>../project.xml</extend> <id>shale-tiles</id> <name>Shale Tiles Integration</name> - <currentVersion>1.0.0</currentVersion> + <currentVersion>1.0.1-SNAPSHOT</currentVersion> <!-- Gump integration --> <gumpRepositoryId>jakarta</gumpRepositoryId> Modified: struts/shale/trunk/build/use-cases/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/use-cases/project.xml?rev=355904&r1=355903&r2=355904&view=diff ============================================================================== --- struts/shale/trunk/build/use-cases/project.xml (original) +++ struts/shale/trunk/build/use-cases/project.xml Sat Dec 10 20:42:30 2005 @@ -81,7 +81,7 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-core</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <war.bundle>true</war.bundle> </properties> @@ -90,7 +90,7 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-clay</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <war.bundle>true</war.bundle> </properties> @@ -99,7 +99,7 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-spring</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <war.bundle>true</war.bundle> </properties> @@ -108,7 +108,7 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-test</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> <properties> <scope>test</scope> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]