We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeacc4 commit 2a0f73cCopy full SHA for 2a0f73c
javax.batch/pom.xml
@@ -11,7 +11,7 @@
11
<artifactId>javax.batch-api</artifactId>
12
<packaging>jar</packaging>
13
<!-- API artifacts will be separately versioned -->
14
- <version>1.0.2</version>
+ <version>1.0.1</version>
15
<name>JSR 352 API</name>
16
17
<dependencies>
pom.xml
@@ -107,7 +107,7 @@
107
<properties>
108
109
<!-- EDIT ME WHEN BUILDING A NEW VERSION -->
110
- <batch.api.version>1.0.2</batch.api.version>
+ <batch.api.version>1.0.1</batch.api.version>
111
<batch.impl.version>1.0.2</batch.impl.version>
112
<batch.spec.version>1.0</batch.spec.version>
113
<non.final>false</non.final>
0 commit comments