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 2015/08/08 18:15:46 UTC

[2/2] incubator-johnzon 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/2ed417bd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/2ed417bd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/2ed417bd

Branch: refs/heads/master
Commit: 2ed417bdb3d851d552b814db08441d9b2d5e97da
Parents: 8003dc1
Author: Hendrik Saly <he...@gmail.com>
Authored: Sat Aug 8 18:11:58 2015 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Sat Aug 8 18:11:58 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/2ed417bd/johnzon-core/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml
index b038479..970a6e2 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.9-incubating</version>
+    <version>0.10-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/2ed417bd/johnzon-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-distribution/pom.xml b/johnzon-distribution/pom.xml
index b55f5bd..ca3bb78 100644
--- a/johnzon-distribution/pom.xml
+++ b/johnzon-distribution/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
-    <version>0.9-incubating</version>
+    <version>0.10-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/2ed417bd/johnzon-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml
index 477f52a..f661b8b 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.9-incubating</version>
+    <version>0.10-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/2ed417bd/johnzon-mapper/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index 22357e4..d8811c7 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.9-incubating</version>
+    <version>0.10-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/2ed417bd/johnzon-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index bc5eed3..e4865e7 100644
--- a/johnzon-websocket/pom.xml
+++ b/johnzon-websocket/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>johnzon</artifactId>
     <groupId>org.apache.johnzon</groupId>
-    <version>0.9-incubating</version>
+    <version>0.10-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/2ed417bd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c109e80..c2c5d4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.johnzon</groupId>
   <artifactId>johnzon</artifactId>
   <packaging>pom</packaging>
-  <version>0.9-incubating</version>
+  <version>0.10-incubating-SNAPSHOT</version>
   <name>Apache Johnzon</name>
   <description>Apache Johnzon is an implementation of JSR-353 (JavaTM API for JSON Processing).</description>
   <inceptionYear>2014</inceptionYear>
@@ -376,7 +376,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.9-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <reporting>