Author: chirino
Date: Thu Mar 31 17:48:21 2011
New Revision: 1087384
URL: http://svn.apache.org/viewvc?rev=1087384&view=rev
Log:
[maven-release-plugin] prepare release 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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Thu Mar 31 17:48:21 2011
@@ -15,21 +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-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -42,7 +41,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
@@ -56,7 +55,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>jar</type>
<classifier>slim</classifier>
<optional>true</optional>
@@ -93,14 +92,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Thu Mar 31 17:48:21
2011
@@ -15,27 +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-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
<properties>
- <osgi.fragment.host></osgi.fragment.host>
+ <osgi.fragment.host />
</properties>
<dependencies>
@@ -43,17 +42,17 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-dto</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-selector</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
@@ -126,14 +125,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Thu Mar 31 17:48:21 2011
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-cli</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<optional>true</optional>
</dependency>
@@ -108,26 +108,26 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-jdbm2</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Thu Mar 31 17:48:21
2011
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</parent>
<artifactId>apache-apollo</artifactId>
@@ -33,39 +33,39 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-cli</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-jdbm2</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-tcp</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>war</type>
<classifier>slim</classifier>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Thu Mar 31 17:48:21 2011
@@ -15,20 +15,19 @@
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-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-dto</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -58,7 +57,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<!-- Testing Dependencies -->
@@ -141,14 +140,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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml Thu Mar 31 17:48:21 2011
@@ -15,21 +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-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-jdbm2</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -41,7 +40,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
@@ -54,7 +53,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>jar</type>
<classifier>slim</classifier>
<optional>true</optional>
@@ -93,14 +92,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&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:48:21 2011
@@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-karaf-feature</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Thu Mar 31 17:48:21 2011
@@ -15,20 +15,19 @@
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-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Thu Mar 31 17:48:21
2011
@@ -15,26 +15,25 @@
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-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-selector</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
<properties>
- <apollo.osgi.host></apollo.osgi.host>
+ <apollo.osgi.host />
</properties>
<dependencies>
@@ -42,7 +41,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Thu Mar 31 17:48:21 2011
@@ -15,21 +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-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -41,12 +40,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-tcp</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<!-- Scala Support -->
@@ -74,14 +73,14 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -89,7 +88,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-bdb</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<scope>test</scope>
</dependency>
@@ -103,7 +102,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-tcp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-tcp/pom.xml Thu Mar 31 17:48:21 2011
@@ -15,20 +15,19 @@
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-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-tcp</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -40,7 +39,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-transport/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-transport/pom.xml Thu Mar 31 17:48:21
2011
@@ -15,20 +15,19 @@
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-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-transport</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
@@ -47,7 +46,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Thu Mar 31 17:48:21 2011
@@ -15,21 +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-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Thu Mar 31 17:48:21 2011
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<relativePath>../apollo-scala</relativePath>
</parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-web</artifactId>
<packaging>war</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
<name>${project.artifactId}</name>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-broker</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</version>
</dependency>
<!-- Web Framework APIs -->
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-util</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Thu Mar 31 17:48:21
2011
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-scala</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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=1087384&r1=1087383&r2=1087384&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Mar 31 17:48:21 2011
@@ -25,7 +25,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-beta1</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/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>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta1</developerConnection>
+
<url>http://svn.apache.org/viewvc/activemq/activemq-apollo/tags/apollo-project-1.0-beta1</url>
</scm>
<dependencyManagement>