You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cr...@apache.org on 2021/04/09 15:43:46 UTC

[sling-org-apache-sling-junit-core] branch master updated: [maven-release-plugin] prepare for next development iteration

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

cris 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 b71f36a  [maven-release-plugin] prepare for next development iteration
b71f36a is described below

commit b71f36a420a286091d3a46d9b7890fac4d83e466
Author: Cris Rockwell <cm...@umich.edu>
AuthorDate: Fri Apr 9 11:43:41 2021 -0400

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 39fc23a..26d8c44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.junit.core</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3-SNAPSHOT</version>
 
     <name>Apache Sling JUnit Core</name>
     <description>Runs JUnit tests in an OSGi framework and provides the JUnit libraries</description>
@@ -43,7 +43,7 @@
         <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>
-      <tag>org.apache.sling.junit.core-1.1.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <build>