You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/14 13:10:24 UTC

[sling-project-archetype] branch master updated: [maven-release-plugin] prepare release sling-project-archetype-1.0.8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87eec17  [maven-release-plugin] prepare release sling-project-archetype-1.0.8
87eec17 is described below

commit 87eec1770ae2b421bfc21aa4fe1ac4f7c63e8528
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 14:10:22 2022 +0100

    [maven-release-plugin] prepare release sling-project-archetype-1.0.8
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8d8c8d5..0e6fcb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-project-archetype</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.0.8</version>
     <packaging>maven-archetype</packaging>
 
     <name>Project Archetype</name>
@@ -51,7 +51,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-project-archetype.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-project-archetype.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-project-archetype.git</url>
-        <tag>HEAD</tag>
+        <tag>sling-project-archetype-1.0.8</tag>
     </scm>
 
     <build>