You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/09/21 11:29:30 UTC

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

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9eb5909  [maven-release-plugin] prepare for next development iteration
9eb5909 is described below

commit 9eb590991c3ae9fae93f72f6c837757cfd09ace3
Author: Joerg Hoh <jo...@apache.org>
AuthorDate: Wed Sep 21 13:29:28 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 10acda1..6f3d4fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.clients</artifactId>
-    <version>3.0.16</version>
+    <version>3.0.17-SNAPSHOT</version>
 
     <name>Apache Sling Testing Clients</name>
     <description>
@@ -39,12 +39,12 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git
         </developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-clients.git</url>
-        <tag>org.apache.sling.testing.clients-3.0.16</tag>
+        <tag>HEAD</tag>
     </scm>
     
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>1663759710</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1663759767</project.build.outputTimestamp>
     </properties>
 
     <build>