Author: dejanb
Date: Sat Sep 19 12:59:55 2009
New Revision: 816914
URL: http://svn.apache.org/viewvc?rev=816914&view=rev
Log:
defining plugin in parent pom
Modified:
activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml
activemq/activemq-protobuf/trunk/pom.xml
Modified: activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml?rev=816914&r1=816913&r2=816914&view=diff
==============================================================================
--- activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml (original)
+++ activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml Sat Sep 19
12:59:55 2009
@@ -64,6 +64,7 @@
<plugin>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf</artifactId>
+ <version>${version}</version>
<executions>
<execution>
<goals>
Modified: activemq/activemq-protobuf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-protobuf/trunk/pom.xml?rev=816914&r1=816913&r2=816914&view=diff
==============================================================================
--- activemq/activemq-protobuf/trunk/pom.xml (original)
+++ activemq/activemq-protobuf/trunk/pom.xml Sat Sep 19 12:59:55 2009
@@ -324,6 +324,11 @@
<test>false</test>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.activemq.protobuf</groupId>
+ <artifactId>activemq-protobuf</artifactId>
+ <version>${version}</version>
+ </plugin>
</plugins>
</build>
</profile>