Skip to content

Commit 1243756

Browse files
committed
[maven-release-plugin] prepare release 2.1.0
1 parent 62b6743 commit 1243756

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

com.ibm.jbatch.container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.ibm.jbatch</groupId>
55
<artifactId>jbatch-parent</artifactId>
6-
<version>2.1.0-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
</parent>
88
<groupId>com.ibm.jbatch</groupId>
99
<artifactId>com.ibm.jbatch.container</artifactId>

com.ibm.jbatch.spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.ibm.jbatch</groupId>
55
<artifactId>jbatch-parent</artifactId>
6-
<version>2.1.0-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
</parent>
88
<groupId>com.ibm.jbatch</groupId>
99
<artifactId>com.ibm.jbatch.spi</artifactId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.ibm.jbatch</groupId>
44
<artifactId>jbatch-parent</artifactId>
5-
<version>2.1.0-SNAPSHOT</version>
5+
<version>2.1.0</version>
66
<packaging>pom</packaging>
77
<name>jbatch-parent</name>
88
<description>
@@ -30,6 +30,7 @@
3030
<url>git://github.com/WASdev/standards.jsr352.jbatch</url>
3131
<connection>scm:git://github.com/WASdev/standards.jsr352.jbatch</connection>
3232
<developerConnection>scm:git://github.com/WASdev/standards.jsr352.jbatch</developerConnection>
33+
<tag>2.1.0</tag>
3334
</scm>
3435
<distributionManagement>
3536
<snapshotRepository>

0 commit comments

Comments
 (0)