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/10/04 00:44:54 UTC

svn commit: r452662 - in /incubator/activemq/trunk: activemq-core/pom.xml assembly/pom.xml

Author: chirino
Date: Tue Oct  3 15:44:54 2006
New Revision: 452662

URL: http://svn.apache.org/viewvc?view=rev&rev=452662
Log:
Use released versions of the plugins

Modified:
    incubator/activemq/trunk/activemq-core/pom.xml
    incubator/activemq/trunk/assembly/pom.xml

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?view=diff&rev=452662&r1=452661&r2=452662
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Tue Oct  3 15:44:54 2006
@@ -310,7 +310,7 @@
       <plugin>
         <groupId>org.apache.activemq</groupId>
         <artifactId>maven-gram-plugin</artifactId>
-        <version>${pom.version}</version>
+        <version>4.1-incubator</version>
         <configuration>
           <scripts>
             :GenerateJavaMarshalling.groovy: GenerateJavaTests.groovy: GenerateCSharpMarshalling.groovy:

Modified: incubator/activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/pom.xml?view=diff&rev=452662&r1=452661&r2=452662
==============================================================================
--- incubator/activemq/trunk/assembly/pom.xml (original)
+++ incubator/activemq/trunk/assembly/pom.xml Tue Oct  3 15:44:54 2006
@@ -274,7 +274,7 @@
       <plugin>
         <groupId>org.apache.activemq</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>${pom.version}</version>
+        <version>4.1-incubator</version>
         <executions>
           <execution>
             <phase>compile</phase>