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/02/21 08:50:19 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 8df0706  [maven-release-plugin] prepare for next development iteration
8df0706 is described below

commit 8df07060e4fc1c69b0f4fb81eb51c90ff786db78
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Fri Feb 21 09:50:15 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 06beeb1..02f80c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.provider.jcr</artifactId>
-    <version>3.2.0</version>
+    <version>3.2.1-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-02-21T08:48:02Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-02-21T08:50:15Z</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.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <dependencies>