You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/01/15 02:38:34 UTC

[sling-org-apache-sling-rewriter] branch master updated: [maven-release-plugin] prepare release org.apache.sling.rewriter-1.3.0

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

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


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

commit 17c00d6a170704838c15667a6a98de9af5b3e660
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Jan 14 21:38:30 2021 -0500

    [maven-release-plugin] prepare release org.apache.sling.rewriter-1.3.0
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a86fa1e..646094a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.rewriter</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0</version>
 
     <name>Apache Sling Rewriter</name>
     <description>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-rewriter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-rewriter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-rewriter.git</url>
-    </scm>
+      <tag>org.apache.sling.rewriter-1.3.0</tag>
+  </scm>
 
     <properties>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>