[maven-release-plugin] prepare release rabbitmq-1.3
diff --git a/pom.xml b/pom.xml
index 78039d2..a3b24ca 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.3-SNAPSHOT</version>
+  <version>1.3</version>
   <name>Gerrit RabbitMQ plugin</name>
 
   <licenses>
@@ -161,6 +161,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.3</tag>
   </scm>
 </project>