[maven-release-plugin] prepare release fulcrum-security-2.1.0-candidate
diff --git a/api/pom.xml b/api/pom.xml
index 85ee01e..34e07f8 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -19,7 +19,7 @@
     <parent>

         <artifactId>fulcrum-security</artifactId>

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

-        <version>2.0.1-SNAPSHOT</version>

+        <version>2.1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <modelVersion>4.0.0</modelVersion>

@@ -30,7 +30,8 @@
     

     <scm>

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

-    </scm>

+      <tag>fulcrum-security-2.1.0-candidate</tag>

+  </scm>

 

     <dependencies>

 

diff --git a/dist/pom.xml b/dist/pom.xml
index 7356979..258a69a 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -21,7 +21,7 @@
     <parent>

         <artifactId>fulcrum-security</artifactId>

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

-        <version>2.0.1-SNAPSHOT</version>

+        <version>2.1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <modelVersion>4.0.0</modelVersion>

diff --git a/memory/pom.xml b/memory/pom.xml
index 519c496..3bce12a 100644
--- a/memory/pom.xml
+++ b/memory/pom.xml
@@ -19,7 +19,7 @@
     <parent>

         <artifactId>fulcrum-security</artifactId>

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

-        <version>2.0.1-SNAPSHOT</version>

+        <version>2.1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <modelVersion>4.0.0</modelVersion>

@@ -33,7 +33,8 @@
 

     <scm>

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

-    </scm>

+      <tag>fulcrum-security-2.1.0-candidate</tag>

+  </scm>

 

     <build>

         <sourceDirectory>${basedir}/src/java/</sourceDirectory>

diff --git a/pom.xml b/pom.xml
index 86ffa0c..7d06685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,12 +22,12 @@
        <artifactId>turbine-parent</artifactId>

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

        <version>9</version>

-       <relativePath></relativePath>

+       <relativePath />

    </parent>

     <modelVersion>4.0.0</modelVersion>

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

     <artifactId>fulcrum-security</artifactId>

-    <version>2.0.1-SNAPSHOT</version>

+    <version>2.1.0</version>

     <packaging>pom</packaging>

     <name>Fulcrum Security Master Build</name>

     <url>https://turbine.apache.org/fulcrum/fulcrum-security/</url>

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

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

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

-        <tag>HEAD</tag>

+        <tag>fulcrum-security-2.1.0-candidate</tag>

     </scm>

     

      <!-- distributionManagement required for staging to work, id and url defined in parent, adapt turbine.site.path -->

@@ -99,12 +99,12 @@
         <dependency>

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

           <artifactId>fulcrum-security-api</artifactId>

-          <version>2.0.1-SNAPSHOT</version>

+          <version>2.1.0</version>

         </dependency>

         <dependency>

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

           <artifactId>fulcrum-security-api</artifactId>

-          <version>2.0.1-SNAPSHOT</version>

+          <version>2.1.0</version>

           <type>test-jar</type>

           <scope>test</scope>

         </dependency>

@@ -124,7 +124,7 @@
         <dependency>

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

           <artifactId>fulcrum-security-memory</artifactId>

-          <version>2.0.1-SNAPSHOT</version>

+          <version>2.1.0</version>

           <scope>test</scope>

         </dependency>

         <dependency>

diff --git a/torque/pom.xml b/torque/pom.xml
index 3f8c3c8..9f080c8 100644
--- a/torque/pom.xml
+++ b/torque/pom.xml
@@ -13,7 +13,7 @@
     <parent>

         <artifactId>fulcrum-security</artifactId>

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

-        <version>2.0.1-SNAPSHOT</version>

+        <version>2.1.0</version>

         <relativePath>../pom.xml</relativePath>

     </parent>

     <modelVersion>4.0.0</modelVersion>

@@ -27,7 +27,8 @@
     

     <scm>

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

-    </scm>

+      <tag>fulcrum-security-2.1.0-candidate</tag>

+  </scm>

 

     <properties>

         <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>