You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/12/16 13:53:27 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: [maven-release-plugin] prepare for next development iteration

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

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git


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

commit dad46fbca697fc88fa77e229b9a0f25e7eb5628b
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Dec 16 14:53:25 2021 +0100

    [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 2a71d1a..92fcae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.launcher</artifactId>
-    <version>1.1.28</version>
+    <version>1.1.29-SNAPSHOT</version>
 
     <name>Apache Sling Feature Model Launcher</name>
     <description>
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-launcher.git</url>
-    <tag>org.apache.sling.feature.launcher-1.1.28</tag>
+    <tag>HEAD</tag>
   </scm>
 
     <build>
@@ -264,7 +264,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.johnzon</artifactId>
-            <version>1.2.14</version>
+            <version>1.2.13-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>