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 12:52:52 UTC

[sling-org-apache-sling-api] branch master updated (1e99ec1 -> 8711049)

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

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


    from 1e99ec1  SLING-11514 : Provide dispatcher option to ignore header changes on include
     add ff5fae0  [maven-release-plugin] prepare release org.apache.sling.api-2.26.0
     new 8711049  [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[sling-org-apache-sling-api] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by ra...@apache.org.
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-api.git

commit 871104930a3b4e7bc40fa82b2e0d0f2e27b48746
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Aug 8 14:52:49 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index abeb0a9..99c7cf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.api</artifactId>
-    <version>2.26.0</version>
+    <version>2.26.1-SNAPSHOT</version>
 
     <name>Apache Sling API</name>
     <description>
@@ -52,7 +52,7 @@
     <properties>
         <site.jira.version.id>12314252</site.jira.version.id>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2022-08-08T12:51:14Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-08-08T12:52:49Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>