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 2012/07/31 18:27:37 UTC

svn commit: r1367662 - in /activemq/activemq-apollo/trunk: ./ apollo-bdb/ apollo-boot/ apollo-broker/ apollo-cli/ apollo-distro/ apollo-dto/ apollo-leveldb/ apollo-openwire-generator/ apollo-openwire/ apollo-scala/ apollo-selector/ apollo-stomp/ apollo...

Author: chirino
Date: Tue Jul 31 16:27:36 2012
New Revision: 1367662

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

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-leveldb/pom.xml
    activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml
    activemq/activemq-apollo/trunk/apollo-openwire/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-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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-bdb</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</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>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -80,14 +80,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-boot/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-boot/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>..</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-boot</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-broker</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>
@@ -42,13 +42,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-dto</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-selector</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <dependency>
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Tue Jul 31 16:27:36 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-cli</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <optional>true</optional>
     </dependency>
 
@@ -132,20 +132,20 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-openwire</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -158,13 +158,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
     <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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Tue Jul 31 16:27:36 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
   </parent>
 
   <artifactId>apache-apollo</artifactId>
@@ -33,17 +33,17 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-boot</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-cli</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>org.xerial.snappy</groupId>
@@ -61,30 +61,30 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-stomp</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-openwire</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency> 
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>jar</type>
     </dependency>
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-dto</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <!-- Testing Dependencies -->    

Modified: activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml?rev=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-leveldb</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <dependency>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -114,14 +114,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml?rev=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-openwire-generator/pom.xml Tue Jul 31 16:27:36 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-openwire-generator</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
 
   <name>${project.artifactId}</name>
 

Modified: activemq/activemq-apollo/trunk/apollo-openwire/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-openwire/pom.xml?rev=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-openwire/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-openwire/pom.xml Tue Jul 31 16:27:36 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-openwire</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
 
   <name>${project.artifactId}</name>
 
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <!-- Scala Support -->
@@ -72,14 +72,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -87,13 +87,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
 
@@ -106,7 +106,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-scala</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-selector</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
 
   <name>${project.artifactId}</name>
 

Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-stomp</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
   <!-- <packaging>bundle</packaging> -->
 
   <name>${project.artifactId}</name>
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <!-- Scala Support -->
@@ -57,14 +57,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -72,13 +72,13 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-bdb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-leveldb</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
 
@@ -92,7 +92,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <scope>test</scope>
     </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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-util</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Tue Jul 31 16:27:36 2012
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-scala</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>../apollo-scala</relativePath>
   </parent>
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-web</artifactId>
   <packaging>jar</packaging>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</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>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <!-- Web Framework APIs -->
@@ -132,14 +132,14 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-broker</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-util</artifactId>
-      <version>99-trunk-SNAPSHOT</version>
+      <version>1.4</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=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Tue Jul 31 16:27:36 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
-    <version>99-trunk-SNAPSHOT</version>
+    <version>1.4</version>
     <relativePath>..</relativePath>
   </parent>
   

Modified: activemq/activemq-apollo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1367662&r1=1367661&r2=1367662&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/pom.xml (original)
+++ activemq/activemq-apollo/trunk/pom.xml Tue Jul 31 16:27:36 2012
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>apollo-project</artifactId>
-  <version>99-trunk-SNAPSHOT</version>
+  <version>1.4</version>
   <packaging>pom</packaging>
 
   <name>Apache ActiveMQ Apollo Project</name>
@@ -179,9 +179,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.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.4</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/activemq-apollo/tags/apollo-project-1.4</url>
   </scm>
 
   <dependencyManagement>