Author: djencks
Date: Mon Apr  7 14:10:32 2008
New Revision: 645692

URL: http://svn.apache.org/viewvc?rev=645692&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    activemq/branches/activemq-4.1/activemq-console/pom.xml
    activemq/branches/activemq-4.1/activemq-core/pom.xml
    activemq/branches/activemq-4.1/activemq-jaas/pom.xml
    activemq/branches/activemq-4.1/activemq-jmdns_1.0/pom.xml
    activemq/branches/activemq-4.1/activemq-openwire-generator/pom.xml
    activemq/branches/activemq-4.1/activemq-optional/pom.xml
    activemq/branches/activemq-4.1/activemq-ra/pom.xml
    activemq/branches/activemq-4.1/activemq-rar/pom.xml
    activemq/branches/activemq-4.1/activemq-test-atomikos/pom.xml
    
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/pom.xml
    
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/pom.xml
    
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/pom.xml
    activemq/branches/activemq-4.1/activemq-tooling/pom.xml
    activemq/branches/activemq-4.1/activemq-web-console/pom.xml
    activemq/branches/activemq-4.1/activemq-web-demo/pom.xml
    activemq/branches/activemq-4.1/activemq-web/pom.xml
    activemq/branches/activemq-4.1/activemq-xmpp/pom.xml
    activemq/branches/activemq-4.1/assembly/pom.xml
    activemq/branches/activemq-4.1/pom.xml

Modified: activemq/branches/activemq-4.1/activemq-console/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-console/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-console/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-console/pom.xml Mon Apr  7 14:10:32 
2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-console</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-core/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-core/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-core/pom.xml Mon Apr  7 14:10:32 
2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-core</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-jaas/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-jaas/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-jaas/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-jaas/pom.xml Mon Apr  7 14:10:32 
2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-jaas</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-jmdns_1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-jmdns_1.0/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-jmdns_1.0/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-jmdns_1.0/pom.xml Mon Apr  7 
14:10:32 2008
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>activemq-parent</artifactId>
     <groupId>org.apache.activemq</groupId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>activemq-jmdns_1.0</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-openwire-generator/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-openwire-generator/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-openwire-generator/pom.xml 
(original)
+++ activemq/branches/activemq-4.1/activemq-openwire-generator/pom.xml Mon Apr  
7 14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: activemq/branches/activemq-4.1/activemq-optional/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-optional/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-optional/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-optional/pom.xml Mon Apr  7 
14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-optional</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-ra/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-ra/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-ra/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-ra/pom.xml Mon Apr  7 14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-ra</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-rar/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-rar/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-rar/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-rar/pom.xml Mon Apr  7 14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-rar</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-test-atomikos/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-test-atomikos/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-test-atomikos/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-test-atomikos/pom.xml Mon Apr  7 
14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-test-atomikos</artifactId>

Modified: 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/pom.xml
 (original)
+++ 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/pom.xml
 Mon Apr  7 14:10:32 2008
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-activemq-memtest-plugin</artifactId>

Modified: 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/pom.xml
 (original)
+++ 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/pom.xml
 Mon Apr  7 14:10:32 2008
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.activemq.tooling</groupId>
         <artifactId>activemq-tooling</artifactId>
-        <version>4.1.2</version>
+        <version>4.1-SNAPSHOT</version>
        </parent>
 
     <artifactId>maven-activemq-perf-plugin</artifactId>

Modified: 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/pom.xml 
(original)
+++ 
activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/pom.xml 
Mon Apr  7 14:10:32 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-activemq-plugin</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-tooling/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-tooling/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-tooling/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-tooling/pom.xml Mon Apr  7 14:10:32 
2008
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq.tooling</groupId>

Modified: activemq/branches/activemq-4.1/activemq-web-console/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-web-console/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-web-console/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-web-console/pom.xml Mon Apr  7 
14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web-console</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-web-demo/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-web-demo/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-web-demo/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-web-demo/pom.xml Mon Apr  7 
14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web-demo</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-web/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-web/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-web/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-web/pom.xml Mon Apr  7 14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web</artifactId>

Modified: activemq/branches/activemq-4.1/activemq-xmpp/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-xmpp/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-xmpp/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-xmpp/pom.xml Mon Apr  7 14:10:32 
2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-xmpp</artifactId>

Modified: activemq/branches/activemq-4.1/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/assembly/pom.xml (original)
+++ activemq/branches/activemq-4.1/assembly/pom.xml Mon Apr  7 14:10:32 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>4.1.2</version>
+    <version>4.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-activemq</artifactId>

Modified: activemq/branches/activemq-4.1/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/pom.xml?rev=645692&r1=645691&r2=645692&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/pom.xml (original)
+++ activemq/branches/activemq-4.1/pom.xml Mon Apr  7 14:10:32 2008
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>activemq-parent</artifactId>
-  <version>4.1.2</version>
+  <version>4.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ActiveMQ</name>
 
@@ -88,9 +88,9 @@
   </modules>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/tags/activemq-4.1.2</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/tags/activemq-4.1.2</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/activemq/tags/activemq-4.1.2</url>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/activemq/branches/activemq-4.1</url>
   </scm>
 
   <dependencyManagement>
@@ -1103,7 +1103,7 @@
     <!-- base url for site deployment.  See distribution management for full 
url.  Override this in settings.xml for staging -->
     
<staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
 
-    <activemq-version>4.1.2</activemq-version>
+    <activemq-version>4.1-SNAPSHOT</activemq-version>
     <activesoap-version>1.3</activesoap-version>
     <annogen-version>0.1.0</annogen-version>
     <ant-version>1.6.2</ant-version>


Reply via email to