You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/11/04 08:59:32 UTC

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

This is an automated email from the ASF dual-hosted git repository.

hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git


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

commit 7a50b7667ec4ba0941dacda3bdb645429ba4457d
Author: hhn <ha...@raisenow.com>
AuthorDate: Mon Nov 4 09:58:50 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c31e1f0..dce1d01 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -29,7 +29,7 @@
     <packaging>pom</packaging>
     <name>Clerezza - Parent</name>
     <url>https://mvnrepository.com/artifact/org.apache.clerezza</url>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <description>The direct or indirect parent of all Clerezza artifacts</description>
     <properties>
         <sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
@@ -417,7 +417,7 @@
         <url>https://github.com/apache/clerezza</url>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
-        <tag>clerezza-parent-8</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <!-- lets generate reports -->