From e54cd17bd0c94aed30265aadf53c58b2e87d32b2 Mon Sep 17 00:00:00 2001 From: Cheng Fang Date: Wed, 6 Apr 2022 17:18:51 -0400 Subject: [PATCH] Next is 1.4.8.Final --- jberet-core/pom.xml | 2 +- jberet-distribution/pom.xml | 2 +- jberet-ee-bom/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/jberetEEBomTest/pom.xml | 4 ++-- 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 +- 42 files changed, 44 insertions(+), 44 deletions(-) diff --git a/jberet-core/pom.xml b/jberet-core/pom.xml index 101e2660e..31d35b1a4 100644 --- a/jberet-core/pom.xml +++ b/jberet-core/pom.xml @@ -19,7 +19,7 @@ org.jberet jberet-parent - 1.4.7.Final + 1.4.8.Final-SNAPSHOT jberet-core diff --git a/jberet-distribution/pom.xml b/jberet-distribution/pom.xml index 2af9cd315..0bcc3a22b 100644 --- a/jberet-distribution/pom.xml +++ b/jberet-distribution/pom.xml @@ -18,7 +18,7 @@ org.jberet jberet-parent - 1.4.7.Final + 1.4.8.Final-SNAPSHOT jberet-distribution diff --git a/jberet-ee-bom/pom.xml b/jberet-ee-bom/pom.xml index ef0306816..470293382 100644 --- a/jberet-ee-bom/pom.xml +++ b/jberet-ee-bom/pom.xml @@ -5,7 +5,7 @@ jberet-parent org.jberet - 1.4.7.Final + 1.4.8.Final-SNAPSHOT 4.0.0 diff --git a/jberet-se-bom/pom.xml b/jberet-se-bom/pom.xml index b9bf1c3c7..15aab1576 100644 --- a/jberet-se-bom/pom.xml +++ b/jberet-se-bom/pom.xml @@ -15,7 +15,7 @@ jberet-parent org.jberet - 1.4.7.Final + 1.4.8.Final-SNAPSHOT 4.0.0 org.jberet diff --git a/jberet-se/pom.xml b/jberet-se/pom.xml index 5d0c74221..de7c510c2 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 - 1.4.7.Final + 1.4.8.Final-SNAPSHOT jberet-se diff --git a/pom.xml b/pom.xml index 4db57558f..366eb5788 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.jberet jberet-parent - 1.4.7.Final + 1.4.8.Final-SNAPSHOT jberet-parent Impl of JSR 352: Batch Applications for the Java Platform diff --git a/test-apps/amqp/pom.xml b/test-apps/amqp/pom.xml index b147bccc3..603b41d34 100644 --- a/test-apps/amqp/pom.xml +++ b/test-apps/amqp/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT amqp diff --git a/test-apps/cassandraInject/pom.xml b/test-apps/cassandraInject/pom.xml index f0ea91d15..be28c0059 100644 --- a/test-apps/cassandraInject/pom.xml +++ b/test-apps/cassandraInject/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT cassandraInject diff --git a/test-apps/cdiScopes/common/pom.xml b/test-apps/cdiScopes/common/pom.xml index bc81cb922..e41935938 100644 --- a/test-apps/cdiScopes/common/pom.xml +++ b/test-apps/cdiScopes/common/pom.xml @@ -17,7 +17,7 @@ cdiScopes org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT cdiScopes-commons diff --git a/test-apps/cdiScopes/jobScoped/pom.xml b/test-apps/cdiScopes/jobScoped/pom.xml index 8246d4983..fcc7cfb90 100644 --- a/test-apps/cdiScopes/jobScoped/pom.xml +++ b/test-apps/cdiScopes/jobScoped/pom.xml @@ -18,7 +18,7 @@ cdiScopes org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT jobScoped diff --git a/test-apps/cdiScopes/partitionScoped/pom.xml b/test-apps/cdiScopes/partitionScoped/pom.xml index c3309a405..b8b547d48 100644 --- a/test-apps/cdiScopes/partitionScoped/pom.xml +++ b/test-apps/cdiScopes/partitionScoped/pom.xml @@ -18,7 +18,7 @@ cdiScopes org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT partitionScoped diff --git a/test-apps/cdiScopes/pom.xml b/test-apps/cdiScopes/pom.xml index d7b3f2ac5..85cfcd0cf 100644 --- a/test-apps/cdiScopes/pom.xml +++ b/test-apps/cdiScopes/pom.xml @@ -25,7 +25,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT cdiScopes diff --git a/test-apps/cdiScopes/stepScoped/pom.xml b/test-apps/cdiScopes/stepScoped/pom.xml index 096d78424..9bbcd7bd7 100644 --- a/test-apps/cdiScopes/stepScoped/pom.xml +++ b/test-apps/cdiScopes/stepScoped/pom.xml @@ -18,7 +18,7 @@ cdiScopes org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT stepScoped diff --git a/test-apps/chunkClose/pom.xml b/test-apps/chunkClose/pom.xml index 77768fa30..5fbc09a0e 100644 --- a/test-apps/chunkClose/pom.xml +++ b/test-apps/chunkClose/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT chunkClose diff --git a/test-apps/chunkPartition/pom.xml b/test-apps/chunkPartition/pom.xml index 8979d7edd..5383c75fd 100644 --- a/test-apps/chunkPartition/pom.xml +++ b/test-apps/chunkPartition/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT chunkPartition diff --git a/test-apps/chunkSkipRetry/pom.xml b/test-apps/chunkSkipRetry/pom.xml index 9307ce10a..ca6a64020 100644 --- a/test-apps/chunkSkipRetry/pom.xml +++ b/test-apps/chunkSkipRetry/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT chunkSkipRetry diff --git a/test-apps/chunkStop/pom.xml b/test-apps/chunkStop/pom.xml index 9bd856b3d..7858e42e6 100644 --- a/test-apps/chunkStop/pom.xml +++ b/test-apps/chunkStop/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT chunkStop diff --git a/test-apps/cluster/pom.xml b/test-apps/cluster/pom.xml index 6a55626a2..1ce19289c 100644 --- a/test-apps/cluster/pom.xml +++ b/test-apps/cluster/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT cluster diff --git a/test-apps/common/pom.xml b/test-apps/common/pom.xml index d4ad8c0f4..14f211b50 100644 --- a/test-apps/common/pom.xml +++ b/test-apps/common/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT common diff --git a/test-apps/flow/pom.xml b/test-apps/flow/pom.xml index 054c8b06c..e58a9020f 100644 --- a/test-apps/flow/pom.xml +++ b/test-apps/flow/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT flow diff --git a/test-apps/infinispanRepositoryFile/pom.xml b/test-apps/infinispanRepositoryFile/pom.xml index 5f25fd549..8d709dffb 100644 --- a/test-apps/infinispanRepositoryFile/pom.xml +++ b/test-apps/infinispanRepositoryFile/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT 4.0.0 diff --git a/test-apps/infinispanRepositoryJdbc/pom.xml b/test-apps/infinispanRepositoryJdbc/pom.xml index bef1211cf..a441378c8 100644 --- a/test-apps/infinispanRepositoryJdbc/pom.xml +++ b/test-apps/infinispanRepositoryJdbc/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT 4.0.0 diff --git a/test-apps/infinispanRepositoryMem/pom.xml b/test-apps/infinispanRepositoryMem/pom.xml index 34504091d..a615f8b6e 100644 --- a/test-apps/infinispanRepositoryMem/pom.xml +++ b/test-apps/infinispanRepositoryMem/pom.xml @@ -7,7 +7,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT infinispanRepositoryMem diff --git a/test-apps/infinispanRepositoryRocksDB/pom.xml b/test-apps/infinispanRepositoryRocksDB/pom.xml index 24d4a2913..0957cc5a4 100644 --- a/test-apps/infinispanRepositoryRocksDB/pom.xml +++ b/test-apps/infinispanRepositoryRocksDB/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT 4.0.0 diff --git a/test-apps/inheritance/pom.xml b/test-apps/inheritance/pom.xml index 1fdc38ccc..3ac10e27c 100644 --- a/test-apps/inheritance/pom.xml +++ b/test-apps/inheritance/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT inheritance diff --git a/test-apps/javaJSL/pom.xml b/test-apps/javaJSL/pom.xml index d2bdd2d57..412152cab 100644 --- a/test-apps/javaJSL/pom.xml +++ b/test-apps/javaJSL/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT javaJSL diff --git a/test-apps/jberetEEBomTest/pom.xml b/test-apps/jberetEEBomTest/pom.xml index 7d44e7c14..95e31df51 100644 --- a/test-apps/jberetEEBomTest/pom.xml +++ b/test-apps/jberetEEBomTest/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT 4.0.0 jberetEEBomTest @@ -16,7 +16,7 @@ org.jberet jberet-ee-bom - 1.4.7.Final + 1.4.8.Final-SNAPSHOT pom import diff --git a/test-apps/jberetSeBomTest/pom.xml b/test-apps/jberetSeBomTest/pom.xml index a963a0724..cb19ac46b 100644 --- a/test-apps/jberetSeBomTest/pom.xml +++ b/test-apps/jberetSeBomTest/pom.xml @@ -5,7 +5,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT 4.0.0 @@ -16,7 +16,7 @@ org.jberet jberet-se-bom - 1.4.7.Final + 1.4.8.Final-SNAPSHOT pom import diff --git a/test-apps/jdbcBatchletReaderWriter/pom.xml b/test-apps/jdbcBatchletReaderWriter/pom.xml index 43673ca3f..68b90c3bd 100644 --- a/test-apps/jdbcBatchletReaderWriter/pom.xml +++ b/test-apps/jdbcBatchletReaderWriter/pom.xml @@ -17,7 +17,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT jdbcBatchletReaderWriter diff --git a/test-apps/loadBatchXml/pom.xml b/test-apps/loadBatchXml/pom.xml index 34ddbd006..92bdb35cf 100644 --- a/test-apps/loadBatchXml/pom.xml +++ b/test-apps/loadBatchXml/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT loadBatchXml diff --git a/test-apps/loopback/pom.xml b/test-apps/loopback/pom.xml index 3a3498b53..9044c6d12 100644 --- a/test-apps/loopback/pom.xml +++ b/test-apps/loopback/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT loopback diff --git a/test-apps/pom.xml b/test-apps/pom.xml index c2654930a..06f9283d6 100644 --- a/test-apps/pom.xml +++ b/test-apps/pom.xml @@ -56,7 +56,7 @@ org.jberet jberet-parent - 1.4.7.Final + 1.4.8.Final-SNAPSHOT org.jberet.test-apps diff --git a/test-apps/postConstruct/pom.xml b/test-apps/postConstruct/pom.xml index 80e65d9d2..0553ce5c7 100644 --- a/test-apps/postConstruct/pom.xml +++ b/test-apps/postConstruct/pom.xml @@ -17,7 +17,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT postConstruct diff --git a/test-apps/propertyInjection/pom.xml b/test-apps/propertyInjection/pom.xml index b7679cd08..89490ea18 100644 --- a/test-apps/propertyInjection/pom.xml +++ b/test-apps/propertyInjection/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT propertyInjection diff --git a/test-apps/purgeInMemoryRepository/pom.xml b/test-apps/purgeInMemoryRepository/pom.xml index f31011603..d4de91c30 100644 --- a/test-apps/purgeInMemoryRepository/pom.xml +++ b/test-apps/purgeInMemoryRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT purgeInMemoryRepository diff --git a/test-apps/purgeJdbcRepository/pom.xml b/test-apps/purgeJdbcRepository/pom.xml index bd8dd5849..8f294df22 100644 --- a/test-apps/purgeJdbcRepository/pom.xml +++ b/test-apps/purgeJdbcRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT purgeJdbcRepository diff --git a/test-apps/purgeMongoRepository/pom.xml b/test-apps/purgeMongoRepository/pom.xml index b78179f71..01878f2a7 100644 --- a/test-apps/purgeMongoRepository/pom.xml +++ b/test-apps/purgeMongoRepository/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT purgeMongoRepository diff --git a/test-apps/scripting/pom.xml b/test-apps/scripting/pom.xml index ab06402ad..dd56ab1e4 100644 --- a/test-apps/scripting/pom.xml +++ b/test-apps/scripting/pom.xml @@ -6,7 +6,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT scripting diff --git a/test-apps/serialization/pom.xml b/test-apps/serialization/pom.xml index 1001bc675..ad70eacf7 100644 --- a/test-apps/serialization/pom.xml +++ b/test-apps/serialization/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT serialization diff --git a/test-apps/split/pom.xml b/test-apps/split/pom.xml index 05e202a24..470b196bf 100644 --- a/test-apps/split/pom.xml +++ b/test-apps/split/pom.xml @@ -18,7 +18,7 @@ org.jberet.test-apps test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT split diff --git a/test-apps/throttle/pom.xml b/test-apps/throttle/pom.xml index 3d6c6de2c..8d7ba75b6 100644 --- a/test-apps/throttle/pom.xml +++ b/test-apps/throttle/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT throttle diff --git a/test-apps/upsertWriter/pom.xml b/test-apps/upsertWriter/pom.xml index f6d708eae..2f3ea98a6 100644 --- a/test-apps/upsertWriter/pom.xml +++ b/test-apps/upsertWriter/pom.xml @@ -18,7 +18,7 @@ test-apps org.jberet.test-apps - 1.4.7.Final + 1.4.8.Final-SNAPSHOT upsertWriter