You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by dj...@apache.org on 2010/04/26 23:55:08 UTC

svn commit: r938252 - in /activemq/branches/activemq-5.3: ./ activemq-all/ activemq-camel/ activemq-console/ activemq-core/ activemq-fileserver/ activemq-jaas/ activemq-jmdns_1.0/ activemq-karaf/ activemq-openwire-generator/ activemq-optional/ activemq...

Author: djencks
Date: Mon Apr 26 21:55:08 2010
New Revision: 938252

URL: http://svn.apache.org/viewvc?rev=938252&view=rev
Log:
[maven-release-plugin] prepare release activemq-parent-5.3.2

Modified:
    activemq/branches/activemq-5.3/activemq-all/pom.xml
    activemq/branches/activemq-5.3/activemq-camel/pom.xml
    activemq/branches/activemq-5.3/activemq-console/pom.xml
    activemq/branches/activemq-5.3/activemq-core/pom.xml
    activemq/branches/activemq-5.3/activemq-fileserver/pom.xml
    activemq/branches/activemq-5.3/activemq-jaas/pom.xml
    activemq/branches/activemq-5.3/activemq-jmdns_1.0/pom.xml
    activemq/branches/activemq-5.3/activemq-karaf/pom.xml
    activemq/branches/activemq-5.3/activemq-openwire-generator/pom.xml
    activemq/branches/activemq-5.3/activemq-optional/pom.xml
    activemq/branches/activemq-5.3/activemq-pool/pom.xml
    activemq/branches/activemq-5.3/activemq-ra/pom.xml
    activemq/branches/activemq-5.3/activemq-rar/pom.xml
    activemq/branches/activemq-5.3/activemq-run/pom.xml
    activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-memtest-plugin/pom.xml
    activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-perf-plugin/pom.xml
    activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-plugin/pom.xml
    activemq/branches/activemq-5.3/activemq-tooling/pom.xml
    activemq/branches/activemq-5.3/activemq-web-console/pom.xml
    activemq/branches/activemq-5.3/activemq-web-demo/pom.xml
    activemq/branches/activemq-5.3/activemq-web/pom.xml
    activemq/branches/activemq-5.3/activemq-xmpp/pom.xml
    activemq/branches/activemq-5.3/assembly/pom.xml
    activemq/branches/activemq-5.3/kahadb/pom.xml
    activemq/branches/activemq-5.3/pom.xml

Modified: activemq/branches/activemq-5.3/activemq-all/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-all/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-all/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-all/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-all</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-camel/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-camel/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-camel/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-camel</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-console/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-console/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-console/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-console</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-core/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-core/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-core</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-fileserver/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-fileserver/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-fileserver/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-fileserver/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-fileserver</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-jaas/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-jaas/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-jaas/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-jaas/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-jaas</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-jmdns_1.0/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-jmdns_1.0/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-jmdns_1.0/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-jmdns_1.0/pom.xml Mon Apr 26 21:55:08 2010
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>activemq-parent</artifactId>
     <groupId>org.apache.activemq</groupId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>activemq-jmdns_1.0</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-karaf/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-karaf/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-karaf/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-karaf/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-karaf</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-openwire-generator/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-openwire-generator/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-openwire-generator/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-openwire-generator/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: activemq/branches/activemq-5.3/activemq-optional/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-optional/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-optional/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-optional/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-optional</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-pool/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-pool/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-pool/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-pool/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-pool</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-ra/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-ra/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-ra/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-ra</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-rar/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-rar/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-rar/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-rar/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-rar</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-run/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-run/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-run/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-run/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-run</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-memtest-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-memtest-plugin/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-memtest-plugin/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-memtest-plugin/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>maven-activemq-memtest-plugin</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-perf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-perf-plugin/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-perf-plugin/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-perf-plugin/pom.xml Mon Apr 26 21:55:08 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.activemq.tooling</groupId>
         <artifactId>activemq-tooling</artifactId>
-        <version>5.3.2-SNAPSHOT</version>
+        <version>5.3.2</version>
 	</parent>
 
     <artifactId>maven-activemq-perf-plugin</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-plugin/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-plugin/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-tooling/maven-activemq-plugin/pom.xml Mon Apr 26 21:55:08 2010
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>maven-activemq-plugin</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-tooling/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-tooling/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-tooling/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-tooling/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <groupId>org.apache.activemq.tooling</groupId>

Modified: activemq/branches/activemq-5.3/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-web-console/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-web-console/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-web-console/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-web-console</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-web-demo/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-web-demo/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-web-demo/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-web-demo/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-web-demo</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-web/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-web/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-web/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-web/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-web</artifactId>

Modified: activemq/branches/activemq-5.3/activemq-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-xmpp/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-xmpp/pom.xml (original)
+++ activemq/branches/activemq-5.3/activemq-xmpp/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>activemq-xmpp</artifactId>

Modified: activemq/branches/activemq-5.3/assembly/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/assembly/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/assembly/pom.xml (original)
+++ activemq/branches/activemq-5.3/assembly/pom.xml Mon Apr 26 21:55:08 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <artifactId>apache-activemq</artifactId>

Modified: activemq/branches/activemq-5.3/kahadb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/kahadb/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/kahadb/pom.xml (original)
+++ activemq/branches/activemq-5.3/kahadb/pom.xml Mon Apr 26 21:55:08 2010
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.3.2-SNAPSHOT</version>
+    <version>5.3.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: activemq/branches/activemq-5.3/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/pom.xml?rev=938252&r1=938251&r2=938252&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/pom.xml (original)
+++ activemq/branches/activemq-5.3/pom.xml Mon Apr 26 21:55:08 2010
@@ -25,13 +25,13 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>activemq-parent</artifactId>
-  <version>5.3.2-SNAPSHOT</version>
+  <version>5.3.2</version>
   <packaging>pom</packaging>
   <name>ActiveMQ</name>
   <inceptionYear>2005</inceptionYear>
 
   <properties>
-    <activemq-version>5.3.2-SNAPSHOT</activemq-version>
+    <activemq-version>5.3.2</activemq-version>
     <siteId>activemq-${activemq-version}</siteId>
     <projectName>Apache ActiveMQ</projectName>
     <!-- base url for site deployment.  See distribution management for full url.  Override this in settings.xml for staging -->
@@ -150,9 +150,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3</developerConnection>
-    <url>http://svn.apache.org/viewvc/activemq/branches/activemq-5.3</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/tags/activemq-parent-5.3.2</url>
   </scm>
   
   <repositories>