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 2006/09/07 23:20:57 UTC

svn commit: r441229 - in /incubator/activemq/maven-plugins/trunk: maven-bundle-plugin/pom.xml maven-gram-plugin/pom.xml pom.xml

Author: chirino
Date: Thu Sep  7 14:20:57 2006
New Revision: 441229

URL: http://svn.apache.org/viewvc?view=rev&rev=441229
Log:
Switch to a simpler SNAPSHOT versioning scheme avoid the trunk pom chaning after each release.
added maven-bundle-plugin/pom.xml back in.

Added:
    incubator/activemq/maven-plugins/trunk/maven-bundle-plugin/pom.xml
      - copied, changed from r441199, incubator/activemq/trunk/activemq-tooling/maven-bundle-plugin/pom.xml
Modified:
    incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml
    incubator/activemq/maven-plugins/trunk/pom.xml

Copied: incubator/activemq/maven-plugins/trunk/maven-bundle-plugin/pom.xml (from r441199, incubator/activemq/trunk/activemq-tooling/maven-bundle-plugin/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/activemq/maven-plugins/trunk/maven-bundle-plugin/pom.xml?view=diff&rev=441229&p1=incubator/activemq/trunk/activemq-tooling/maven-bundle-plugin/pom.xml&r1=441199&p2=incubator/activemq/maven-plugins/trunk/maven-bundle-plugin/pom.xml&r2=441229
==============================================================================
--- incubator/activemq/trunk/activemq-tooling/maven-bundle-plugin/pom.xml (original)
+++ incubator/activemq/maven-plugins/trunk/maven-bundle-plugin/pom.xml Thu Sep  7 14:20:57 2006
@@ -26,8 +26,8 @@
 
   <parent>
     <groupId>org.apache.activemq</groupId>
-    <artifactId>activemq-parent</artifactId>
-    <version>4.1-incubator-SNAPSHOT</version>
+    <artifactId>maven-plugins-parent</artifactId>
+    <version>4-incubator-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-bundle-plugin</artifactId>

Modified: incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml?view=diff&rev=441229&r1=441228&r2=441229
==============================================================================
--- incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml (original)
+++ incubator/activemq/maven-plugins/trunk/maven-gram-plugin/pom.xml Thu Sep  7 14:20:57 2006
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>maven-plugins-parent</artifactId>
-    <version>4.1-incubator-SNAPSHOT</version>
+    <version>4-incubator-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: incubator/activemq/maven-plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/maven-plugins/trunk/pom.xml?view=diff&rev=441229&r1=441228&r2=441229
==============================================================================
--- incubator/activemq/maven-plugins/trunk/pom.xml (original)
+++ incubator/activemq/maven-plugins/trunk/pom.xml Thu Sep  7 14:20:57 2006
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.activemq</groupId>
     <artifactId>maven-plugins-parent</artifactId>
-    <version>4.1-incubator-SNAPSHOT</version>
+    <version>4-incubator-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ActiveMQ Maven Plugins</name>