You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/08/30 16:55:52 UTC

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

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

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


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

commit a4e3c999d07590a52cafec0a0132660f83a44203
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Aug 30 18:55:49 2021 +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 ae505ba..356c2fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-    <version>3.0.0-1.16.0</version> <!-- second component is the oak version, please keep in sync with oak.version property -->
+    <version>3.0.0-3-SNAPSHOT</version> <!-- second component is the oak version, please keep in sync with oak.version property -->
     <packaging>jar</packaging>
 
     <name>Apache Sling Testing Sling Mock Oak</name>
@@ -39,14 +39,14 @@
         <jackrabbit.version>2.18.2</jackrabbit.version>
         <sling-mock.version>3.1.0</sling-mock.version>
 
-        <project.build.outputTimestamp>2021-08-30T16:54:59Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-08-30T16:55:49Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-sling-mock-oak.git</url>
-        <tag>org.apache.sling.testing.sling-mock-oak-3.0.0-1.16.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>