You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2014/09/23 18:39:20 UTC

[3/3] git commit: [maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/0021ad7e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/0021ad7e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/0021ad7e

Branch: refs/heads/master
Commit: 0021ad7ea6783d4834412df9cdd4d1627e177370
Parents: 39ffe71
Author: salyh <he...@gmail.com>
Authored: Tue Sep 23 18:36:27 2014 +0200
Committer: salyh <he...@gmail.com>
Committed: Tue Sep 23 18:36:27 2014 +0200

----------------------------------------------------------------------
 johnzon-core/pom.xml   | 2 +-
 johnzon-jaxrs/pom.xml  | 2 +-
 johnzon-mapper/pom.xml | 2 +-
 pom.xml                | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0021ad7e/johnzon-core/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml
index ead5bcd..a47c72a 100644
--- a/johnzon-core/pom.xml
+++ b/johnzon-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0021ad7e/johnzon-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml
index 7979f24..5d8873d 100644
--- a/johnzon-jaxrs/pom.xml
+++ b/johnzon-jaxrs/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0021ad7e/johnzon-mapper/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index abcb1e8..933c893 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0021ad7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cda047d..c768a0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.johnzon</groupId>
   <artifactId>johnzon</artifactId>
   <packaging>pom</packaging>
-  <version>0.1-incubating</version>
+  <version>0.2-incubating-SNAPSHOT</version>
   <name>Johnzon</name>
   <description>Apache Johnzon is an implementation of JSR-353 (JavaTM API for JSON Processing).</description>
   <inceptionYear>2014</inceptionYear>
@@ -276,7 +276,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-johnzon.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-johnzon.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-johnzon.git</url>
-    <tag>v0.1-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <reporting>