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

commit 7e88942969f635657acdcd1cf2774ffa7efc8755
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Oct 23 14:03:17 2023 +0200

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

diff --git a/api/pom.xml b/api/pom.xml
index 2af8054..04a4877 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>fulcrum-security</artifactId>
         <groupId>org.apache.fulcrum</groupId>
-        <version>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
     
     <scm>
       
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
-      <tag>fulcrum-security-3-0-0-candidate</tag>
+      <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>
diff --git a/dist/pom.xml b/dist/pom.xml
index 22ee942..f78469f 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>fulcrum-security</artifactId>
         <groupId>org.apache.fulcrum</groupId>
-        <version>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/memory/pom.xml b/memory/pom.xml
index af3af8f..875ef8e 100644
--- a/memory/pom.xml
+++ b/memory/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>fulcrum-security</artifactId>
         <groupId>org.apache.fulcrum</groupId>
-        <version>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
 
     <scm>
       
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
-      <tag>fulcrum-security-3-0-0-candidate</tag>
+      <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>
diff --git a/pom.xml b/pom.xml
index cf8c522..2df0c53 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>3.0.0</version>
+    <version>3.0.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-3-0-0-candidate</tag>
+        <tag>HEAD</tag>
     </scm>
     
      <!-- distributionManagement required for staging to work, id and url 
defined in parent, adapt turbine.site.path -->
diff --git a/torque/pom.xml b/torque/pom.xml
index e5b21e1..f465940 100644
--- a/torque/pom.xml
+++ b/torque/pom.xml
@@ -13,7 +13,7 @@
      <parent>
         <artifactId>fulcrum-security</artifactId>
         <groupId>org.apache.fulcrum</groupId>
-        <version>3.0.0</version>
+        <version>3.0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
     
     <scm>
       
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
-      <tag>fulcrum-security-3-0-0-candidate</tag>
+      <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>

Reply via email to