[maven-release-plugin] prepare release org.apache.sling.commons.messaging-1.0.0
diff --git a/pom.xml b/pom.xml
index bcff006..f59546f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,11 +25,11 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
     <version>38</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.commons.messaging</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.0.0</version>
 
   <name>Apache Sling Commons Messaging</name>
   <description>Apache Sling Commons Messaging</description>
@@ -44,6 +44,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-messaging.git</url>
+    <tag>org.apache.sling.commons.messaging-1.0.0</tag>
   </scm>
 
   <build>