You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/06/02 04:05:24 UTC

svn commit: r1130377 - in /activemq/activemq-apollo/trunk: ./ apollo-bdb/ apollo-broker/ apollo-cli/ apollo-distro/ apollo-dto/ apollo-jdbm2/ apollo-karaf-feature/ apollo-scala/ apollo-selector/ apollo-stomp/ apollo-tcp/ apollo-transport/ apollo-util/ ...

Author: chirino
Date: Thu Jun  2 02:05:24 2011
New Revision: 1130377

URL: http://svn.apache.org/viewvc?rev=1130377&view=rev
Log:
[maven-release-plugin] prepare release apollo-project-1.0-beta3

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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-bdb</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</version>
   <packaging>bundle</packaging>
 
   <name>${project.artifactId}</name>
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
 
     <dependency>
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <type>jar</type>
       <classifier>slim</classifier>
       <optional>true</optional>
@@ -92,14 +92,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-broker</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-transport</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-selector</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
 
     <dependency>
@@ -125,14 +125,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Thu Jun  2 02:05:24 2011
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-cli</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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-beta3</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-beta3</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-jdbm2</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Thu Jun  2 02:05:24 2011
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</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-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-jdbm2</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-tcp</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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-beta3</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-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-dto</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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-SNAPSHOT</version>
+      <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-jdbm2</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</version>
   <packaging>bundle</packaging>
 
   <name>${project.artifactId}</name>
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
 
     <dependency>
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <type>jar</type>
       <classifier>slim</classifier>
       <optional>true</optional>
@@ -92,14 +92,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml Thu Jun  2 02:05:24 2011
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
   </parent>
   
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-karaf-feature</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-scala</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-selector</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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-SNAPSHOT</version>
+      <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-stomp</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</version>
   <packaging>bundle</packaging>
 
   <name>${project.artifactId}</name>
@@ -40,12 +40,12 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-tcp</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
     </dependency>
 
     <!-- Scala Support -->
@@ -73,14 +73,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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-beta3</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -88,7 +88,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <scope>test</scope>
     </dependency>
 
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-tcp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-tcp/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-tcp</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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-SNAPSHOT</version>
+      <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-transport/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-transport/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-transport</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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-SNAPSHOT</version>
+      <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-util</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Thu Jun  2 02:05:24 2011
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</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-beta3</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-beta3</version>
     </dependency>
 
     <!-- Web Framework APIs -->
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</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=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Thu Jun  2 02:05:24 2011
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta3</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
   
@@ -79,28 +79,28 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-dto</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <classifier>javadoc</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <classifier>scaladoc</classifier>
       <scope>test</scope>
     </dependency>    
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-transport</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <classifier>scaladoc</classifier>
       <scope>test</scope>
     </dependency>    
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-beta3</version>
       <classifier>scaladoc</classifier>
       <scope>test</scope>
     </dependency>    

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1130377&r1=1130376&r2=1130377&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Thu Jun  2 02:05:24 2011
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-project</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-beta3</version>
   <packaging>pom</packaging>
 
   <name>Apache ActiveMQ Apollo Project</name>
@@ -175,9 +175,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-beta3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta3</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/activemq-apollo/tags/apollo-project-1.0-beta3</url>
   </scm>
 
   <dependencyManagement>