You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2015/08/20 18:26:15 UTC

[1/2] incubator-johnzon git commit: [maven-release-plugin] prepare release v0.9.1-incubating

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 14234d20e -> a977e4ebe


[maven-release-plugin] prepare release v0.9.1-incubating


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

Branch: refs/heads/master
Commit: 0a60e0a7d43b7fe7e9e398ead265081f98938849
Parents: 14234d2
Author: Romain Manni-Bucau <rm...@gmail.com>
Authored: Thu Aug 20 09:20:23 2015 -0700
Committer: Romain Manni-Bucau <rm...@gmail.com>
Committed: Thu Aug 20 09:20:23 2015 -0700

----------------------------------------------------------------------
 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/0a60e0a7/johnzon-core/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml
index f861f17..cc8a9c3 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.5-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0a60e0a7/johnzon-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-distribution/pom.xml b/johnzon-distribution/pom.xml
index afacc38..12ab7fd 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.5-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0a60e0a7/johnzon-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml
index dd3b19c..1fec853 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.5-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0a60e0a7/johnzon-mapper/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index 277c6fb..bac84b7 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.5-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0a60e0a7/johnzon-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index 57a43c0..c4abfcb 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.5-incubating-SNAPSHOT</version>
+    <version>0.9.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/0a60e0a7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 10f2619..94f8f07 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.5-incubating-SNAPSHOT</version>
+  <version>0.9.1-incubating</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>HEAD</tag>
+    <tag>v0.9.1-incubating</tag>
   </scm>
 
   <reporting>


[2/2] incubator-johnzon git commit: [maven-release-plugin] prepare for next development iteration

Posted by rm...@apache.org.
[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/a977e4eb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/a977e4eb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/a977e4eb

Branch: refs/heads/master
Commit: a977e4ebebc4be02e6a52a924fe17ab99e1ecc12
Parents: 0a60e0a
Author: Romain Manni-Bucau <rm...@gmail.com>
Authored: Thu Aug 20 09:20:33 2015 -0700
Committer: Romain Manni-Bucau <rm...@gmail.com>
Committed: Thu Aug 20 09:20:33 2015 -0700

----------------------------------------------------------------------
 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/a977e4eb/johnzon-core/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml
index cc8a9c3..2091f02 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.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/a977e4eb/johnzon-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-distribution/pom.xml b/johnzon-distribution/pom.xml
index 12ab7fd..de3476c 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.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/a977e4eb/johnzon-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml
index 1fec853..79e37f8 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.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/a977e4eb/johnzon-mapper/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index bac84b7..f3c6a6c 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.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/a977e4eb/johnzon-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-websocket/pom.xml b/johnzon-websocket/pom.xml
index c4abfcb..674d062 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.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/a977e4eb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94f8f07..ed51899 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.1-incubating</version>
+  <version>0.9.2-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.1-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <reporting>