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 2023/05/02 09:25:55 UTC

[turbine-parent] 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-parent.git


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

commit 5a1e0fb967652ea0988dd24f4298d95067ca64c4
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue May 2 11:24:50 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index bf0220b..9df2b4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>turbine-parent</artifactId>
   <packaging>pom</packaging>
 
-  <version>12</version>
+  <version>13-SNAPSHOT</version>
   <name>Turbine POM</name>
   <description>
     The parent POM for the Apache Turbine and Fulcrum project.
@@ -49,7 +49,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-parent.git</connection>
    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-parent.git</developerConnection>
    <url>https://gitbox.apache.org/repos/asf?p=turbine-parent.git</url>
-    <tag>turbine-parent-12-candidate</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <mailingLists>
@@ -644,7 +644,7 @@
 
   <properties>
   
-     <project.build.outputTimestamp>1683019468</project.build.outputTimestamp>
+     <project.build.outputTimestamp>1683019490</project.build.outputTimestamp>
 
     <!-- Default configuration for compiler source and target JVM -->
     <maven.compiler.source>11</maven.compiler.source>