From bddab37052119712744fb7fcb92b1396fc28499c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Tue, 4 Jun 2024 16:50:25 +0800 Subject: [PATCH] 3.0.0-Beta1 --- jberet-core/pom.xml | 2 +- jberet-manifest/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 +- test-deployment/pom.xml | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/jberet-core/pom.xml b/jberet-core/pom.xml index 4b38e853c..87e6f8c8c 100644 --- a/jberet-core/pom.xml +++ b/jberet-core/pom.xml @@ -19,7 +19,7 @@ org.jberet jberet-parent - 2.2.2-SNAPSHOT + 3.0.0-Beta1 jberet-core diff --git a/jberet-manifest/pom.xml b/jberet-manifest/pom.xml index cf13a7c52..d48e880dd 100644 --- a/jberet-manifest/pom.xml +++ b/jberet-manifest/pom.xml @@ -27,7 +27,7 @@ org.jberet jberet-parent - 2.2.2-SNAPSHOT + 3.0.0-Beta1 jberet-channel-manifest diff --git a/jberet-se-bom/pom.xml b/jberet-se-bom/pom.xml index 78801ccc3..7a93cf0ef 100644 --- a/jberet-se-bom/pom.xml +++ b/jberet-se-bom/pom.xml @@ -13,7 +13,7 @@ org.jberet jberet-parent - 2.2.2-SNAPSHOT + 3.0.0-Beta1 4.0.0 org.jberet diff --git a/jberet-se/pom.xml b/jberet-se/pom.xml index 7f274400d..55effd23c 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.2-SNAPSHOT + 3.0.0-Beta1 jberet-se diff --git a/pom.xml b/pom.xml index 561f86b5b..757665e74 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.jberet jberet-parent - 2.2.2-SNAPSHOT + 3.0.0-Beta1 jberet-parent Implementation of Jakarta Batch diff --git a/test-apps/amqp/pom.xml b/test-apps/amqp/pom.xml index 3246e611c..c7dcb0fe1 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.2-SNAPSHOT + 3.0.0-Beta1 amqp diff --git a/test-apps/cassandraInject/pom.xml b/test-apps/cassandraInject/pom.xml index b6f7d8fc9..e7b28ff97 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.2-SNAPSHOT + 3.0.0-Beta1 cassandraInject diff --git a/test-apps/cdiScopes/common/pom.xml b/test-apps/cdiScopes/common/pom.xml index 47b3bfa5f..ac6904c28 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.2-SNAPSHOT + 3.0.0-Beta1 cdiScopes-commons diff --git a/test-apps/cdiScopes/jobScoped/pom.xml b/test-apps/cdiScopes/jobScoped/pom.xml index fac8979f1..97dc6307b 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.2-SNAPSHOT + 3.0.0-Beta1 jobScoped diff --git a/test-apps/cdiScopes/partitionScoped/pom.xml b/test-apps/cdiScopes/partitionScoped/pom.xml index 9eb7d6242..467039e10 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.2-SNAPSHOT + 3.0.0-Beta1 partitionScoped diff --git a/test-apps/cdiScopes/pom.xml b/test-apps/cdiScopes/pom.xml index 225b4f6af..517fe1218 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.2-SNAPSHOT + 3.0.0-Beta1 cdiScopes diff --git a/test-apps/cdiScopes/stepScoped/pom.xml b/test-apps/cdiScopes/stepScoped/pom.xml index 5aad91ceb..d1b19a4f4 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.2-SNAPSHOT + 3.0.0-Beta1 stepScoped diff --git a/test-apps/chunkClose/pom.xml b/test-apps/chunkClose/pom.xml index 2214a35cd..0a0c521b0 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.2-SNAPSHOT + 3.0.0-Beta1 chunkClose diff --git a/test-apps/chunkPartition/pom.xml b/test-apps/chunkPartition/pom.xml index 75fba1196..71be6838b 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.2-SNAPSHOT + 3.0.0-Beta1 chunkPartition diff --git a/test-apps/chunkSkipRetry/pom.xml b/test-apps/chunkSkipRetry/pom.xml index 67b27f85c..a6f9e0123 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.2-SNAPSHOT + 3.0.0-Beta1 chunkSkipRetry diff --git a/test-apps/chunkStop/pom.xml b/test-apps/chunkStop/pom.xml index 7cac30f24..0601c3041 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.2-SNAPSHOT + 3.0.0-Beta1 chunkStop diff --git a/test-apps/cluster/pom.xml b/test-apps/cluster/pom.xml index 2f9426d3a..294d148bb 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.2-SNAPSHOT + 3.0.0-Beta1 cluster diff --git a/test-apps/common/pom.xml b/test-apps/common/pom.xml index 5f6e560c7..50bb3c28b 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.2-SNAPSHOT + 3.0.0-Beta1 common diff --git a/test-apps/flow/pom.xml b/test-apps/flow/pom.xml index 0998fca2c..d369d91cc 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.2-SNAPSHOT + 3.0.0-Beta1 flow diff --git a/test-apps/infinispanRepositoryFile/pom.xml b/test-apps/infinispanRepositoryFile/pom.xml index 954a428da..1da384d36 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.2-SNAPSHOT + 3.0.0-Beta1 4.0.0 diff --git a/test-apps/infinispanRepositoryJdbc/pom.xml b/test-apps/infinispanRepositoryJdbc/pom.xml index 72d9556a1..ab208be83 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.2-SNAPSHOT + 3.0.0-Beta1 4.0.0 diff --git a/test-apps/infinispanRepositoryMem/pom.xml b/test-apps/infinispanRepositoryMem/pom.xml index 69f990453..bf0b25265 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.2-SNAPSHOT + 3.0.0-Beta1 infinispanRepositoryMem diff --git a/test-apps/infinispanRepositoryRocksDB/pom.xml b/test-apps/infinispanRepositoryRocksDB/pom.xml index 60309fce9..5bd8444e3 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.2-SNAPSHOT + 3.0.0-Beta1 4.0.0 diff --git a/test-apps/inheritance/pom.xml b/test-apps/inheritance/pom.xml index 36e5885ca..505a1d9ca 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.2-SNAPSHOT + 3.0.0-Beta1 inheritance diff --git a/test-apps/javaJSL/pom.xml b/test-apps/javaJSL/pom.xml index 28dbc076a..5809285da 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.2-SNAPSHOT + 3.0.0-Beta1 javaJSL diff --git a/test-apps/jberetSeBomTest/pom.xml b/test-apps/jberetSeBomTest/pom.xml index 759cdf226..b33d48439 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.2-SNAPSHOT + 3.0.0-Beta1 4.0.0 jberetSeBomTest @@ -15,7 +15,7 @@ org.jberet jberet-se-bom - 2.2.2-SNAPSHOT + 3.0.0-Beta1 pom import diff --git a/test-apps/jdbcBatchletReaderWriter/pom.xml b/test-apps/jdbcBatchletReaderWriter/pom.xml index 0bfb81116..c6f54c2a9 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.2-SNAPSHOT + 3.0.0-Beta1 jdbcBatchletReaderWriter diff --git a/test-apps/loadBatchXml/pom.xml b/test-apps/loadBatchXml/pom.xml index 7ece939a6..83a75178f 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.2-SNAPSHOT + 3.0.0-Beta1 loadBatchXml diff --git a/test-apps/loopback/pom.xml b/test-apps/loopback/pom.xml index d126c6ac6..35464c778 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.2-SNAPSHOT + 3.0.0-Beta1 loopback diff --git a/test-apps/pom.xml b/test-apps/pom.xml index 1ecbb6e27..48e064367 100644 --- a/test-apps/pom.xml +++ b/test-apps/pom.xml @@ -55,7 +55,7 @@ org.jberet jberet-parent - 2.2.2-SNAPSHOT + 3.0.0-Beta1 org.jberet.test-apps diff --git a/test-apps/postConstruct/pom.xml b/test-apps/postConstruct/pom.xml index 79ff435c1..3ef0c46e7 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.2-SNAPSHOT + 3.0.0-Beta1 postConstruct diff --git a/test-apps/propertyInjection/pom.xml b/test-apps/propertyInjection/pom.xml index ec6bde2b5..606c8e98a 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.2-SNAPSHOT + 3.0.0-Beta1 propertyInjection diff --git a/test-apps/purgeInMemoryRepository/pom.xml b/test-apps/purgeInMemoryRepository/pom.xml index 6c6167b62..13ea6bcbd 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.2-SNAPSHOT + 3.0.0-Beta1 purgeInMemoryRepository diff --git a/test-apps/purgeJdbcRepository/pom.xml b/test-apps/purgeJdbcRepository/pom.xml index 47a805d9d..d23d6ba2c 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.2-SNAPSHOT + 3.0.0-Beta1 purgeJdbcRepository diff --git a/test-apps/purgeMongoRepository/pom.xml b/test-apps/purgeMongoRepository/pom.xml index 3b62918e9..76784a04b 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.2-SNAPSHOT + 3.0.0-Beta1 purgeMongoRepository diff --git a/test-apps/scripting/pom.xml b/test-apps/scripting/pom.xml index 850063db1..94872b63c 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.2-SNAPSHOT + 3.0.0-Beta1 scripting diff --git a/test-apps/serialization/pom.xml b/test-apps/serialization/pom.xml index 16603abc5..58c17f650 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.2-SNAPSHOT + 3.0.0-Beta1 serialization diff --git a/test-apps/split/pom.xml b/test-apps/split/pom.xml index 59bd843da..3c58b1cb3 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.2-SNAPSHOT + 3.0.0-Beta1 split diff --git a/test-apps/throttle/pom.xml b/test-apps/throttle/pom.xml index b8c28e3df..54e97aff2 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.2-SNAPSHOT + 3.0.0-Beta1 throttle diff --git a/test-apps/upsertWriter/pom.xml b/test-apps/upsertWriter/pom.xml index 024260c7d..c0591df40 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.2-SNAPSHOT + 3.0.0-Beta1 upsertWriter diff --git a/test-deployment/pom.xml b/test-deployment/pom.xml index 17addab18..92048cef5 100644 --- a/test-deployment/pom.xml +++ b/test-deployment/pom.xml @@ -27,7 +27,7 @@ org.jberet jberet-parent - 2.2.2-SNAPSHOT + 3.0.0-Beta1 test-deployment