[maven-release-plugin] prepare release fulcrum-testcontainer-2.0.0-candidate
diff --git a/pom.xml b/pom.xml
index 97619c3..c433a0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,14 +13,14 @@
     <parent>

     <artifactId>turbine-parent</artifactId>

     <groupId>org.apache.turbine</groupId>

-    <version>12-SNAPSHOT</version>

-    <relativePath></relativePath>

+    <version>12</version>

+    <relativePath />

     </parent>

 

     <modelVersion>4.0.0</modelVersion>

     <groupId>org.apache.fulcrum</groupId>

     <artifactId>fulcrum-testcontainer</artifactId>

-    <version>2.0.0-SNAPSHOT</version>

+    <version>2.0.0</version>

     <name>Fulcrum Test Container</name>

     <inceptionYear>2004</inceptionYear>

     <description>A test framework for Avalon components</description>

@@ -30,7 +30,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</connection>

     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git</developerConnection>

     <url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>

-    <tag>HEAD</tag>

+    <tag>fulcrum-testcontainer-2.0.0-candidate</tag>

     </scm>

 

    <!-- distributionManagement id and url defined in parent, adapt turbine.site.path -->