Skip to content

Commit

Permalink
Update versions to 2.0.0-M2
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed May 8, 2020
1 parent 3926656 commit 90569b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion com.ibm.jbatch.container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ibm.jbatch</groupId>
<artifactId>jbatch-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
</parent>
<groupId>com.ibm.jbatch</groupId>
<artifactId>com.ibm.jbatch.container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.jbatch.spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ibm.jbatch</groupId>
<artifactId>jbatch-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
</parent>
<groupId>com.ibm.jbatch</groupId>
<artifactId>com.ibm.jbatch.spi</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.jbatch</groupId>
<artifactId>jbatch-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2</version>
<packaging>pom</packaging>
<name>jbatch-parent</name>
<description>
Expand Down Expand Up @@ -115,8 +115,8 @@
<properties>

<!-- EDIT ME WHEN BUILDING A NEW VERSION -->
<batch.api.version>2.0.0-M1</batch.api.version>
<batch.impl.version>2.0.0-M1</batch.impl.version>
<batch.api.version>2.0.0-M2</batch.api.version>
<batch.impl.version>2.0.0-M2</batch.impl.version>
<non.final>false</non.final>

<!-- Convenience -->
Expand Down

0 comments on commit 90569b0

Please sign in to comment.