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/04/22 13:43:09 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 17ab924  [maven-release-plugin] prepare for next development iteration
17ab924 is described below

commit 17ab9241d14cde974cccdf34804abf66ad648760
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Wed Apr 22 15:43:05 2020 +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 5b07e68..0968820 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,21 +20,21 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.johnzon</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-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-04-22T13:42:46Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-04-22T13:43:05Z</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.2</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>