You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2022/08/08 13:18:27 UTC

[sling-org-apache-sling-engine] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


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

commit bc9f2f0e74f63efb759d0572c50ffb22e04c08f5
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Aug 8 15:18:24 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9344ae3..4314a04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.engine</artifactId>
-    <version>2.10.0</version>
+    <version>2.10.1-SNAPSHOT</version>
 
     <name>Apache Sling Engine</name>
     <description>
@@ -39,13 +39,13 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-engine.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-engine.git</url>
-        <tag>org.apache.sling.engine-2.10.0</tag>
+        <tag>HEAD</tag>
   </scm>
 
     <properties>
         <site.jira.version.id>12314287</site.jira.version.id>
         <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
-        <project.build.outputTimestamp>1659964690</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1659964704</project.build.outputTimestamp>
     </properties>
 
     <build>
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.26.0</version>
+            <version>2.26.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>