You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/11/25 08:20:50 UTC

[sling-org-apache-sling-tooling-support-install] branch master updated: [maven-release-plugin] prepare for next development iteration

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-install.git


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

commit b2e8504519e1fe3e506404bcc6e6f136d28092ed
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Fri Nov 25 09:20:48 2022 +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 5f591ba..80c6029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.tooling.support.install</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1-SNAPSHOT</version>
 
     <name>Apache Sling Tooling Support Install</name>
     <description>ReST endpoint for installing/updating a bundle from a directory</description>
@@ -35,11 +35,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-install.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tooling-support-install.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-tooling-support-install.git</url>
-        <tag>org.apache.sling.tooling.support.install-1.1.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>
-        <project.build.outputTimestamp>2022-11-25T08:20:37Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-11-25T08:20:48Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>