Skip to content

Commit 2a0f73c

Browse files
committed
Update javax.batch:javax.batch-api version back to 1.0.1 (will not bump up the version for the api JAR).
1 parent dfeacc4 commit 2a0f73c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javax.batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>javax.batch-api</artifactId>
1212
<packaging>jar</packaging>
1313
<!-- API artifacts will be separately versioned -->
14-
<version>1.0.2</version>
14+
<version>1.0.1</version>
1515
<name>JSR 352 API</name>
1616

1717
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<properties>
108108

109109
<!-- EDIT ME WHEN BUILDING A NEW VERSION -->
110-
<batch.api.version>1.0.2</batch.api.version>
110+
<batch.api.version>1.0.1</batch.api.version>
111111
<batch.impl.version>1.0.2</batch.impl.version>
112112
<batch.spec.version>1.0</batch.spec.version>
113113
<non.final>false</non.final>

0 commit comments

Comments
 (0)