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:57:21 UTC

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


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

commit 32d244d1fbea4141c433c8fb9b1727c28511863e
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Thu Apr 2 13:57:17 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 c1e942e..e558c1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.provider.jcr</artifactId>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
     <name>Apache Sling JCR Installer</name>
     <description> 
@@ -38,14 +38,14 @@
     <properties>
         <jackrabbit.version>2.10.0</jackrabbit.version>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-04-02T11:55:04Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-04-02T11:57:17Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-jcr.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-jcr.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-provider-jcr.git</url>
-      <tag>org.apache.sling.installer.provider.jcr-3.2.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <dependencies>