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 cd7da21  [maven-release-plugin] prepare for next development iteration
cd7da21 is described below

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

    [maven-release-plugin] prepare for next development iteration
---
 api/pom.xml    |  8 +++++---
 dist/pom.xml   |  2 +-
 memory/pom.xml |  8 +++++---
 pom.xml        | 10 +++++-----
 torque/pom.xml |  8 +++++---
 5 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 34e07f8..7e80ded 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.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -29,8 +29,10 @@
     
<url>https://turbine.apache.org/fulcrum/fulcrum-security/fulcrum-security-api</url>
     
     <scm>
-      
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}/api</url>
-      <tag>fulcrum-security-2.1.0-candidate</tag>
+      
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+      <tag>HEAD</tag>
+    
<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>
   </scm>
 
     <dependencies>
diff --git a/dist/pom.xml b/dist/pom.xml
index 258a69a..5279e1f 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.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/memory/pom.xml b/memory/pom.xml
index 3bce12a..6dcd5c4 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.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -32,8 +32,10 @@
     
<url>https://turbine.apache.org/fulcrum/fulcrum-security/fulcrum-security-memory</url>
 
     <scm>
-      
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}/memory</url>
-      <tag>fulcrum-security-2.1.0-candidate</tag>
+      
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+      <tag>HEAD</tag>
+    
<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>
   </scm>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 7d06685..7fa2219 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.fulcrum</groupId>
     <artifactId>fulcrum-security</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1-SNAPSHOT</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>fulcrum-security-2.1.0-candidate</tag>
+        <tag>HEAD</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.1.0</version>
+          <version>2.1.1-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.fulcrum</groupId>
           <artifactId>fulcrum-security-api</artifactId>
-          <version>2.1.0</version>
+          <version>2.1.1-SNAPSHOT</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.1.0</version>
+          <version>2.1.1-SNAPSHOT</version>
           <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/torque/pom.xml b/torque/pom.xml
index 9f080c8..8380323 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.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -26,8 +26,10 @@
     
<url>https://turbine.apache.org/fulcrum/fulcrum-security/fulcrum-security-torque</url>
     
     <scm>
-      
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}/torque</url>
-      <tag>fulcrum-security-2.1.0-candidate</tag>
+      
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
+      <tag>HEAD</tag>
+    
<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>
   </scm>
 
     <properties>

Reply via email to