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 2020/03/20 14:32:08 UTC

[turbine-archetypes] 01/01: [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

commit 41891a1e579e5ee99df12b3390042027538a3bf4
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Thu Mar 12 15:15:08 2020 +0100

    [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 4792e58..7e7d88e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-webapp-5.0</artifactId>
-  <version>1.0.3</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Archetype - Turbine 5.0 WebApp</name>
@@ -40,7 +40,7 @@
     <connection>scm:git:https://github.com/apache/turbine-archetypes</connection>
     <developerConnection>scm:git:https://github.com/apache/turbine-archetypes</developerConnection>
     <url>scm:git:https://github.com/apache/turbine-archetypes</url>
-    <tag>turbine-webapp-5.0-1.0.3-rc</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <build>