[maven-release-plugin] prepare release rabbitmq-1.2
diff --git a/pom.xml b/pom.xml
index 47b212e..60af0ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <groupId>com.googlesource.gerrit.plugins.rabbitmq</groupId>
   <artifactId>rabbitmq</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
   <name>Gerrit RabbitMQ plugin</name>
 
   <licenses>
@@ -142,6 +142,6 @@
     <connection>scm:git:http://github.com/rinrinne/gerrit-rabbitmq-plugin.git</connection>
     <developerConnection>scm:git:https://github.com/rinrinne/gerrit-rabbitmq-plugin.git</developerConnection>
     <url>https://github.com/rinrinne/gerrit-rabbitmq-plugin</url>
-    <tag>HEAD</tag>
+    <tag>rabbitmq-1.2</tag>
   </scm>
 </project>