From f033b81978828a092f9575ec3086566aead8daae Mon Sep 17 00:00:00 2001 From: Cheng Fang Date: Thu, 26 May 2022 16:18:03 -0400 Subject: [PATCH] Prep 2.1.0.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 f81468b98..cdb7e53fb 100644 --- a/jberet-core/pom.xml +++ b/jberet-core/pom.xml @@ -19,7 +19,7 @@ org.jberet jberet-parent - 2.1.0.Beta2-SNAPSHOT + 2.1.0.Final jberet-core diff --git a/jberet-se-bom/pom.xml b/jberet-se-bom/pom.xml index 2f86b6dd4..cb02c4347 100644 --- a/jberet-se-bom/pom.xml +++ b/jberet-se-bom/pom.xml @@ -13,7 +13,7 @@ org.jberet jberet-parent - 2.1.0.Beta2-SNAPSHOT + 2.1.0.Final 4.0.0 org.jberet diff --git a/jberet-se/pom.xml b/jberet-se/pom.xml index 3076cec7e..1bb4ef6ad 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.0.Beta2-SNAPSHOT + 2.1.0.Final jberet-se diff --git a/pom.xml b/pom.xml index b93a9cfd4..f22c12eb6 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.jberet jberet-parent - 2.1.0.Beta2-SNAPSHOT + 2.1.0.Final jberet-parent Implementation of Jakarta Batch diff --git a/test-apps/amqp/pom.xml b/test-apps/amqp/pom.xml index 6e06d1849..939bcd1f9 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.0.Beta2-SNAPSHOT + 2.1.0.Final amqp diff --git a/test-apps/cassandraInject/pom.xml b/test-apps/cassandraInject/pom.xml index f70318c26..94199f4f8 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.0.Beta2-SNAPSHOT + 2.1.0.Final cassandraInject diff --git a/test-apps/cdiScopes/common/pom.xml b/test-apps/cdiScopes/common/pom.xml index 2d182beda..ac264f346 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.0.Beta2-SNAPSHOT + 2.1.0.Final cdiScopes-commons diff --git a/test-apps/cdiScopes/jobScoped/pom.xml b/test-apps/cdiScopes/jobScoped/pom.xml index eb2c118f6..9169d2381 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.0.Beta2-SNAPSHOT + 2.1.0.Final jobScoped diff --git a/test-apps/cdiScopes/partitionScoped/pom.xml b/test-apps/cdiScopes/partitionScoped/pom.xml index 0634b64bf..c00a86023 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.0.Beta2-SNAPSHOT + 2.1.0.Final partitionScoped diff --git a/test-apps/cdiScopes/pom.xml b/test-apps/cdiScopes/pom.xml index 17dbc1a1d..c0f08b911 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.0.Beta2-SNAPSHOT + 2.1.0.Final cdiScopes diff --git a/test-apps/cdiScopes/stepScoped/pom.xml b/test-apps/cdiScopes/stepScoped/pom.xml index c961b758c..5425f58ee 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.0.Beta2-SNAPSHOT + 2.1.0.Final stepScoped diff --git a/test-apps/chunkClose/pom.xml b/test-apps/chunkClose/pom.xml index 5b5113502..e0fb99278 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.0.Beta2-SNAPSHOT + 2.1.0.Final chunkClose diff --git a/test-apps/chunkPartition/pom.xml b/test-apps/chunkPartition/pom.xml index c2aee0d26..7d4cb2d19 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.0.Beta2-SNAPSHOT + 2.1.0.Final chunkPartition diff --git a/test-apps/chunkSkipRetry/pom.xml b/test-apps/chunkSkipRetry/pom.xml index f3264d725..46d1d81c1 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.0.Beta2-SNAPSHOT + 2.1.0.Final chunkSkipRetry diff --git a/test-apps/chunkStop/pom.xml b/test-apps/chunkStop/pom.xml index ee30deb39..b256c3107 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.0.Beta2-SNAPSHOT + 2.1.0.Final chunkStop diff --git a/test-apps/cluster/pom.xml b/test-apps/cluster/pom.xml index 8b0ccb651..5c06b0920 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.0.Beta2-SNAPSHOT + 2.1.0.Final cluster diff --git a/test-apps/common/pom.xml b/test-apps/common/pom.xml index f3e296fd5..1c646d9ce 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.0.Beta2-SNAPSHOT + 2.1.0.Final common diff --git a/test-apps/flow/pom.xml b/test-apps/flow/pom.xml index 7917236f3..93efee893 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.0.Beta2-SNAPSHOT + 2.1.0.Final flow diff --git a/test-apps/infinispanRepositoryFile/pom.xml b/test-apps/infinispanRepositoryFile/pom.xml index 34e2cf80c..ef04a903d 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.0.Beta2-SNAPSHOT + 2.1.0.Final 4.0.0 diff --git a/test-apps/infinispanRepositoryJdbc/pom.xml b/test-apps/infinispanRepositoryJdbc/pom.xml index bcd9ba5d4..db3117fbf 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.0.Beta2-SNAPSHOT + 2.1.0.Final 4.0.0 diff --git a/test-apps/infinispanRepositoryMem/pom.xml b/test-apps/infinispanRepositoryMem/pom.xml index e06103d4f..6a76a8198 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.0.Beta2-SNAPSHOT + 2.1.0.Final infinispanRepositoryMem diff --git a/test-apps/infinispanRepositoryRocksDB/pom.xml b/test-apps/infinispanRepositoryRocksDB/pom.xml index 701b199b4..c894563ab 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.0.Beta2-SNAPSHOT + 2.1.0.Final 4.0.0 diff --git a/test-apps/inheritance/pom.xml b/test-apps/inheritance/pom.xml index 6b5bb1423..d733ee0ce 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.0.Beta2-SNAPSHOT + 2.1.0.Final inheritance diff --git a/test-apps/javaJSL/pom.xml b/test-apps/javaJSL/pom.xml index 82509f179..f932bb36c 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.0.Beta2-SNAPSHOT + 2.1.0.Final javaJSL diff --git a/test-apps/jberetSeBomTest/pom.xml b/test-apps/jberetSeBomTest/pom.xml index 9b45be081..b4e70a981 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.0.Beta2-SNAPSHOT + 2.1.0.Final 4.0.0 jberetSeBomTest @@ -15,7 +15,7 @@ org.jberet jberet-se-bom - 2.1.0.Beta2-SNAPSHOT + 2.1.0.Final pom import diff --git a/test-apps/jdbcBatchletReaderWriter/pom.xml b/test-apps/jdbcBatchletReaderWriter/pom.xml index 9593d0332..74c01676c 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.0.Beta2-SNAPSHOT + 2.1.0.Final jdbcBatchletReaderWriter diff --git a/test-apps/loadBatchXml/pom.xml b/test-apps/loadBatchXml/pom.xml index db1502594..fd67eb9bc 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.0.Beta2-SNAPSHOT + 2.1.0.Final loadBatchXml diff --git a/test-apps/loopback/pom.xml b/test-apps/loopback/pom.xml index 8b74107f7..3882843fc 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.0.Beta2-SNAPSHOT + 2.1.0.Final loopback diff --git a/test-apps/pom.xml b/test-apps/pom.xml index 863d522c8..53f53f3f0 100644 --- a/test-apps/pom.xml +++ b/test-apps/pom.xml @@ -55,7 +55,7 @@ org.jberet jberet-parent - 2.1.0.Beta2-SNAPSHOT + 2.1.0.Final org.jberet.test-apps diff --git a/test-apps/postConstruct/pom.xml b/test-apps/postConstruct/pom.xml index ff9c9777b..6a9b525cd 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.0.Beta2-SNAPSHOT + 2.1.0.Final postConstruct diff --git a/test-apps/propertyInjection/pom.xml b/test-apps/propertyInjection/pom.xml index e5071221b..5ecc2e266 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.0.Beta2-SNAPSHOT + 2.1.0.Final propertyInjection diff --git a/test-apps/purgeInMemoryRepository/pom.xml b/test-apps/purgeInMemoryRepository/pom.xml index 27b761242..8cd5412c8 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.0.Beta2-SNAPSHOT + 2.1.0.Final purgeInMemoryRepository diff --git a/test-apps/purgeJdbcRepository/pom.xml b/test-apps/purgeJdbcRepository/pom.xml index b54bdfb78..d77201b80 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.0.Beta2-SNAPSHOT + 2.1.0.Final purgeJdbcRepository diff --git a/test-apps/purgeMongoRepository/pom.xml b/test-apps/purgeMongoRepository/pom.xml index f5ae5d52b..0bc3ac472 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.0.Beta2-SNAPSHOT + 2.1.0.Final purgeMongoRepository diff --git a/test-apps/scripting/pom.xml b/test-apps/scripting/pom.xml index 59eb0f94a..1da8bb512 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.0.Beta2-SNAPSHOT + 2.1.0.Final scripting diff --git a/test-apps/serialization/pom.xml b/test-apps/serialization/pom.xml index 64d8d533b..c4bc939e3 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.0.Beta2-SNAPSHOT + 2.1.0.Final serialization diff --git a/test-apps/split/pom.xml b/test-apps/split/pom.xml index 0d63ec929..f603543e2 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.0.Beta2-SNAPSHOT + 2.1.0.Final split diff --git a/test-apps/throttle/pom.xml b/test-apps/throttle/pom.xml index 9747771a1..1c3917cc0 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.0.Beta2-SNAPSHOT + 2.1.0.Final throttle diff --git a/test-apps/upsertWriter/pom.xml b/test-apps/upsertWriter/pom.xml index 1d00d217c..3f09a1b27 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.0.Beta2-SNAPSHOT + 2.1.0.Final upsertWriter