dev@glassfish.java.net

Please review pom.xml changes for JSON Processing integration

From: Jitendra Kotamraju <jitendra.kotamraju_at_oracle.com>
Date: Fri, 26 Apr 2013 15:45:07 -0700

Please review the following changes to pom.xml to integrate JSON
Processing 1.0 integration

Jitu

$ svn diff appserver/pom.xml
Index: appserver/pom.xml
===================================================================
--- appserver/pom.xml (revision 61683)
+++ appserver/pom.xml (working copy)
@@ -122,7 +122,7 @@
          <wsdl4j.version>1.6.2</wsdl4j.version>
<websocket-api.version>1.0-rc5</websocket-api.version>
          <tyrus.version>1.0-rc3</tyrus.version>
- <jsonp.version>1.0-b06</jsonp.version>
+ <jsonp.version>1.0</jsonp.version>
<concurrent-api.version>1.0-b06</concurrent-api.version>
<concurrent.version>1.0-b08</concurrent.version>
<javax.batch-api.version>1.0-b26</javax.batch-api.version>
@@ -206,14 +206,10 @@
<artifactId>javax.json</artifactId>
<version>${jsonp.version}</version>
                              </artifact>
- <nonFinal>true</nonFinal>
+ <nonFinal>false</nonFinal>
                              <jarType>impl</jarType>
- <specVersion>0.0</specVersion>
- <newSpecVersion>1.0</newSpecVersion>
- <implVersion>0.0</implVersion>
- <newImplVersion>1.0</newImplVersion>
- <specBuild>06</specBuild>
- <implBuild>06</implBuild>
+ <specVersion>1.0</specVersion>
+ <implVersion>1.0</implVersion>
<apiPackage>javax.json</apiPackage>
<implNamespace>org.glassfish</implNamespace>
                          </spec>