You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by di...@apache.org on 2022/01/26 12:23:33 UTC

[sling-org-apache-sling-sitemap] branch master updated: [maven-release-plugin] prepare release org.apache.sling.sitemap-1.0.6

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

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


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

commit 2e66be6f293a6ad4d888d10b5dff50279363918f
Author: Dirk Rudolph <di...@apache.org>
AuthorDate: Wed Jan 26 13:23:30 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index c34fefc..1471f68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.sitemap</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
     <name>Apache Sling Sitemap</name>
     <description>An Apache Sling extension to generate xml sitemaps</description>
 
@@ -35,13 +35,13 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-sitemap.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.sitemap-1.0.6</tag>
     </scm>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <!-- necessary for reproducible builds, automatically updated with each release -->
-        <project.build.outputTimestamp>2021-09-29T14:36:19Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-01-26T12:23:17Z</project.build.outputTimestamp>
     </properties>
 
     <build>