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 2020/03/09 18:56:48 UTC

[sling-org-apache-sling-commons-johnzon] 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-commons-johnzon.git


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

commit c7e4f367569bd7e8b3f627089fb7d4ef89804fc8
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Mon Mar 9 19:56:43 2020 +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 170fc92..2f31213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,21 +20,21 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.johnzon</artifactId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
 
     <name>Apache Sling Commons Johnzon Wrapper Library</name>
     <description>Apache Johnzon powered javax.json library</description>
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-03-09T18:56:24Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-03-09T18:56:43Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-johnzon.git</url>
-        <tag>org.apache.sling.commons.johnzon-1.2.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>