Author: chirino Date: Thu Dec 8 19:16:52 2011 New Revision: 1212042 URL: http://svn.apache.org/viewvc?rev=1212042&view=rev Log: [maven-release-plugin] prepare for next development iteration
Modified: activemq/activemq-apollo/trunk/apollo-bdb/pom.xml activemq/activemq-apollo/trunk/apollo-boot/pom.xml activemq/activemq-apollo/trunk/apollo-broker/pom.xml activemq/activemq-apollo/trunk/apollo-cli/pom.xml activemq/activemq-apollo/trunk/apollo-distro/pom.xml activemq/activemq-apollo/trunk/apollo-dto/pom.xml activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml activemq/activemq-apollo/trunk/apollo-scala/pom.xml activemq/activemq-apollo/trunk/apollo-selector/pom.xml activemq/activemq-apollo/trunk/apollo-stomp/pom.xml activemq/activemq-apollo/trunk/apollo-tcp/pom.xml activemq/activemq-apollo/trunk/apollo-transport/pom.xml activemq/activemq-apollo/trunk/apollo-util/pom.xml activemq/activemq-apollo/trunk/apollo-web/pom.xml activemq/activemq-apollo/trunk/apollo-website/pom.xml activemq/activemq-apollo/trunk/pom.xml Modified: activemq/activemq-apollo/trunk/apollo-bdb/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-bdb/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-bdb</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> <description>BDB based message storage</description> @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> @@ -52,7 +52,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <optional>true</optional> </dependency> <dependency> @@ -87,14 +87,14 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-boot/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-boot/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-boot/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-boot/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-boot</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> Modified: activemq/activemq-apollo/trunk/apollo-broker/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> @@ -42,17 +42,17 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-dto</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-transport</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-selector</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> @@ -111,14 +111,14 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-transport</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Thu Dec 8 19:16:52 2011 @@ -20,13 +20,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-cli</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> @@ -56,7 +56,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <optional>true</optional> </dependency> @@ -139,26 +139,26 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-stomp</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-leveldb</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-bdb</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <scope>test</scope> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Thu Dec 8 19:16:52 2011 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>apache-apollo</artifactId> @@ -33,49 +33,49 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-boot</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-cli</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-leveldb</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-jdbm2</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-bdb</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-tcp</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-stomp</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>pom</type> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-dto</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <!-- Testing Dependencies --> Modified: activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-jdbm2</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> @@ -55,7 +55,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <optional>true</optional> <scope>provided</scope> </dependency> @@ -92,14 +92,14 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml Thu Dec 8 19:16:52 2011 @@ -20,12 +20,12 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-karaf-feature</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> Modified: activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-leveldb</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>${project.artifactId}</name> @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> @@ -108,14 +108,14 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> Modified: activemq/activemq-apollo/trunk/apollo-selector/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-selector/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-selector</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-stomp</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> @@ -42,12 +42,12 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-tcp</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <!-- Scala Support --> @@ -75,14 +75,14 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -90,7 +90,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-bdb</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <scope>test</scope> </dependency> @@ -104,7 +104,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <scope>test</scope> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-tcp/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-tcp/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-tcp/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-tcp/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-tcp</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> @@ -39,7 +39,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-transport</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> Modified: activemq/activemq-apollo/trunk/apollo-transport/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-transport/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-transport/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-transport/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-transport</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> Modified: activemq/activemq-apollo/trunk/apollo-util/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-util/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,13 +22,13 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <!-- <packaging>bundle</packaging> --> <name>${project.artifactId}</name> Modified: activemq/activemq-apollo/trunk/apollo-web/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Thu Dec 8 19:16:52 2011 @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-web</artifactId> <packaging>jar</packaging> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <name>${project.artifactId}</name> <description>Adds web administration support.</description> @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-broker</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> </dependency> <!-- Web Framework APIs --> @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.activemq</groupId> <artifactId>apollo-util</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Thu Dec 8 19:16:52 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.activemq</groupId> <artifactId>apollo-scala</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <relativePath>../apollo-scala</relativePath> </parent> Modified: activemq/activemq-apollo/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1212042&r1=1212041&r2=1212042&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/pom.xml (original) +++ activemq/activemq-apollo/trunk/pom.xml Thu Dec 8 19:16:52 2011 @@ -25,7 +25,7 @@ <groupId>org.apache.activemq</groupId> <artifactId>apollo-project</artifactId> - <version>1.0-beta6</version> + <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache ActiveMQ Apollo Project</name> @@ -177,9 +177,9 @@ </modules> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta6</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta6</developerConnection> - <url>http://svn.apache.org/viewvc/activemq/activemq-apollo/tags/apollo-project-1.0-beta6</url> + <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/</url> </scm> <dependencyManagement>