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 2020/04/02 11:55:01 UTC

[sling-org-apache-sling-installer-provider-file] 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-installer-provider-file.git


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

commit c8ef0bb1b96317f02534a46af939561d1582bed3
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Thu Apr 2 13:54:57 2020 +0200

    [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 4397e6b..218c760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.provider.file</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
 
     <name>Apache Sling File Installer</name>
     <description> 
@@ -37,14 +37,14 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-04-02T11:54:39Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-04-02T11:54:57Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-file.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-file.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-provider-file.git</url>
-      <tag>org.apache.sling.installer.provider.file-1.2.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <dependencies>