You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/20 18:30:40 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.42

This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git


The following commit(s) were added to refs/heads/master by this push:
     new 5231590  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.42
5231590 is described below

commit 5231590e3ec19d10ef8a6dd517d0a0f0f55d07bb
Author: Eric Norman <en...@apache.org>
AuthorDate: Tue Sep 20 11:30:30 2022 -0700

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

diff --git a/pom.xml b/pom.xml
index cc0ab71..69e40a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.sling.jcr.repoinit</artifactId>
-  <version>1.1.41-SNAPSHOT</version>
+  <version>1.1.42</version>
   <name>Apache Sling Repoinit JCR</name>
   <description>
 	  Initializes a JCR repository based on the output
@@ -47,7 +47,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-repoinit.git</url>
-    <tag>org.apache.sling.jcr.repoinit-1.1.24</tag>
+    <tag>org.apache.sling.jcr.repoinit-1.1.42</tag>
   </scm>
 
     <build>
@@ -226,7 +226,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.7.1-SNAPSHOT</version>
+            <version>1.8.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>