Author: dejanb
Date: Sat Sep 19 13:08:30 2009
New Revision: 816916
URL: http://svn.apache.org/viewvc?rev=816916&view=rev
Log:
[maven-release-plugin] prepare release activemq-protobuf-1.0
Modified:
activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml
activemq/activemq-protobuf/trunk/activemq-protobuf/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=816916&r1=816915&r2=816916&view=diff
==============================================================================
--- activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml (original)
+++ activemq/activemq-protobuf/trunk/activemq-protobuf-test/pom.xml Sat Sep 19
13:08:30 2009
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf-pom</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf-test</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<packaging>jar</packaging>
<name>ActiveMQ Protocol Buffers Tests</name>
@@ -45,6 +45,15 @@
</dependencies>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.activemq.protobuf</groupId>
+ <artifactId>activemq-protobuf</artifactId>
+ <version>${version}</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Modified: activemq/activemq-protobuf/trunk/activemq-protobuf/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-protobuf/trunk/activemq-protobuf/pom.xml?rev=816916&r1=816915&r2=816916&view=diff
==============================================================================
--- activemq/activemq-protobuf/trunk/activemq-protobuf/pom.xml (original)
+++ activemq/activemq-protobuf/trunk/activemq-protobuf/pom.xml Sat Sep 19
13:08:30 2009
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf-pom</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<packaging>maven-plugin</packaging>
<name>ActiveMQ Protocol Buffers Implementation and Compiler</name>
Modified: activemq/activemq-protobuf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-protobuf/trunk/pom.xml?rev=816916&r1=816915&r2=816916&view=diff
==============================================================================
--- activemq/activemq-protobuf/trunk/pom.xml (original)
+++ activemq/activemq-protobuf/trunk/pom.xml Sat Sep 19 13:08:30 2009
@@ -27,7 +27,7 @@
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf-pom</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<packaging>pom</packaging>
<name>ActiveMQ Protocol Buffers POM</name>
@@ -72,9 +72,9 @@
</modules>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-protobuf/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-protobuf/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/activemq/activemq-protobuf/trunk/</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-protobuf/tags/activemq-protobuf-1.0</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-protobuf/tags/activemq-protobuf-1.0</developerConnection>
+
<url>http://svn.apache.org/viewvc/activemq/activemq-protobuf/tags/activemq-protobuf-1.0</url>
</scm>
<dependencyManagement>