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:48:14 UTC

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


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

commit 84b0f9243e2c7cc733762e8ce199549632eaf9a2
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Thu Apr 2 13:48:10 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 d42e5cd..a7aadff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.factory.packages</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3-SNAPSHOT</version>
 
     <name>Apache Sling Installer Content Package Support</name>
     <description> 
@@ -36,14 +36,14 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-04-02T11:47:50Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-04-02T11:48:10Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-packages.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-packages.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-factory-packages.git</url>
-      <tag>org.apache.sling.installer.factory.packages-1.0.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <dependencies>