You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2020/09/13 02:39:05 UTC

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

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

andysch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-kickstart-maven-plugin.git


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

commit 1fc0b6ed192bc2e508c7cc1b3ebf75ec16cc1f6e
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Sat Sep 12 19:39:01 2020 -0700

    [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 ec56690..18dac02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>sling-kickstart-maven-plugin</artifactId>
-    <version>0.0.8</version>
+    <version>0.0.9-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling Kickstart Maven Plugin</name>
@@ -51,7 +51,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-kickstart-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-kickstart-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-kickstart-maven-plugin.git</url>
-       <tag>sling-kickstart-maven-plugin-0.0.8</tag>
+       <tag>sling-kickstart-maven-plugin-0.0.2</tag>
     </scm>
 
     <build>