[maven-release-plugin] prepare release turbine-webapp-5.1-2.0.0-candidate
diff --git a/pom.xml b/pom.xml
index 510be1c..467bd13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-webapp-5.1</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>maven-archetype</packaging>
 
   <name>Archetype - Turbine 5.1 WebApp</name>
@@ -40,7 +40,7 @@
     <connection>scm:git:https://github.com/apache/turbine-archetypes</connection>
     <developerConnection>scm:git:ssh://git@github.com/apache/turbine-archetypes</developerConnection>
     <url>scm:git:https://github.com/apache/turbine-archetypes</url>
-    <tag>HEAD</tag>
+    <tag>turbine-webapp-5.1-2.0.0-candidate</tag>
   </scm>
   
    <properties>