diff --git a/jberet-core/pom.xml b/jberet-core/pom.xml index 715513798..c2b9d81ac 100644 --- a/jberet-core/pom.xml +++ b/jberet-core/pom.xml @@ -19,7 +19,7 @@ org.jberet jberet-parent - 2.2.1-SNAPSHOT + 2.2.1.Final jberet-core diff --git a/jberet-manifest/pom.xml b/jberet-manifest/pom.xml index b395c8624..50fd47ab0 100644 --- a/jberet-manifest/pom.xml +++ b/jberet-manifest/pom.xml @@ -27,7 +27,7 @@ org.jberet jberet-parent - 2.2.1-SNAPSHOT + 2.2.1.Final jberet-channel-manifest diff --git a/jberet-se-bom/pom.xml b/jberet-se-bom/pom.xml index 3bbe9f445..4ea403869 100644 --- a/jberet-se-bom/pom.xml +++ b/jberet-se-bom/pom.xml @@ -13,7 +13,7 @@ org.jberet jberet-parent - 2.2.1-SNAPSHOT + 2.2.1.Final 4.0.0 org.jberet diff --git a/jberet-se/pom.xml b/jberet-se/pom.xml index a979c3fa1..a552f7af5 100644 --- a/jberet-se/pom.xml +++ b/jberet-se/pom.xml @@ -18,7 +18,7 @@ SPDX-License-Identifier: EPL-2.0 org.jberet jberet-parent - 2.2.1-SNAPSHOT + 2.2.1.Final jberet-se diff --git a/pom.xml b/pom.xml index 07c85a96e..f91473c31 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.jberet jberet-parent - 2.2.1-SNAPSHOT + 2.2.1.Final jberet-parent Implementation of Jakarta Batch diff --git a/test-apps/amqp/pom.xml b/test-apps/amqp/pom.xml index b9879b2f8..88da52c63 100644 --- a/test-apps/amqp/pom.xml +++ b/test-apps/amqp/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final amqp diff --git a/test-apps/cassandraInject/pom.xml b/test-apps/cassandraInject/pom.xml index 9077a6533..375c3ab51 100644 --- a/test-apps/cassandraInject/pom.xml +++ b/test-apps/cassandraInject/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final cassandraInject diff --git a/test-apps/cdiScopes/common/pom.xml b/test-apps/cdiScopes/common/pom.xml index 427ca34d2..45e5b989a 100644 --- a/test-apps/cdiScopes/common/pom.xml +++ b/test-apps/cdiScopes/common/pom.xml @@ -17,7 +17,7 @@ cdiScopes org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final cdiScopes-commons diff --git a/test-apps/cdiScopes/jobScoped/pom.xml b/test-apps/cdiScopes/jobScoped/pom.xml index 8f05412fe..38a8779c7 100644 --- a/test-apps/cdiScopes/jobScoped/pom.xml +++ b/test-apps/cdiScopes/jobScoped/pom.xml @@ -18,7 +18,7 @@ cdiScopes org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final jobScoped diff --git a/test-apps/cdiScopes/partitionScoped/pom.xml b/test-apps/cdiScopes/partitionScoped/pom.xml index 55495c3de..886ef6980 100644 --- a/test-apps/cdiScopes/partitionScoped/pom.xml +++ b/test-apps/cdiScopes/partitionScoped/pom.xml @@ -18,7 +18,7 @@ cdiScopes org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final partitionScoped diff --git a/test-apps/cdiScopes/pom.xml b/test-apps/cdiScopes/pom.xml index 5cb098234..718b715d4 100644 --- a/test-apps/cdiScopes/pom.xml +++ b/test-apps/cdiScopes/pom.xml @@ -25,7 +25,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final cdiScopes diff --git a/test-apps/cdiScopes/stepScoped/pom.xml b/test-apps/cdiScopes/stepScoped/pom.xml index 9ca681df9..b150d08ba 100644 --- a/test-apps/cdiScopes/stepScoped/pom.xml +++ b/test-apps/cdiScopes/stepScoped/pom.xml @@ -18,7 +18,7 @@ cdiScopes org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final stepScoped diff --git a/test-apps/chunkClose/pom.xml b/test-apps/chunkClose/pom.xml index f25f95242..51e20b080 100644 --- a/test-apps/chunkClose/pom.xml +++ b/test-apps/chunkClose/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final chunkClose diff --git a/test-apps/chunkPartition/pom.xml b/test-apps/chunkPartition/pom.xml index 200214eca..b5fb7ba74 100644 --- a/test-apps/chunkPartition/pom.xml +++ b/test-apps/chunkPartition/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final chunkPartition diff --git a/test-apps/chunkSkipRetry/pom.xml b/test-apps/chunkSkipRetry/pom.xml index fae1f8a4b..53e1fd925 100644 --- a/test-apps/chunkSkipRetry/pom.xml +++ b/test-apps/chunkSkipRetry/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final chunkSkipRetry diff --git a/test-apps/chunkStop/pom.xml b/test-apps/chunkStop/pom.xml index 6f2f2484e..cd785f09a 100644 --- a/test-apps/chunkStop/pom.xml +++ b/test-apps/chunkStop/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final chunkStop diff --git a/test-apps/cluster/pom.xml b/test-apps/cluster/pom.xml index 38276aed8..a8abd2aea 100644 --- a/test-apps/cluster/pom.xml +++ b/test-apps/cluster/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final cluster diff --git a/test-apps/common/pom.xml b/test-apps/common/pom.xml index c8db01ad6..99733d007 100644 --- a/test-apps/common/pom.xml +++ b/test-apps/common/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final common diff --git a/test-apps/flow/pom.xml b/test-apps/flow/pom.xml index ddb7ffdfa..7737e257e 100644 --- a/test-apps/flow/pom.xml +++ b/test-apps/flow/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final flow diff --git a/test-apps/infinispanRepositoryFile/pom.xml b/test-apps/infinispanRepositoryFile/pom.xml index 3524d518c..d5b37d881 100644 --- a/test-apps/infinispanRepositoryFile/pom.xml +++ b/test-apps/infinispanRepositoryFile/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/test-apps/infinispanRepositoryJdbc/pom.xml b/test-apps/infinispanRepositoryJdbc/pom.xml index 5c5183d05..cba88c462 100644 --- a/test-apps/infinispanRepositoryJdbc/pom.xml +++ b/test-apps/infinispanRepositoryJdbc/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/test-apps/infinispanRepositoryMem/pom.xml b/test-apps/infinispanRepositoryMem/pom.xml index 9a510968a..215b01e9d 100644 --- a/test-apps/infinispanRepositoryMem/pom.xml +++ b/test-apps/infinispanRepositoryMem/pom.xml @@ -7,7 +7,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final infinispanRepositoryMem diff --git a/test-apps/infinispanRepositoryRocksDB/pom.xml b/test-apps/infinispanRepositoryRocksDB/pom.xml index f2bfcb4bd..3ef76f20b 100644 --- a/test-apps/infinispanRepositoryRocksDB/pom.xml +++ b/test-apps/infinispanRepositoryRocksDB/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final 4.0.0 diff --git a/test-apps/inheritance/pom.xml b/test-apps/inheritance/pom.xml index 21e125892..0637e195a 100644 --- a/test-apps/inheritance/pom.xml +++ b/test-apps/inheritance/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final inheritance diff --git a/test-apps/javaJSL/pom.xml b/test-apps/javaJSL/pom.xml index cb3d2d28a..2524a7ea6 100644 --- a/test-apps/javaJSL/pom.xml +++ b/test-apps/javaJSL/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final javaJSL diff --git a/test-apps/jberetSeBomTest/pom.xml b/test-apps/jberetSeBomTest/pom.xml index 34609e5da..1e2590fa4 100644 --- a/test-apps/jberetSeBomTest/pom.xml +++ b/test-apps/jberetSeBomTest/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final 4.0.0 jberetSeBomTest @@ -15,7 +15,7 @@ org.jberet jberet-se-bom - 2.2.1-SNAPSHOT + 2.2.1.Final pom import diff --git a/test-apps/jdbcBatchletReaderWriter/pom.xml b/test-apps/jdbcBatchletReaderWriter/pom.xml index db3dce005..805097e5b 100644 --- a/test-apps/jdbcBatchletReaderWriter/pom.xml +++ b/test-apps/jdbcBatchletReaderWriter/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final jdbcBatchletReaderWriter diff --git a/test-apps/loadBatchXml/pom.xml b/test-apps/loadBatchXml/pom.xml index 3b6bf9e49..8d2ba367c 100644 --- a/test-apps/loadBatchXml/pom.xml +++ b/test-apps/loadBatchXml/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final loadBatchXml diff --git a/test-apps/loopback/pom.xml b/test-apps/loopback/pom.xml index bb9dbef7d..3b7b5bb29 100644 --- a/test-apps/loopback/pom.xml +++ b/test-apps/loopback/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final loopback diff --git a/test-apps/pom.xml b/test-apps/pom.xml index d4a53fb50..9b4c0e7f7 100644 --- a/test-apps/pom.xml +++ b/test-apps/pom.xml @@ -55,7 +55,7 @@ org.jberet jberet-parent - 2.2.1-SNAPSHOT + 2.2.1.Final org.jberet.test-apps diff --git a/test-apps/postConstruct/pom.xml b/test-apps/postConstruct/pom.xml index c95d07171..c0aad7d54 100644 --- a/test-apps/postConstruct/pom.xml +++ b/test-apps/postConstruct/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final postConstruct diff --git a/test-apps/propertyInjection/pom.xml b/test-apps/propertyInjection/pom.xml index 8bd68d389..aefda9c46 100644 --- a/test-apps/propertyInjection/pom.xml +++ b/test-apps/propertyInjection/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final propertyInjection diff --git a/test-apps/purgeInMemoryRepository/pom.xml b/test-apps/purgeInMemoryRepository/pom.xml index 1a60c6c1d..cbd482c35 100644 --- a/test-apps/purgeInMemoryRepository/pom.xml +++ b/test-apps/purgeInMemoryRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final purgeInMemoryRepository diff --git a/test-apps/purgeJdbcRepository/pom.xml b/test-apps/purgeJdbcRepository/pom.xml index a3aaba315..3bdd77df7 100644 --- a/test-apps/purgeJdbcRepository/pom.xml +++ b/test-apps/purgeJdbcRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final purgeJdbcRepository diff --git a/test-apps/purgeMongoRepository/pom.xml b/test-apps/purgeMongoRepository/pom.xml index 5ee98b789..593ee8f12 100644 --- a/test-apps/purgeMongoRepository/pom.xml +++ b/test-apps/purgeMongoRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final purgeMongoRepository diff --git a/test-apps/scripting/pom.xml b/test-apps/scripting/pom.xml index c43d2f676..8f086b732 100644 --- a/test-apps/scripting/pom.xml +++ b/test-apps/scripting/pom.xml @@ -6,7 +6,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final scripting diff --git a/test-apps/serialization/pom.xml b/test-apps/serialization/pom.xml index bf9761db6..9bc55f917 100644 --- a/test-apps/serialization/pom.xml +++ b/test-apps/serialization/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final serialization diff --git a/test-apps/split/pom.xml b/test-apps/split/pom.xml index 39dab2b8a..7b0b5e84f 100644 --- a/test-apps/split/pom.xml +++ b/test-apps/split/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final split diff --git a/test-apps/throttle/pom.xml b/test-apps/throttle/pom.xml index 15a192b39..aeda2e75d 100644 --- a/test-apps/throttle/pom.xml +++ b/test-apps/throttle/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final throttle diff --git a/test-apps/upsertWriter/pom.xml b/test-apps/upsertWriter/pom.xml index e9c0c690a..2f8e0c2b0 100644 --- a/test-apps/upsertWriter/pom.xml +++ b/test-apps/upsertWriter/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.2.1-SNAPSHOT + 2.2.1.Final upsertWriter diff --git a/test-deployment/pom.xml b/test-deployment/pom.xml index 80676ae34..3c22a97c1 100644 --- a/test-deployment/pom.xml +++ b/test-deployment/pom.xml @@ -27,7 +27,7 @@ org.jberet jberet-parent - 2.2.1-SNAPSHOT + 2.2.1.Final test-deployment