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

[sling-slingfeature-maven-plugin] 02/02: [maven-release-plugin] prepare release slingfeature-maven-plugin-1.6.2

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

angela pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit 9d01aade8a4b72e56a7a5758a6c4426839ccd68b
Author: angela <an...@adobe.com>
AuthorDate: Tue Mar 15 15:17:58 2022 +0100

    [maven-release-plugin] prepare release slingfeature-maven-plugin-1.6.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 26b4ed2..b77a5ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>slingfeature-maven-plugin</artifactId>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.6.2</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling OSGi Feature Maven Plugin</name>
@@ -43,7 +43,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-slingfeature-maven-plugin.git</url>
-      <tag>HEAD</tag>
+      <tag>slingfeature-maven-plugin-1.6.2</tag>
   </scm>
 
     <build>