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

[sling-org-apache-sling-resourceresolver] branch master updated: [maven-release-plugin] prepare release org.apache.sling.resourceresolver-1.10.0

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-resourceresolver.git


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

commit ac8b0ad5a75a26a00ef88c7d322b8be2b5495dfb
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Aug 8 15:12:07 2022 +0200

    [maven-release-plugin] prepare release org.apache.sling.resourceresolver-1.10.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae83c1d..c7654e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>org.apache.sling.resourceresolver</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10.0</version>
 
     <name>Apache Sling Resource Resolver</name>
     <description>
@@ -40,13 +40,13 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-resourceresolver.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.resourceresolver-1.10.0</tag>
     </scm>
 
     <properties>
         <site.jira.version.id>12314286</site.jira.version.id>
         <site.javadoc.exclude>**.internal.**</site.javadoc.exclude>
-        <project.build.outputTimestamp>1</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1659964319</project.build.outputTimestamp>
     </properties>
 
     <build>
@@ -129,7 +129,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.26.0-SNAPSHOT</version>
+            <version>2.26.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>