Skip to content

Commit b50a980

Browse files
committed
Prep 2.1.2.Final release
1 parent bbabaa0 commit b50a980

File tree

39 files changed

+40
-40
lines changed

39 files changed

+40
-40
lines changed

jberet-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.jberet</groupId>
2121
<artifactId>jberet-parent</artifactId>
22-
<version>2.1.2.Final-SNAPSHOT</version>
22+
<version>2.1.2.Final</version>
2323
</parent>
2424

2525
<artifactId>jberet-core</artifactId>

jberet-se-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.jberet</groupId>
1515
<artifactId>jberet-parent</artifactId>
16-
<version>2.1.2.Final-SNAPSHOT</version>
16+
<version>2.1.2.Final</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.jberet</groupId>

jberet-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0
1818
<parent>
1919
<groupId>org.jberet</groupId>
2020
<artifactId>jberet-parent</artifactId>
21-
<version>2.1.2.Final-SNAPSHOT</version>
21+
<version>2.1.2.Final</version>
2222
</parent>
2323

2424
<artifactId>jberet-se</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.jberet</groupId>
2424
<artifactId>jberet-parent</artifactId>
25-
<version>2.1.2.Final-SNAPSHOT</version>
25+
<version>2.1.2.Final</version>
2626

2727
<name>jberet-parent</name>
2828
<description>Implementation of Jakarta Batch</description>

test-apps/amqp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>test-apps</artifactId>
2020
<groupId>org.jberet.test-apps</groupId>
21-
<version>2.1.2.Final-SNAPSHOT</version>
21+
<version>2.1.2.Final</version>
2222
</parent>
2323

2424
<artifactId>amqp</artifactId>

test-apps/cassandraInject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>test-apps</artifactId>
1919
<groupId>org.jberet.test-apps</groupId>
20-
<version>2.1.2.Final-SNAPSHOT</version>
20+
<version>2.1.2.Final</version>
2121
</parent>
2222

2323
<artifactId>cassandraInject</artifactId>

test-apps/cdiScopes/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>cdiScopes</artifactId>
1919
<groupId>org.jberet.test-apps</groupId>
20-
<version>2.1.2.Final-SNAPSHOT</version>
20+
<version>2.1.2.Final</version>
2121
</parent>
2222

2323
<artifactId>cdiScopes-commons</artifactId>

test-apps/cdiScopes/jobScoped/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>cdiScopes</artifactId>
2020
<groupId>org.jberet.test-apps</groupId>
21-
<version>2.1.2.Final-SNAPSHOT</version>
21+
<version>2.1.2.Final</version>
2222
</parent>
2323

2424
<artifactId>jobScoped</artifactId>

test-apps/cdiScopes/partitionScoped/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>cdiScopes</artifactId>
2020
<groupId>org.jberet.test-apps</groupId>
21-
<version>2.1.2.Final-SNAPSHOT</version>
21+
<version>2.1.2.Final</version>
2222
</parent>
2323

2424
<artifactId>partitionScoped</artifactId>

test-apps/cdiScopes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>test-apps</artifactId>
2727
<groupId>org.jberet.test-apps</groupId>
28-
<version>2.1.2.Final-SNAPSHOT</version>
28+
<version>2.1.2.Final</version>
2929
</parent>
3030

3131
<artifactId>cdiScopes</artifactId>

0 commit comments

Comments
 (0)