You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/06/07 21:11:51 UTC

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

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

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


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

commit 6f985d8556424d87e135912bc679e0ade024e236
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jun 7 23:11:47 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index c3ff264..3c6484a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.servlets.annotations</artifactId>
-    <version>1.2.5-SNAPSHOT</version>
+    <version>1.2.6</version>
 
     <name>Apache Sling Servlet Annotations</name>
     <description>
@@ -31,13 +31,13 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-annotations.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.servlets.annotations-1.2.6</tag>
     </scm>
 
     <!-- compile with java 7 -->
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2021-06-06T15:10:15Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-06-07T21:11:26Z</project.build.outputTimestamp>
     </properties>
 
     <build>