You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by du...@apache.org on 2022/02/04 16:31:37 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.

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

commit 026b338621d3b3c439551dc3243e2a5719db6820
Author: Andrei Dulvac <ad...@adobe.com>
AuthorDate: Fri Feb 4 17:31:35 2022 +0100

    [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 8e5e3ef..82061ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.clients</artifactId>
-    <version>3.0.8</version>
+    <version>3.0.9-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.8</tag>
+        <tag>HEAD</tag>
     </scm>
     
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>1643992246</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1643992295</project.build.outputTimestamp>
     </properties>
 
     <build>