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

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-protobuf/trunk@981836 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activemq-protobuf-test/pom.xml b/activemq-protobuf-test/pom.xml
index 01f3e50..c9e1b8f 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.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <groupId>org.apache.activemq.protobuf</groupId>
   <artifactId>activemq-protobuf-test</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   
   <packaging>jar</packaging>
   <name>ActiveMQ Protocol Buffers Tests</name>
diff --git a/activemq-protobuf/pom.xml b/activemq-protobuf/pom.xml
index 9ca8e2f..7ee5272 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.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <groupId>org.apache.activemq.protobuf</groupId>
   <artifactId>activemq-protobuf</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   <packaging>maven-plugin</packaging>
   
   <name>ActiveMQ Protocol Buffers Implementation and Compiler</name>
diff --git a/pom.xml b/pom.xml
index 651c791..5d532df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.activemq.protobuf</groupId>
   <artifactId>activemq-protobuf-pom</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</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.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-protobuf/tags/activemq-protobuf-1.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/activemq/activemq-protobuf/tags/activemq-protobuf-1.1</url>
   </scm>
 
   <dependencyManagement>