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:15:49 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.9.8

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-servlets-resolver.git


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

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

    [maven-release-plugin] prepare release org.apache.sling.servlets.resolver-2.9.8
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9e09006..8ea705b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.servlets.resolver</artifactId>
-    <version>2.9.7-SNAPSHOT</version>
+    <version>2.9.8</version>
 
     <name>Apache Sling Servlets Resolver</name>
     <description>
@@ -39,11 +39,11 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-resolver.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.servlets.resolver-2.9.8</tag>
   </scm>
 
     <properties>
-        <project.build.outputTimestamp>2022-05-10T15:03:47Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-08-08T13:15:28Z</project.build.outputTimestamp>
         <site.jira.version.id>12314292</site.jira.version.id>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
         <!-- To debug the pax process, override this with -D -->
@@ -209,7 +209,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>
         <!-- for ServiceUserMapped (SLING-4312) -->
@@ -387,7 +387,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
-            <version>1.10.0-SNAPSHOT</version>
+            <version>1.10.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>