Author: chirino
Date: Thu Mar 31 17:40:07 2011
New Revision: 1087381
URL: http://svn.apache.org/viewvc?rev=1087381&view=rev
Log:
[maven-release-plugin] rollback the release of apollo-project-1.0-beta1
Modified:
activemq/activemq-apollo/trunk/apollo-bdb/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-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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Thu Mar 31 17:40:07 2011
@@ -15,20 +15,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -41,7 +42,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -55,7 +56,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>jar</type>
<classifier>slim</classifier>
<optional>true</optional>
@@ -92,14 +93,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</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-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Modified: activemq/activemq-apollo/trunk/apollo-broker/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/pom.xml?rev=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Thu Mar 31 17:40:07
2011
@@ -15,26 +15,27 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
<properties>
- <osgi.fragment.host />
+ <osgi.fragment.host></osgi.fragment.host>
</properties>
<dependencies>
@@ -42,17 +43,17 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-dto</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-selector</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -125,14 +126,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-beta1</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-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Thu Mar 31 17:40:07 2011
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-cli</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<optional>true</optional>
</dependency>
@@ -108,26 +108,26 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-jdbm2</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>jar</type>
<classifier>slim</classifier>
<scope>test</scope>
Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Thu Mar 31 17:40:07
2011
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>apache-apollo</artifactId>
@@ -33,39 +33,39 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-cli</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-jdbm2</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-tcp</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>war</type>
<classifier>slim</classifier>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>jar</type>
<classifier>slim</classifier>
</dependency>
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Thu Mar 31 17:40:07 2011
@@ -15,19 +15,20 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-dto</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -57,7 +58,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<!-- Testing Dependencies -->
@@ -140,14 +141,14 @@
<configuration>
<tasks>
<taskdef name="schemagen"
classname="com.sun.tools.jxc.SchemaGenTask">
- <classpath refid="maven.compile.classpath" />
+ <classpath refid="maven.compile.classpath"/>
</taskdef>
- <mkdir dir="${project.build.directory}/schema" />
+ <mkdir dir="${project.build.directory}/schema"/>
<schemagen srcdir="${project.build.sourceDirectory}"
destdir="${project.build.directory}/schema">
<schema
namespace="http://activemq.apache.org/schema/activemq/apollo"
file="apollo-apollo.xsd" />
- <classpath refid="maven.compile.classpath" />
- <include name="**/jaxb/package-info.java" />
- <include name="**/jaxb/*Xml.java" />
+ <classpath refid="maven.compile.classpath"/>
+ <include name="**/jaxb/package-info.java"/>
+ <include name="**/jaxb/*Xml.java"/>
</schemagen>
</tasks>
</configuration>
Modified: activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml?rev=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml Thu Mar 31 17:40:07 2011
@@ -15,20 +15,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-jdbm2</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -40,7 +41,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -53,7 +54,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>jar</type>
<classifier>slim</classifier>
<optional>true</optional>
@@ -92,14 +93,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</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-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml Thu Mar 31
17:40:07 2011
@@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-karaf-feature</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Thu Mar 31 17:40:07 2011
@@ -15,19 +15,20 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Thu Mar 31 17:40:07
2011
@@ -15,25 +15,26 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-selector</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
<properties>
- <apollo.osgi.host />
+ <apollo.osgi.host></apollo.osgi.host>
</properties>
<dependencies>
@@ -41,7 +42,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Thu Mar 31 17:40:07 2011
@@ -15,20 +15,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -40,12 +41,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-tcp</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<!-- Scala Support -->
@@ -73,14 +74,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</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-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -88,7 +89,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -102,7 +103,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<type>jar</type>
<classifier>slim</classifier>
<scope>test</scope>
Modified: activemq/activemq-apollo/trunk/apollo-tcp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-tcp/pom.xml?rev=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-tcp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-tcp/pom.xml Thu Mar 31 17:40:07 2011
@@ -15,19 +15,20 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-tcp</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -39,7 +40,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-transport/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-transport/pom.xml Thu Mar 31 17:40:07
2011
@@ -15,19 +15,20 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -46,7 +47,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Thu Mar 31 17:40:07 2011
@@ -15,20 +15,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Thu Mar 31 17:40:07 2011
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
<packaging>war</packaging>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
</dependency>
<!-- Web Framework APIs -->
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Thu Mar 31 17:40:07
2011
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-beta1</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=1087381&r1=1087380&r2=1087381&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Mar 31 17:40:07 2011
@@ -25,7 +25,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-beta1</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache ActiveMQ Apollo Project</name>
@@ -173,9 +173,9 @@
</modules>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/apollo-flow/tags/apollo-project-1.0-beta1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/apollo-flow/tags/apollo-project-1.0-beta1</developerConnection>
-
<url>http://svn.apache.org/viewvc/activemq/sandbox/apollo-flow/tags/apollo-project-1.0-beta1</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/apollo-flow</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/sandbox/apollo-flow</developerConnection>
+ <url>http://svn.apache.org/viewvc/activemq/sandbox/apollo-flow/</url>
</scm>
<dependencyManagement>