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/12/07 08:21:33 UTC

[sling-org-apache-sling-models-jacksonexporter] 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-models-jacksonexporter.git


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

commit 1918f563f0c7a3f345af9c1e43ef56b87d4ee345
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Tue Dec 7 09:21:29 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 66227ec..f1aa853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.models.jacksonexporter</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1-SNAPSHOT</version>
     <name>Apache Sling Models Jackson Exporter</name>
     <description>Apache Sling Models Client Model Exporter - Jackson</description>
 
@@ -35,12 +35,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-jacksonexporter.git</url>
-      <tag>org.apache.sling.models.jacksonexporter-1.1.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2021-12-07T08:20:54Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-12-07T08:21:28Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>