dev@glassfish.java.net

Re: pom.xml changes to integrate b16 of batch jars

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Fri, 15 Mar 2013 20:33:42 +0100

On 3/15/13 8:21 PM, Mahesh.Kannan_at_Oracle.Com wrote:
> IBM has just published b16 that fixes a few JIRA issues.
> Here are the pom.xml changes for integrating b16
Looks good.
Please wait for b16 to appears in maven central.

Thanks,
Romain
>
>
>
> svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 60499)
> +++ pom.xml (working copy)
> @@ -125,9 +125,9 @@
> <jsonp.version>1.0-b06</jsonp.version>
> <concurrent-api.version>1.0-b05</concurrent-api.version>
> <concurrent.version>1.0-b04</concurrent.version>
> - <javax.batch-api.version>1.0-b13</javax.batch-api.version>
> -
> <com.ibm.jbatch-runtime-all.version>1.0-b13</com.ibm.jbatch-runtime-all.version>
> - <com.ibm.jbatch-ri-spi.version>1.0-b13</com.ibm.jbatch-ri-spi.version>
> + <javax.batch-api.version>1.0-b16</javax.batch-api.version>
> +
> <com.ibm.jbatch-runtime-all.version>1.0-b16</com.ibm.jbatch-runtime-all.version>
> + <com.ibm.jbatch-ri-spi.version>1.0-b16</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>