dev@glassfish.java.net

pom.xml changes to integrate b16 of batch jars

From: <Mahesh.Kannan_at_Oracle.Com>
Date: Fri, 15 Mar 2013 12:21:49 -0700

IBM has just published b16 that fixes a few JIRA issues.
Here are the pom.xml changes for integrating b16



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>