You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by st...@apache.org on 2016/11/22 20:03:21 UTC

johnzon git commit: JOHNZON-96 upgrade missing jsonp-spec dependencies

Repository: johnzon
Updated Branches:
  refs/heads/JSONP-1.1 d396c5bc5 -> c378b9b05


JOHNZON-96 upgrade missing jsonp-spec dependencies


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

Branch: refs/heads/JSONP-1.1
Commit: c378b9b059d6e3035418edb33a1a446b8b9967c3
Parents: d396c5b
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 22 21:02:17 2016 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 22 21:02:17 2016 +0100

----------------------------------------------------------------------
 johnzon-distribution/pom.xml |  6 +++---
 johnzon-maven-plugin/pom.xml |  2 +-
 pom.xml                      | 15 ++++++++++-----
 3 files changed, 14 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/johnzon/blob/c378b9b0/johnzon-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-distribution/pom.xml b/johnzon-distribution/pom.xml
index 2333fa5..c0e6e26 100644
--- a/johnzon-distribution/pom.xml
+++ b/johnzon-distribution/pom.xml
@@ -31,20 +31,20 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-json_1.0_spec</artifactId>
+      <artifactId>geronimo-json_1.1_spec</artifactId>
       <version>${jsonspecversion}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-json_1.0_spec</artifactId>
+      <artifactId>geronimo-json_1.1_spec</artifactId>
       <version>${jsonspecversion}</version>
       <scope>compile</scope>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-json_1.0_spec</artifactId>
+      <artifactId>geronimo-json_1.1_spec</artifactId>
       <version>${jsonspecversion}</version>
       <scope>compile</scope>
       <classifier>javadoc</classifier>

http://git-wip-us.apache.org/repos/asf/johnzon/blob/c378b9b0/johnzon-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-maven-plugin/pom.xml b/johnzon-maven-plugin/pom.xml
index 60e474d..1feaee6 100644
--- a/johnzon-maven-plugin/pom.xml
+++ b/johnzon-maven-plugin/pom.xml
@@ -38,7 +38,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-json_1.0_spec</artifactId>
+      <artifactId>geronimo-json_1.1_spec</artifactId>
       <version>${jsonspecversion}</version>
       <scope>compile</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/johnzon/blob/c378b9b0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8ca1f8..1a442fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -625,12 +625,14 @@
       <id>rmannibucau</id>
       <name>Romain Manni-Bucau</name>
       <email>rmannibucau AT apache.org</email>
+      <roles><role>PMC</role></roles>
     </developer>
 
     <developer>
       <id>jlmonteiro</id>
       <name>Jean-Louis Monteiro</name>
       <email>jlmonteiro AT apache.org</email>
+      <roles><role>PMC</role></roles>
     </developer>
 
     <developer>
@@ -638,20 +640,22 @@
       <name>Mark Struberg</name>
       <email>struberg AT apache.org</email>
       <roles>
-        <role>Champion</role>
+        <role>PMC</role>
       </roles>
     </developer>
 
     <developer>
-      <id>gpetracek</id>
-      <name>Gerhard Petracek</name>
-      <email>gpetracek AT apache.org</email>
+      <id>rsandtner</id>
+      <name>Reinhard Sandtner</name>
+      <email>rsandtner AT apache.org</email>
+      <roles><role>PMC</role></roles>
     </developer>
 
     <developer>
       <id>dblevins</id>
       <name>David Blevins</name>
       <email>dblevins AT apache.org</email>
+      <roles><role>PMC</role></roles>
     </developer>
 
     <developer>
@@ -667,13 +671,14 @@
       <properties>
         <picUrl>http://www.gravatar.com/avatar/af23e69dbed585db0ce6445d0adb4985.png</picUrl>
       </properties>
+      <roles><role>PMC</role></roles>
     </developer>
   </developers>
 
   <contributors>
     <contributor>
        <name>Thiago Veronezi</name>
-  </contributor>
+    </contributor>
      <contributor>
        <name>Karl Grosse</name>
     </contributor>