You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/04/26 17:46:21 UTC

[sling-org-apache-sling-serviceuser-webconsole] 07/16: [maven-release-plugin] prepare for next development iteration

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceuser-webconsole.git

commit c2c5e9bb67d180a39e421bdf7b8a4dae205ff541
Author: Dan Klco <da...@gmail.com>
AuthorDate: Fri Jan 12 17:55:51 2018 -0500

    [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 a5a02a2..844b9fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
 	<artifactId>org.apache.sling.serviceuser.webconsole</artifactId>
 	<packaging>bundle</packaging>
-	<version>1.0.0</version>
+	<version>1.0.1-SNAPSHOT</version>
 
 	<name>Apache Sling Service User Web Console</name>
 	<description>
@@ -32,7 +32,7 @@
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceuser-webconsole.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceuser-webconsole.git</developerConnection>
 		<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-serviceuser-webconsole.git</url>
-		<tag>org.apache.sling.serviceuser.webconsole-1.0.0</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<build>