You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/09/09 13:20:02 UTC

[turbine-archetypes] branch master updated: [maven-release-plugin] prepare for next development iteration

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-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new 05f624d  [maven-release-plugin] prepare for next development iteration
05f624d is described below

commit 05f624d6a5048af5dadc672e086e534d3b36948b
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Fri Sep 9 15:19:06 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 467bd13..fc2e16f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-webapp-5.1</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Archetype - Turbine 5.1 WebApp</name>
@@ -40,7 +40,7 @@
     <connection>scm:git:https://github.com/apache/turbine-archetypes</connection>
     <developerConnection>scm:git:ssh://git@github.com/apache/turbine-archetypes</developerConnection>
     <url>scm:git:https://github.com/apache/turbine-archetypes</url>
-    <tag>turbine-webapp-5.1-2.0.0-candidate</tag>
+    <tag>HEAD</tag>
   </scm>
   
    <properties>