fixing 1.0 pom versions

git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-protobuf/tags/activemq-protobuf-pom-1.0@816122 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activemq-protobuf-test/pom.xml b/activemq-protobuf-test/pom.xml
index a2910c5..7750171 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>
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.activemq.protobuf</groupId>
       <artifactId>activemq-protobuf</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
     </dependency>
   </dependencies>
 
@@ -65,7 +65,7 @@
       <plugin>
         <groupId>org.apache.activemq.protobuf</groupId>
         <artifactId>activemq-protobuf</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
          <executions>
           <execution>
             <goals>
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 643769d..fb32a82 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>