You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/12/07 10:09:49 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.

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

commit 0aa239d2a8aa4b7107f04080e1fabb6b20dbb256
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Dec 7 11:09:46 2021 +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 68b04ec..477242f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId>
-    <version>3.1.2-1.40.0</version> <!-- second component is the oak version, please keep in sync with oak.version property -->
+    <version>3.1.3-1.40.0-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.20.2</jackrabbit.version>
         <sling-mock.version>3.2.0</sling-mock.version>
 
-        <project.build.outputTimestamp>2021-12-07T10:08:24Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-07T10:09:46Z</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.1.2-1.40.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <dependencies>