You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/03/19 10:04:42 UTC

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

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

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


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

commit b9cabe42556d8de9a77c539884dbbf7af7ce4cba
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Mar 19 11:04:38 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index adb0d15..cc27780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.junit.core</artifactId>
-    <version>1.0.27-SNAPSHOT</version>
+    <version>1.0.28</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling JUnit Core</name>
@@ -44,7 +44,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-junit-core.git</url>
-    </scm>
+      <tag>org.apache.sling.junit.core-1.0.28</tag>
+  </scm>
 
     <build>
         <plugins>