You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/09/26 19:06:17 UTC

[sling-org-apache-sling-junit-scriptable] branch master updated: [maven-release-plugin] prepare release org.apache.sling.junit.scriptable-1.0.14

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0da70e1  [maven-release-plugin] prepare release org.apache.sling.junit.scriptable-1.0.14
0da70e1 is described below

commit 0da70e1bbdb6da735692f6a310b8aa82d7236bf3
Author: Eric Norman <en...@apache.org>
AuthorDate: Mon Sep 26 12:06:08 2022 -0700

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

diff --git a/pom.xml b/pom.xml
index 6280bb6..d77763a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.junit.scriptable</artifactId>
-    <version>1.0.13-SNAPSHOT</version>
+    <version>1.0.14</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling JUnit Scriptable Tests Provider</name>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-scriptable.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-scriptable.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-junit-scriptable.git</url>
-    </scm>
+      <tag>org.apache.sling.junit.scriptable-1.0.14</tag>
+  </scm>
 
     <build>
         <plugins>