Skip to content

Commit 96573f9

Browse files
committed
3.0.0.Final
1 parent bf2c39a commit 96573f9

File tree

41 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+42
-42
lines changed

jberet-core/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0.Final</version>
2323
</parent>
2424

2525
<artifactId>jberet-core</artifactId>

jberet-manifest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jberet</groupId>
2929
<artifactId>jberet-parent</artifactId>
30-
<version>3.0.0-SNAPSHOT</version>
30+
<version>3.0.0.Final</version>
3131
</parent>
3232

3333
<artifactId>jberet-channel-manifest</artifactId>

jberet-se-bom/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
16+
<version>3.0.0.Final</version>
1717
</parent>
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>org.jberet</groupId>

jberet-se/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>jberet-se</artifactId>

pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0.Final</version>
2626

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

test-apps/amqp/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>amqp</artifactId>

test-apps/cassandraInject/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0.Final</version>
2121
</parent>
2222

2323
<artifactId>cassandraInject</artifactId>

test-apps/cdiScopes/common/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0.Final</version>
2121
</parent>
2222

2323
<artifactId>cdiScopes-commons</artifactId>

test-apps/cdiScopes/jobScoped/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>jobScoped</artifactId>

test-apps/cdiScopes/partitionScoped/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>partitionScoped</artifactId>

test-apps/cdiScopes/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
28+
<version>3.0.0.Final</version>
2929
</parent>
3030

3131
<artifactId>cdiScopes</artifactId>

test-apps/cdiScopes/stepScoped/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>stepScoped</artifactId>

test-apps/chunkClose/pom.xml

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

2323
<artifactId>chunkClose</artifactId>

test-apps/chunkPartition/pom.xml

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

2323
<artifactId>chunkPartition</artifactId>

test-apps/chunkSkipRetry/pom.xml

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

2424
<artifactId>chunkSkipRetry</artifactId>

test-apps/chunkStop/pom.xml

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

2323
<artifactId>chunkStop</artifactId>

test-apps/cluster/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0.Final</version>
2121
</parent>
2222

2323
<artifactId>cluster</artifactId>

test-apps/common/pom.xml

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

2424
<artifactId>common</artifactId>

test-apps/flow/pom.xml

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

2424
<artifactId>flow</artifactId>

test-apps/infinispanRepositoryFile/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>test-apps</artifactId>
77
<groupId>org.jberet.test-apps</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0.Final</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

test-apps/infinispanRepositoryJdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>test-apps</artifactId>
77
<groupId>org.jberet.test-apps</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0.Final</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

test-apps/infinispanRepositoryMem/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.jberet.test-apps</groupId>
99
<artifactId>test-apps</artifactId>
10-
<version>3.0.0-SNAPSHOT</version>
10+
<version>3.0.0.Final</version>
1111
</parent>
1212

1313
<artifactId>infinispanRepositoryMem</artifactId>

test-apps/infinispanRepositoryRocksDB/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>test-apps</artifactId>
77
<groupId>org.jberet.test-apps</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0.Final</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

test-apps/inheritance/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0.Final</version>
2121
</parent>
2222

2323
<artifactId>inheritance</artifactId>

test-apps/javaJSL/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>javaJSL</artifactId>

test-apps/jberetSeBomTest/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>test-apps</artifactId>
77
<groupId>org.jberet.test-apps</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0.Final</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>jberetSeBomTest</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.jberet</groupId>
1717
<artifactId>jberet-se-bom</artifactId>
18-
<version>3.0.0-SNAPSHOT</version>
18+
<version>3.0.0.Final</version>
1919
<type>pom</type>
2020
<scope>import</scope>
2121
</dependency>

test-apps/jdbcBatchletReaderWriter/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0.Final</version>
2121
</parent>
2222

2323
<artifactId>jdbcBatchletReaderWriter</artifactId>

test-apps/loadBatchXml/pom.xml

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

2424
<artifactId>loadBatchXml</artifactId>

test-apps/loopback/pom.xml

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

2424
<artifactId>loopback</artifactId>

test-apps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<parent>
5656
<groupId>org.jberet</groupId>
5757
<artifactId>jberet-parent</artifactId>
58-
<version>3.0.0-SNAPSHOT</version>
58+
<version>3.0.0.Final</version>
5959
</parent>
6060

6161
<groupId>org.jberet.test-apps</groupId>

test-apps/postConstruct/pom.xml

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

2323
<artifactId>postConstruct</artifactId>

test-apps/propertyInjection/pom.xml

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

2424
<artifactId>propertyInjection</artifactId>

test-apps/purgeInMemoryRepository/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>purgeInMemoryRepository</artifactId>

test-apps/purgeJdbcRepository/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>purgeJdbcRepository</artifactId>

test-apps/purgeMongoRepository/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>purgeMongoRepository</artifactId>

test-apps/scripting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>test-apps</artifactId>
88
<groupId>org.jberet.test-apps</groupId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0.Final</version>
1010
</parent>
1111

1212
<artifactId>scripting</artifactId>

test-apps/serialization/pom.xml

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

2424
<artifactId>serialization</artifactId>

test-apps/split/pom.xml

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

2424
<artifactId>split</artifactId>

test-apps/throttle/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>throttle</artifactId>

test-apps/upsertWriter/pom.xml

+1-1
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>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0.Final</version>
2222
</parent>
2323

2424
<artifactId>upsertWriter</artifactId>

test-deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jberet</groupId>
2929
<artifactId>jberet-parent</artifactId>
30-
<version>3.0.0-SNAPSHOT</version>
30+
<version>3.0.0.Final</version>
3131
</parent>
3232

3333
<artifactId>test-deployment</artifactId>

0 commit comments

Comments
 (0)