This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git


The following commit(s) were added to refs/heads/master by this push:
     new a41bbf8  [maven-release-plugin] prepare release 
fulcrum-security-2.1.0-candidate
a41bbf8 is described below

commit a41bbf8e70b84d11ccf5f096216a50e8069462ce
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Oct 18 12:07:18 2021 +0200

    [maven-release-plugin] prepare release fulcrum-security-2.1.0-candidate
---
 api/pom.xml    |  5 +++--
 dist/pom.xml   |  2 +-
 memory/pom.xml |  5 +++--
 pom.xml        | 12 ++++++------
 torque/pom.xml |  5 +++--
 5 files changed, 16 insertions(+), 13 deletions(-)

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>

Reply via email to