From b50a9805c8b4ae27bf6be52d5bba2b2f60de3b71 Mon Sep 17 00:00:00 2001 From: Cheng Fang Date: Wed, 12 Jul 2023 21:13:19 -0400 Subject: [PATCH] Prep 2.1.2.Final release --- jberet-core/pom.xml | 2 +- jberet-se-bom/pom.xml | 2 +- jberet-se/pom.xml | 2 +- pom.xml | 2 +- test-apps/amqp/pom.xml | 2 +- test-apps/cassandraInject/pom.xml | 2 +- test-apps/cdiScopes/common/pom.xml | 2 +- test-apps/cdiScopes/jobScoped/pom.xml | 2 +- test-apps/cdiScopes/partitionScoped/pom.xml | 2 +- test-apps/cdiScopes/pom.xml | 2 +- test-apps/cdiScopes/stepScoped/pom.xml | 2 +- test-apps/chunkClose/pom.xml | 2 +- test-apps/chunkPartition/pom.xml | 2 +- test-apps/chunkSkipRetry/pom.xml | 2 +- test-apps/chunkStop/pom.xml | 2 +- test-apps/cluster/pom.xml | 2 +- test-apps/common/pom.xml | 2 +- test-apps/flow/pom.xml | 2 +- test-apps/infinispanRepositoryFile/pom.xml | 2 +- test-apps/infinispanRepositoryJdbc/pom.xml | 2 +- test-apps/infinispanRepositoryMem/pom.xml | 2 +- test-apps/infinispanRepositoryRocksDB/pom.xml | 2 +- test-apps/inheritance/pom.xml | 2 +- test-apps/javaJSL/pom.xml | 2 +- test-apps/jberetSeBomTest/pom.xml | 4 ++-- test-apps/jdbcBatchletReaderWriter/pom.xml | 2 +- test-apps/loadBatchXml/pom.xml | 2 +- test-apps/loopback/pom.xml | 2 +- test-apps/pom.xml | 2 +- test-apps/postConstruct/pom.xml | 2 +- test-apps/propertyInjection/pom.xml | 2 +- test-apps/purgeInMemoryRepository/pom.xml | 2 +- test-apps/purgeJdbcRepository/pom.xml | 2 +- test-apps/purgeMongoRepository/pom.xml | 2 +- test-apps/scripting/pom.xml | 2 +- test-apps/serialization/pom.xml | 2 +- test-apps/split/pom.xml | 2 +- test-apps/throttle/pom.xml | 2 +- test-apps/upsertWriter/pom.xml | 2 +- 39 files changed, 40 insertions(+), 40 deletions(-) diff --git a/jberet-core/pom.xml b/jberet-core/pom.xml index 6dc2a69a5..c24841314 100644 --- a/jberet-core/pom.xml +++ b/jberet-core/pom.xml @@ -19,7 +19,7 @@ org.jberet jberet-parent - 2.1.2.Final-SNAPSHOT + 2.1.2.Final jberet-core diff --git a/jberet-se-bom/pom.xml b/jberet-se-bom/pom.xml index 6791797e0..f09646752 100644 --- a/jberet-se-bom/pom.xml +++ b/jberet-se-bom/pom.xml @@ -13,7 +13,7 @@ org.jberet jberet-parent - 2.1.2.Final-SNAPSHOT + 2.1.2.Final 4.0.0 org.jberet diff --git a/jberet-se/pom.xml b/jberet-se/pom.xml index 89d1f3347..e2e103f10 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.1.2.Final-SNAPSHOT + 2.1.2.Final jberet-se diff --git a/pom.xml b/pom.xml index ad7b01055..b3e7edd06 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.jberet jberet-parent - 2.1.2.Final-SNAPSHOT + 2.1.2.Final jberet-parent Implementation of Jakarta Batch diff --git a/test-apps/amqp/pom.xml b/test-apps/amqp/pom.xml index 2096575d5..52aed649f 100644 --- a/test-apps/amqp/pom.xml +++ b/test-apps/amqp/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final amqp diff --git a/test-apps/cassandraInject/pom.xml b/test-apps/cassandraInject/pom.xml index 60f78c0f3..697661802 100644 --- a/test-apps/cassandraInject/pom.xml +++ b/test-apps/cassandraInject/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final cassandraInject diff --git a/test-apps/cdiScopes/common/pom.xml b/test-apps/cdiScopes/common/pom.xml index aa3347b53..7e1d4a9ea 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.1.2.Final-SNAPSHOT + 2.1.2.Final cdiScopes-commons diff --git a/test-apps/cdiScopes/jobScoped/pom.xml b/test-apps/cdiScopes/jobScoped/pom.xml index 99c8ad516..fe4fe24bb 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.1.2.Final-SNAPSHOT + 2.1.2.Final jobScoped diff --git a/test-apps/cdiScopes/partitionScoped/pom.xml b/test-apps/cdiScopes/partitionScoped/pom.xml index 24d16a0c1..04435fea2 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.1.2.Final-SNAPSHOT + 2.1.2.Final partitionScoped diff --git a/test-apps/cdiScopes/pom.xml b/test-apps/cdiScopes/pom.xml index 85b774daf..e66a89bdb 100644 --- a/test-apps/cdiScopes/pom.xml +++ b/test-apps/cdiScopes/pom.xml @@ -25,7 +25,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final cdiScopes diff --git a/test-apps/cdiScopes/stepScoped/pom.xml b/test-apps/cdiScopes/stepScoped/pom.xml index 200150d55..8c94ee25a 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.1.2.Final-SNAPSHOT + 2.1.2.Final stepScoped diff --git a/test-apps/chunkClose/pom.xml b/test-apps/chunkClose/pom.xml index 9a5701b1d..1f3e5da7f 100644 --- a/test-apps/chunkClose/pom.xml +++ b/test-apps/chunkClose/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final chunkClose diff --git a/test-apps/chunkPartition/pom.xml b/test-apps/chunkPartition/pom.xml index d1fddb221..e1ef77c83 100644 --- a/test-apps/chunkPartition/pom.xml +++ b/test-apps/chunkPartition/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final chunkPartition diff --git a/test-apps/chunkSkipRetry/pom.xml b/test-apps/chunkSkipRetry/pom.xml index bb297c038..7a6c50248 100644 --- a/test-apps/chunkSkipRetry/pom.xml +++ b/test-apps/chunkSkipRetry/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final chunkSkipRetry diff --git a/test-apps/chunkStop/pom.xml b/test-apps/chunkStop/pom.xml index cca19817c..61bbe1ed5 100644 --- a/test-apps/chunkStop/pom.xml +++ b/test-apps/chunkStop/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final chunkStop diff --git a/test-apps/cluster/pom.xml b/test-apps/cluster/pom.xml index 68234cb5e..ba02344bb 100644 --- a/test-apps/cluster/pom.xml +++ b/test-apps/cluster/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final cluster diff --git a/test-apps/common/pom.xml b/test-apps/common/pom.xml index 35a4eb963..f4496f2dd 100644 --- a/test-apps/common/pom.xml +++ b/test-apps/common/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final common diff --git a/test-apps/flow/pom.xml b/test-apps/flow/pom.xml index cf3a241c2..65b02b4d2 100644 --- a/test-apps/flow/pom.xml +++ b/test-apps/flow/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final flow diff --git a/test-apps/infinispanRepositoryFile/pom.xml b/test-apps/infinispanRepositoryFile/pom.xml index b6a22ac2b..03d21e7b3 100644 --- a/test-apps/infinispanRepositoryFile/pom.xml +++ b/test-apps/infinispanRepositoryFile/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final 4.0.0 diff --git a/test-apps/infinispanRepositoryJdbc/pom.xml b/test-apps/infinispanRepositoryJdbc/pom.xml index a2d28f366..d625999ba 100644 --- a/test-apps/infinispanRepositoryJdbc/pom.xml +++ b/test-apps/infinispanRepositoryJdbc/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final 4.0.0 diff --git a/test-apps/infinispanRepositoryMem/pom.xml b/test-apps/infinispanRepositoryMem/pom.xml index f0206530b..94a8de061 100644 --- a/test-apps/infinispanRepositoryMem/pom.xml +++ b/test-apps/infinispanRepositoryMem/pom.xml @@ -7,7 +7,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final infinispanRepositoryMem diff --git a/test-apps/infinispanRepositoryRocksDB/pom.xml b/test-apps/infinispanRepositoryRocksDB/pom.xml index af1854ccf..e9df288c2 100644 --- a/test-apps/infinispanRepositoryRocksDB/pom.xml +++ b/test-apps/infinispanRepositoryRocksDB/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final 4.0.0 diff --git a/test-apps/inheritance/pom.xml b/test-apps/inheritance/pom.xml index d744747cc..73ca70fde 100644 --- a/test-apps/inheritance/pom.xml +++ b/test-apps/inheritance/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final inheritance diff --git a/test-apps/javaJSL/pom.xml b/test-apps/javaJSL/pom.xml index 06c446f94..dd566f7dd 100644 --- a/test-apps/javaJSL/pom.xml +++ b/test-apps/javaJSL/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final javaJSL diff --git a/test-apps/jberetSeBomTest/pom.xml b/test-apps/jberetSeBomTest/pom.xml index f12379d34..21674d015 100644 --- a/test-apps/jberetSeBomTest/pom.xml +++ b/test-apps/jberetSeBomTest/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final 4.0.0 jberetSeBomTest @@ -15,7 +15,7 @@ org.jberet jberet-se-bom - 2.1.2.Final-SNAPSHOT + 2.1.2.Final pom import diff --git a/test-apps/jdbcBatchletReaderWriter/pom.xml b/test-apps/jdbcBatchletReaderWriter/pom.xml index ed77c099d..8b3de7ccf 100644 --- a/test-apps/jdbcBatchletReaderWriter/pom.xml +++ b/test-apps/jdbcBatchletReaderWriter/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final jdbcBatchletReaderWriter diff --git a/test-apps/loadBatchXml/pom.xml b/test-apps/loadBatchXml/pom.xml index ef3da4741..6508db483 100644 --- a/test-apps/loadBatchXml/pom.xml +++ b/test-apps/loadBatchXml/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final loadBatchXml diff --git a/test-apps/loopback/pom.xml b/test-apps/loopback/pom.xml index 5f8ab825c..d4f4b85c7 100644 --- a/test-apps/loopback/pom.xml +++ b/test-apps/loopback/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final loopback diff --git a/test-apps/pom.xml b/test-apps/pom.xml index 8faa7529d..d7218ce84 100644 --- a/test-apps/pom.xml +++ b/test-apps/pom.xml @@ -55,7 +55,7 @@ org.jberet jberet-parent - 2.1.2.Final-SNAPSHOT + 2.1.2.Final org.jberet.test-apps diff --git a/test-apps/postConstruct/pom.xml b/test-apps/postConstruct/pom.xml index f3d49eff0..222528fac 100644 --- a/test-apps/postConstruct/pom.xml +++ b/test-apps/postConstruct/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final postConstruct diff --git a/test-apps/propertyInjection/pom.xml b/test-apps/propertyInjection/pom.xml index db8e8bc13..4fee96dd8 100644 --- a/test-apps/propertyInjection/pom.xml +++ b/test-apps/propertyInjection/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final propertyInjection diff --git a/test-apps/purgeInMemoryRepository/pom.xml b/test-apps/purgeInMemoryRepository/pom.xml index cbf39c1b8..78e31a8d9 100644 --- a/test-apps/purgeInMemoryRepository/pom.xml +++ b/test-apps/purgeInMemoryRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final purgeInMemoryRepository diff --git a/test-apps/purgeJdbcRepository/pom.xml b/test-apps/purgeJdbcRepository/pom.xml index 766a30a81..14ecca058 100644 --- a/test-apps/purgeJdbcRepository/pom.xml +++ b/test-apps/purgeJdbcRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final purgeJdbcRepository diff --git a/test-apps/purgeMongoRepository/pom.xml b/test-apps/purgeMongoRepository/pom.xml index d2f5aa79e..0b6f1d179 100644 --- a/test-apps/purgeMongoRepository/pom.xml +++ b/test-apps/purgeMongoRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final purgeMongoRepository diff --git a/test-apps/scripting/pom.xml b/test-apps/scripting/pom.xml index 3fc87c2c7..c2e3cbf9d 100644 --- a/test-apps/scripting/pom.xml +++ b/test-apps/scripting/pom.xml @@ -6,7 +6,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final scripting diff --git a/test-apps/serialization/pom.xml b/test-apps/serialization/pom.xml index b7e5e1b17..985bfcad1 100644 --- a/test-apps/serialization/pom.xml +++ b/test-apps/serialization/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final serialization diff --git a/test-apps/split/pom.xml b/test-apps/split/pom.xml index c5050d626..1bae51c26 100644 --- a/test-apps/split/pom.xml +++ b/test-apps/split/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final split diff --git a/test-apps/throttle/pom.xml b/test-apps/throttle/pom.xml index b3ab255d5..1bc7d3422 100644 --- a/test-apps/throttle/pom.xml +++ b/test-apps/throttle/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final throttle diff --git a/test-apps/upsertWriter/pom.xml b/test-apps/upsertWriter/pom.xml index 2cf91613b..2ce5943f2 100644 --- a/test-apps/upsertWriter/pom.xml +++ b/test-apps/upsertWriter/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 2.1.2.Final-SNAPSHOT + 2.1.2.Final upsertWriter