dev@glassfish.java.net

Re: 4.0 Change Request (& pom.xml changes)

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Fri, 19 Apr 2013 12:38:22 +0200

Looks good.

On 4/19/13 7:11 AM, Mahesh.Kannan_at_Oracle.Com wrote:
> Component: Batch
> Issue: http://java.net/jira/browse/GLASSFISH-20335
>
> The above fix requires a integration of b26 jars from IBM
>
> Diffs below
>
> svn diff appserver/pom.xml
> Index: appserver/pom.xml
> ===================================================================
> --- appserver/pom.xml (revision 61544)
> +++ appserver/pom.xml (working copy)
> @@ -125,9 +125,9 @@
> <jsonp.version>1.0-b06</jsonp.version>
> <concurrent-api.version>1.0-b06</concurrent-api.version>
> <concurrent.version>1.0-b07</concurrent.version>
> - <javax.batch-api.version>1.0-b23</javax.batch-api.version>
> -
> <com.ibm.jbatch-runtime-all.version>1.0-b23</com.ibm.jbatch-runtime-all.version>
> - <com.ibm.jbatch-ri-spi.version>1.0-b23</com.ibm.jbatch-ri-spi.version>
> + <javax.batch-api.version>1.0-b26</javax.batch-api.version>
> +
> <com.ibm.jbatch-runtime-all.version>1.0-b26</com.ibm.jbatch-runtime-all.version>
> + <com.ibm.jbatch-ri-spi.version>1.0-b26</com.ibm.jbatch-ri-spi.version>
> <javax.xml.soap-api.version>1.3.5</javax.xml.soap-api.version>
> <javax.management.j2ee-api.version>1.1</javax.management.j2ee-api.version>
>
> </properties>