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/07/30 09:13:38 UTC

[sling-org-apache-sling-installer-provider-jcr] branch master updated: [maven-release-plugin] prepare release org.apache.sling.installer.provider.jcr-3.3.0

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 49971dd  [maven-release-plugin] prepare release org.apache.sling.installer.provider.jcr-3.3.0
49971dd is described below

commit 49971ddc3ccc1b8da8875503319af2d142483748
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Thu Jul 30 11:13:34 2020 +0200

    [maven-release-plugin] prepare release org.apache.sling.installer.provider.jcr-3.3.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d1d3c1..6ebe967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.installer.provider.jcr</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.3.0</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:57:17Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-07-30T09:11:32Z</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>HEAD</tag>
+      <tag>org.apache.sling.installer.provider.jcr-3.3.0</tag>
   </scm>
 
     <dependencies>