[maven-release-plugin] prepare release rabbitmq-1.0
diff --git a/pom.xml b/pom.xml
index 314547d..da19065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,15 +13,13 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>com.googlesource.gerrit.plugins.rabbitmq</groupId>
   <artifactId>rabbitmq</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <name>Gerrit RabbitMQ plugin</name>
 
   <licenses>
@@ -140,5 +138,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>rabbitmq-1.0</tag>
   </scm>
 </project>