This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch maintenance-1.0.x in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git
commit 1833bbd1f52fe5f34d287380ceeb5976612aa3e0 Author: Konrad Windszus <[email protected]> AuthorDate: Fri Feb 21 09:32:38 2020 +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 11527af..0282e95 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>org.apache.sling.installer.console</artifactId> - <version>1.1.0</version> + <version>1.1.1-SNAPSHOT</version> <name>Apache Sling Installer WebConsole Plugin</name> <description> @@ -37,14 +37,14 @@ <properties> <sling.java.version>8</sling.java.version> - <project.build.outputTimestamp>2020-02-21T08:32:20Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2020-02-21T08:32:38Z</project.build.outputTimestamp> </properties> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-console.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-console.git</url> - <tag>org.apache.sling.installer.console-1.1.0</tag> + <tag>HEAD</tag> </scm> <dependencies>
