[maven-release-plugin] prepare release 6.3.3
diff --git a/apache-qpid-jms-amqp-0-x/pom.xml b/apache-qpid-jms-amqp-0-x/pom.xml
index a02c290..be212ab 100644
--- a/apache-qpid-jms-amqp-0-x/pom.xml
+++ b/apache-qpid-jms-amqp-0-x/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>6.3.3-SNAPSHOT</version>
+    <version>6.3.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/client/example/pom.xml b/client/example/pom.xml
index 03c553f..5e09767 100644
--- a/client/example/pom.xml
+++ b/client/example/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>6.3.3-SNAPSHOT</version>
+    <version>6.3.3</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/client/pom.xml b/client/pom.xml
index 9a8f517..59935c3 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>6.3.3-SNAPSHOT</version>
+    <version>6.3.3</version>
   </parent>
 
   <artifactId>qpid-client</artifactId>
diff --git a/doc/jms-client-0-10/pom.xml b/doc/jms-client-0-10/pom.xml
index cc6bf05..b10c8e4 100644
--- a/doc/jms-client-0-10/pom.xml
+++ b/doc/jms-client-0-10/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>6.3.3-SNAPSHOT</version>
+        <version>6.3.3</version>
     </parent>
 
     <artifactId>qpid-java-doc-jms-client-0-10</artifactId>
diff --git a/doc/jms-client-0-8/pom.xml b/doc/jms-client-0-8/pom.xml
index bc84360..50327ad 100644
--- a/doc/jms-client-0-8/pom.xml
+++ b/doc/jms-client-0-8/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>6.3.3-SNAPSHOT</version>
+        <version>6.3.3</version>
     </parent>
 
     <artifactId>qpid-java-doc-jms-client-0-8</artifactId>
diff --git a/doc/pom.xml b/doc/pom.xml
index f319636..29c1fef 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-        <version>6.3.3-SNAPSHOT</version>
+        <version>6.3.3</version>
     </parent>
 
     <artifactId>qpid-java-doc</artifactId>
diff --git a/pom.xml b/pom.xml
index dc75fea..2357235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-  <version>6.3.3-SNAPSHOT</version>
+  <version>6.3.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Qpid JMS AMQP 0-x Parent</name>
@@ -65,7 +65,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf/qpid-jms-amqp-0-x.git</url>
-    <tag>6.3.x</tag>
+    <tag>6.3.3</tag>
   </scm>
 
   <distributionManagement>