[maven-release-plugin] prepare release activemq-protobuf-1.0

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-protobuf/trunk@816916 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activemq-protobuf-test/pom.xml b/activemq-protobuf-test/pom.xml
index 765dd02..fed21ff 100644
--- a/activemq-protobuf-test/pom.xml
+++ b/activemq-protobuf-test/pom.xml
@@ -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>
diff --git a/activemq-protobuf/pom.xml b/activemq-protobuf/pom.xml
index 23781db..2abdaea 100644
--- a/activemq-protobuf/pom.xml
+++ b/activemq-protobuf/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 5d6531c..b4049ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>