From cb1959656413314f33bdecba491762ad387efbb3 Mon Sep 17 00:00:00 2001 From: Eclipse JAXBimpl Bot Date: Wed, 6 Mar 2024 05:55:18 +0000 Subject: [PATCH 1/2] Prepare release com.sun.xml.bind.mvn:jaxb-ri:4.0.5 --- jaxb-ri/boms/bom-ext/pom.xml | 2 +- jaxb-ri/boms/bom/pom.xml | 2 +- jaxb-ri/bundles/core/pom.xml | 2 +- jaxb-ri/bundles/jxc/pom.xml | 2 +- jaxb-ri/bundles/osgi/osgi/pom.xml | 2 +- jaxb-ri/bundles/osgi/pom.xml | 2 +- jaxb-ri/bundles/osgi/tests/pom.xml | 2 +- jaxb-ri/bundles/pom.xml | 2 +- jaxb-ri/bundles/ri/pom.xml | 2 +- jaxb-ri/bundles/runtime/pom.xml | 2 +- jaxb-ri/bundles/xjc/pom.xml | 2 +- jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml | 2 +- jaxb-ri/codemodel/codemodel/pom.xml | 2 +- jaxb-ri/codemodel/pom.xml | 2 +- jaxb-ri/core/pom.xml | 2 +- jaxb-ri/docs/pom.xml | 2 +- jaxb-ri/docs/release-documentation/pom.xml | 2 +- jaxb-ri/docs/www/pom.xml | 2 +- jaxb-ri/external/pom.xml | 2 +- jaxb-ri/external/relaxng-datatype/pom.xml | 2 +- jaxb-ri/external/rngom/pom.xml | 2 +- jaxb-ri/jxc/pom.xml | 2 +- jaxb-ri/pom.xml | 4 ++-- jaxb-ri/runtime/impl/pom.xml | 2 +- jaxb-ri/runtime/pom.xml | 2 +- jaxb-ri/samples/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/core/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/jxc/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/osgi/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/parent/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/runtime/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/xjc/pom.xml | 2 +- jaxb-ri/txw/compiler/pom.xml | 2 +- jaxb-ri/txw/pom.xml | 2 +- jaxb-ri/txw/runtime/pom.xml | 2 +- jaxb-ri/xjc/pom.xml | 2 +- jaxb-ri/xsom/pom.xml | 2 +- 38 files changed, 39 insertions(+), 39 deletions(-) diff --git a/jaxb-ri/boms/bom-ext/pom.xml b/jaxb-ri/boms/bom-ext/pom.xml index b05cf1cdc..3b9323390 100644 --- a/jaxb-ri/boms/bom-ext/pom.xml +++ b/jaxb-ri/boms/bom-ext/pom.xml @@ -19,7 +19,7 @@ org.glassfish.jaxb jaxb-bom ../bom/pom.xml - 4.0.5-SNAPSHOT + 4.0.5 com.sun.xml.bind diff --git a/jaxb-ri/boms/bom/pom.xml b/jaxb-ri/boms/bom/pom.xml index 8d1f524f6..69a00c603 100644 --- a/jaxb-ri/boms/bom/pom.xml +++ b/jaxb-ri/boms/bom/pom.xml @@ -24,7 +24,7 @@ org.glassfish.jaxb jaxb-bom - 4.0.5-SNAPSHOT + 4.0.5 pom JAXB BOM diff --git a/jaxb-ri/bundles/core/pom.xml b/jaxb-ri/bundles/core/pom.xml index c92fdddc3..ab8e95c33 100644 --- a/jaxb-ri/bundles/core/pom.xml +++ b/jaxb-ri/bundles/core/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/bundles/jxc/pom.xml b/jaxb-ri/bundles/jxc/pom.xml index c86555492..9a31ce4d2 100644 --- a/jaxb-ri/bundles/jxc/pom.xml +++ b/jaxb-ri/bundles/jxc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/bundles/osgi/osgi/pom.xml b/jaxb-ri/bundles/osgi/osgi/pom.xml index 2d7973590..0bd372058 100644 --- a/jaxb-ri/bundles/osgi/osgi/pom.xml +++ b/jaxb-ri/bundles/osgi/osgi/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-osgi - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/bundles/osgi/pom.xml b/jaxb-ri/bundles/osgi/pom.xml index 793f39e74..6c5a621b1 100644 --- a/jaxb-ri/bundles/osgi/pom.xml +++ b/jaxb-ri/bundles/osgi/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/bundles/osgi/tests/pom.xml b/jaxb-ri/bundles/osgi/tests/pom.xml index 90f83c047..709582cc6 100644 --- a/jaxb-ri/bundles/osgi/tests/pom.xml +++ b/jaxb-ri/bundles/osgi/tests/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-osgi - 4.0.5-SNAPSHOT + 4.0.5 tests diff --git a/jaxb-ri/bundles/pom.xml b/jaxb-ri/bundles/pom.xml index 76184aef1..ed08a15d4 100644 --- a/jaxb-ri/bundles/pom.xml +++ b/jaxb-ri/bundles/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/bundles/ri/pom.xml b/jaxb-ri/bundles/ri/pom.xml index 3624ab1b8..5d115ed00 100644 --- a/jaxb-ri/bundles/ri/pom.xml +++ b/jaxb-ri/bundles/ri/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/bundles/runtime/pom.xml b/jaxb-ri/bundles/runtime/pom.xml index 799fb996f..16866f020 100644 --- a/jaxb-ri/bundles/runtime/pom.xml +++ b/jaxb-ri/bundles/runtime/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/bundles/xjc/pom.xml b/jaxb-ri/bundles/xjc/pom.xml index 591c56b0c..c6e8e7f52 100644 --- a/jaxb-ri/bundles/xjc/pom.xml +++ b/jaxb-ri/bundles/xjc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml b/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml index 24c866cbc..19b37c2f7 100644 --- a/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml +++ b/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml @@ -16,7 +16,7 @@ com.sun.xml.bind.mvn jaxb-codemodel-parent - 4.0.5-SNAPSHOT + 4.0.5 org.glassfish.jaxb diff --git a/jaxb-ri/codemodel/codemodel/pom.xml b/jaxb-ri/codemodel/codemodel/pom.xml index 8a524cf7b..8e4ee0fed 100644 --- a/jaxb-ri/codemodel/codemodel/pom.xml +++ b/jaxb-ri/codemodel/codemodel/pom.xml @@ -16,7 +16,7 @@ com.sun.xml.bind.mvn jaxb-codemodel-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/codemodel/pom.xml b/jaxb-ri/codemodel/pom.xml index a7c758105..70dcd71e8 100644 --- a/jaxb-ri/codemodel/pom.xml +++ b/jaxb-ri/codemodel/pom.xml @@ -22,7 +22,7 @@ com.sun.xml.bind.mvn jaxb-codemodel-parent - 4.0.5-SNAPSHOT + 4.0.5 pom Codemodel Java source code generation library diff --git a/jaxb-ri/core/pom.xml b/jaxb-ri/core/pom.xml index 40528fd2f..354dbb071 100644 --- a/jaxb-ri/core/pom.xml +++ b/jaxb-ri/core/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/docs/pom.xml b/jaxb-ri/docs/pom.xml index 779fb1896..0d8dfcc91 100644 --- a/jaxb-ri/docs/pom.xml +++ b/jaxb-ri/docs/pom.xml @@ -19,7 +19,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/docs/release-documentation/pom.xml b/jaxb-ri/docs/release-documentation/pom.xml index 96a6f6f2d..1913b455c 100644 --- a/jaxb-ri/docs/release-documentation/pom.xml +++ b/jaxb-ri/docs/release-documentation/pom.xml @@ -19,7 +19,7 @@ com.sun.xml.bind.mvn jaxb-docs-parent - 4.0.5-SNAPSHOT + 4.0.5 com.sun.xml.bind diff --git a/jaxb-ri/docs/www/pom.xml b/jaxb-ri/docs/www/pom.xml index 8b75c4a5c..8b3e26581 100644 --- a/jaxb-ri/docs/www/pom.xml +++ b/jaxb-ri/docs/www/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-docs-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/external/pom.xml b/jaxb-ri/external/pom.xml index 7df9bc74d..d9506a476 100644 --- a/jaxb-ri/external/pom.xml +++ b/jaxb-ri/external/pom.xml @@ -25,7 +25,7 @@ com.sun.xml.bind.mvn jaxb-external-parent pom - 4.0.5-SNAPSHOT + 4.0.5 JAXB External parent JAXB External parent module. Contains sources for external components. https://eclipse-ee4j.github.io/jaxb-ri/ diff --git a/jaxb-ri/external/relaxng-datatype/pom.xml b/jaxb-ri/external/relaxng-datatype/pom.xml index 43d1f4055..dee053f54 100644 --- a/jaxb-ri/external/relaxng-datatype/pom.xml +++ b/jaxb-ri/external/relaxng-datatype/pom.xml @@ -18,7 +18,7 @@ jaxb-external-parent com.sun.xml.bind.mvn - 4.0.5-SNAPSHOT + 4.0.5 4.0.0 diff --git a/jaxb-ri/external/rngom/pom.xml b/jaxb-ri/external/rngom/pom.xml index 755e049bb..ed07c3e8d 100644 --- a/jaxb-ri/external/rngom/pom.xml +++ b/jaxb-ri/external/rngom/pom.xml @@ -17,7 +17,7 @@ com.sun.xml.bind.mvn jaxb-external-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/jxc/pom.xml b/jaxb-ri/jxc/pom.xml index 0ed6eb763..d4068e010 100644 --- a/jaxb-ri/jxc/pom.xml +++ b/jaxb-ri/jxc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/pom.xml b/jaxb-ri/pom.xml index 033e330fe..51f757bab 100644 --- a/jaxb-ri/pom.xml +++ b/jaxb-ri/pom.xml @@ -18,13 +18,13 @@ com.sun.xml.bind jaxb-bom-ext - 4.0.5-SNAPSHOT + 4.0.5 boms/bom-ext/pom.xml com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 pom Jakarta XML Binding Implementation diff --git a/jaxb-ri/runtime/impl/pom.xml b/jaxb-ri/runtime/impl/pom.xml index 00a6ac358..b6a5a590e 100644 --- a/jaxb-ri/runtime/impl/pom.xml +++ b/jaxb-ri/runtime/impl/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-runtime-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/runtime/pom.xml b/jaxb-ri/runtime/pom.xml index e361e9023..31697f7ae 100644 --- a/jaxb-ri/runtime/pom.xml +++ b/jaxb-ri/runtime/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/samples/pom.xml b/jaxb-ri/samples/pom.xml index db968e676..1ea45c2a9 100644 --- a/jaxb-ri/samples/pom.xml +++ b/jaxb-ri/samples/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 com.sun.xml.bind diff --git a/jaxb-ri/tools/osgi_tests/core/pom.xml b/jaxb-ri/tools/osgi_tests/core/pom.xml index 9581a23c5..74e968eed 100644 --- a/jaxb-ri/tools/osgi_tests/core/pom.xml +++ b/jaxb-ri/tools/osgi_tests/core/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/jxc/pom.xml b/jaxb-ri/tools/osgi_tests/jxc/pom.xml index 84062a2f5..bfb1b2c6f 100644 --- a/jaxb-ri/tools/osgi_tests/jxc/pom.xml +++ b/jaxb-ri/tools/osgi_tests/jxc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/osgi/pom.xml b/jaxb-ri/tools/osgi_tests/osgi/pom.xml index aa31bf6e5..16dcb6251 100644 --- a/jaxb-ri/tools/osgi_tests/osgi/pom.xml +++ b/jaxb-ri/tools/osgi_tests/osgi/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/parent/pom.xml b/jaxb-ri/tools/osgi_tests/parent/pom.xml index 8ea686cab..577fa9efe 100644 --- a/jaxb-ri/tools/osgi_tests/parent/pom.xml +++ b/jaxb-ri/tools/osgi_tests/parent/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/pom.xml b/jaxb-ri/tools/osgi_tests/pom.xml index 080a8a88d..6f2716202 100644 --- a/jaxb-ri/tools/osgi_tests/pom.xml +++ b/jaxb-ri/tools/osgi_tests/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/runtime/pom.xml b/jaxb-ri/tools/osgi_tests/runtime/pom.xml index 8490078be..c845c4aa0 100644 --- a/jaxb-ri/tools/osgi_tests/runtime/pom.xml +++ b/jaxb-ri/tools/osgi_tests/runtime/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/xjc/pom.xml b/jaxb-ri/tools/osgi_tests/xjc/pom.xml index af9080c33..b2c9b59c7 100644 --- a/jaxb-ri/tools/osgi_tests/xjc/pom.xml +++ b/jaxb-ri/tools/osgi_tests/xjc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/txw/compiler/pom.xml b/jaxb-ri/txw/compiler/pom.xml index 622ce55dd..2f3c30555 100644 --- a/jaxb-ri/txw/compiler/pom.xml +++ b/jaxb-ri/txw/compiler/pom.xml @@ -17,7 +17,7 @@ com.sun.xml.bind.mvn jaxb-txw-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/txw/pom.xml b/jaxb-ri/txw/pom.xml index 2d3d9f3ec..a3dc36379 100644 --- a/jaxb-ri/txw/pom.xml +++ b/jaxb-ri/txw/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/txw/runtime/pom.xml b/jaxb-ri/txw/runtime/pom.xml index a3de01c1a..f8ddd06af 100644 --- a/jaxb-ri/txw/runtime/pom.xml +++ b/jaxb-ri/txw/runtime/pom.xml @@ -17,7 +17,7 @@ com.sun.xml.bind.mvn jaxb-txw-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/xjc/pom.xml b/jaxb-ri/xjc/pom.xml index 52c37c320..3b7882ffb 100644 --- a/jaxb-ri/xjc/pom.xml +++ b/jaxb-ri/xjc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5-SNAPSHOT + 4.0.5 ../pom.xml diff --git a/jaxb-ri/xsom/pom.xml b/jaxb-ri/xsom/pom.xml index 3c1cf2475..7aa79f718 100644 --- a/jaxb-ri/xsom/pom.xml +++ b/jaxb-ri/xsom/pom.xml @@ -23,7 +23,7 @@ org.glassfish.jaxb xsom - 4.0.5-SNAPSHOT + 4.0.5 XSOM XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema From 32e88dd344b22b43dd49b2443e87cdc92fb7d137 Mon Sep 17 00:00:00 2001 From: Eclipse JAXBimpl Bot Date: Wed, 6 Mar 2024 06:01:54 +0000 Subject: [PATCH 2/2] Prepare next development cycle for 4.0.6-SNAPSHOT --- jaxb-ri/boms/bom-ext/pom.xml | 2 +- jaxb-ri/boms/bom/pom.xml | 2 +- jaxb-ri/bundles/core/pom.xml | 2 +- jaxb-ri/bundles/jxc/pom.xml | 2 +- jaxb-ri/bundles/osgi/osgi/pom.xml | 2 +- jaxb-ri/bundles/osgi/pom.xml | 2 +- jaxb-ri/bundles/osgi/tests/pom.xml | 2 +- jaxb-ri/bundles/pom.xml | 2 +- jaxb-ri/bundles/ri/pom.xml | 2 +- jaxb-ri/bundles/runtime/pom.xml | 2 +- jaxb-ri/bundles/xjc/pom.xml | 2 +- jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml | 2 +- jaxb-ri/codemodel/codemodel/pom.xml | 2 +- jaxb-ri/codemodel/pom.xml | 2 +- jaxb-ri/core/pom.xml | 2 +- jaxb-ri/docs/pom.xml | 2 +- jaxb-ri/docs/release-documentation/pom.xml | 2 +- jaxb-ri/docs/www/pom.xml | 2 +- jaxb-ri/external/pom.xml | 2 +- jaxb-ri/external/relaxng-datatype/pom.xml | 2 +- jaxb-ri/external/rngom/pom.xml | 2 +- jaxb-ri/jxc/pom.xml | 2 +- jaxb-ri/pom.xml | 4 ++-- jaxb-ri/runtime/impl/pom.xml | 2 +- jaxb-ri/runtime/pom.xml | 2 +- jaxb-ri/samples/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/core/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/jxc/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/osgi/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/parent/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/runtime/pom.xml | 2 +- jaxb-ri/tools/osgi_tests/xjc/pom.xml | 2 +- jaxb-ri/txw/compiler/pom.xml | 2 +- jaxb-ri/txw/pom.xml | 2 +- jaxb-ri/txw/runtime/pom.xml | 2 +- jaxb-ri/xjc/pom.xml | 2 +- jaxb-ri/xsom/pom.xml | 2 +- 38 files changed, 39 insertions(+), 39 deletions(-) diff --git a/jaxb-ri/boms/bom-ext/pom.xml b/jaxb-ri/boms/bom-ext/pom.xml index 3b9323390..9bf86c34f 100644 --- a/jaxb-ri/boms/bom-ext/pom.xml +++ b/jaxb-ri/boms/bom-ext/pom.xml @@ -19,7 +19,7 @@ org.glassfish.jaxb jaxb-bom ../bom/pom.xml - 4.0.5 + 4.0.6-SNAPSHOT com.sun.xml.bind diff --git a/jaxb-ri/boms/bom/pom.xml b/jaxb-ri/boms/bom/pom.xml index 69a00c603..269870f65 100644 --- a/jaxb-ri/boms/bom/pom.xml +++ b/jaxb-ri/boms/bom/pom.xml @@ -24,7 +24,7 @@ org.glassfish.jaxb jaxb-bom - 4.0.5 + 4.0.6-SNAPSHOT pom JAXB BOM diff --git a/jaxb-ri/bundles/core/pom.xml b/jaxb-ri/bundles/core/pom.xml index ab8e95c33..245f17971 100644 --- a/jaxb-ri/bundles/core/pom.xml +++ b/jaxb-ri/bundles/core/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/bundles/jxc/pom.xml b/jaxb-ri/bundles/jxc/pom.xml index 9a31ce4d2..072f6a63d 100644 --- a/jaxb-ri/bundles/jxc/pom.xml +++ b/jaxb-ri/bundles/jxc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/bundles/osgi/osgi/pom.xml b/jaxb-ri/bundles/osgi/osgi/pom.xml index 0bd372058..bb6dfeb22 100644 --- a/jaxb-ri/bundles/osgi/osgi/pom.xml +++ b/jaxb-ri/bundles/osgi/osgi/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-osgi - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/bundles/osgi/pom.xml b/jaxb-ri/bundles/osgi/pom.xml index 6c5a621b1..b608f3fb1 100644 --- a/jaxb-ri/bundles/osgi/pom.xml +++ b/jaxb-ri/bundles/osgi/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/bundles/osgi/tests/pom.xml b/jaxb-ri/bundles/osgi/tests/pom.xml index 709582cc6..61ccd4f60 100644 --- a/jaxb-ri/bundles/osgi/tests/pom.xml +++ b/jaxb-ri/bundles/osgi/tests/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-osgi - 4.0.5 + 4.0.6-SNAPSHOT tests diff --git a/jaxb-ri/bundles/pom.xml b/jaxb-ri/bundles/pom.xml index ed08a15d4..e491c4581 100644 --- a/jaxb-ri/bundles/pom.xml +++ b/jaxb-ri/bundles/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/bundles/ri/pom.xml b/jaxb-ri/bundles/ri/pom.xml index 5d115ed00..711981438 100644 --- a/jaxb-ri/bundles/ri/pom.xml +++ b/jaxb-ri/bundles/ri/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/bundles/runtime/pom.xml b/jaxb-ri/bundles/runtime/pom.xml index 16866f020..5146dbc50 100644 --- a/jaxb-ri/bundles/runtime/pom.xml +++ b/jaxb-ri/bundles/runtime/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/bundles/xjc/pom.xml b/jaxb-ri/bundles/xjc/pom.xml index c6e8e7f52..957cb3cb7 100644 --- a/jaxb-ri/bundles/xjc/pom.xml +++ b/jaxb-ri/bundles/xjc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-bundles - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml b/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml index 19b37c2f7..3ad7e7c4e 100644 --- a/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml +++ b/jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml @@ -16,7 +16,7 @@ com.sun.xml.bind.mvn jaxb-codemodel-parent - 4.0.5 + 4.0.6-SNAPSHOT org.glassfish.jaxb diff --git a/jaxb-ri/codemodel/codemodel/pom.xml b/jaxb-ri/codemodel/codemodel/pom.xml index 8e4ee0fed..dc5600b07 100644 --- a/jaxb-ri/codemodel/codemodel/pom.xml +++ b/jaxb-ri/codemodel/codemodel/pom.xml @@ -16,7 +16,7 @@ com.sun.xml.bind.mvn jaxb-codemodel-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/codemodel/pom.xml b/jaxb-ri/codemodel/pom.xml index 70dcd71e8..7a33affde 100644 --- a/jaxb-ri/codemodel/pom.xml +++ b/jaxb-ri/codemodel/pom.xml @@ -22,7 +22,7 @@ com.sun.xml.bind.mvn jaxb-codemodel-parent - 4.0.5 + 4.0.6-SNAPSHOT pom Codemodel Java source code generation library diff --git a/jaxb-ri/core/pom.xml b/jaxb-ri/core/pom.xml index 354dbb071..b35d8263c 100644 --- a/jaxb-ri/core/pom.xml +++ b/jaxb-ri/core/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/docs/pom.xml b/jaxb-ri/docs/pom.xml index 0d8dfcc91..740ffc9e0 100644 --- a/jaxb-ri/docs/pom.xml +++ b/jaxb-ri/docs/pom.xml @@ -19,7 +19,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/docs/release-documentation/pom.xml b/jaxb-ri/docs/release-documentation/pom.xml index 1913b455c..ab8ef606b 100644 --- a/jaxb-ri/docs/release-documentation/pom.xml +++ b/jaxb-ri/docs/release-documentation/pom.xml @@ -19,7 +19,7 @@ com.sun.xml.bind.mvn jaxb-docs-parent - 4.0.5 + 4.0.6-SNAPSHOT com.sun.xml.bind diff --git a/jaxb-ri/docs/www/pom.xml b/jaxb-ri/docs/www/pom.xml index 8b3e26581..ce3e54cff 100644 --- a/jaxb-ri/docs/www/pom.xml +++ b/jaxb-ri/docs/www/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-docs-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/external/pom.xml b/jaxb-ri/external/pom.xml index d9506a476..154258957 100644 --- a/jaxb-ri/external/pom.xml +++ b/jaxb-ri/external/pom.xml @@ -25,7 +25,7 @@ com.sun.xml.bind.mvn jaxb-external-parent pom - 4.0.5 + 4.0.6-SNAPSHOT JAXB External parent JAXB External parent module. Contains sources for external components. https://eclipse-ee4j.github.io/jaxb-ri/ diff --git a/jaxb-ri/external/relaxng-datatype/pom.xml b/jaxb-ri/external/relaxng-datatype/pom.xml index dee053f54..9a87b7967 100644 --- a/jaxb-ri/external/relaxng-datatype/pom.xml +++ b/jaxb-ri/external/relaxng-datatype/pom.xml @@ -18,7 +18,7 @@ jaxb-external-parent com.sun.xml.bind.mvn - 4.0.5 + 4.0.6-SNAPSHOT 4.0.0 diff --git a/jaxb-ri/external/rngom/pom.xml b/jaxb-ri/external/rngom/pom.xml index ed07c3e8d..9f82a0b81 100644 --- a/jaxb-ri/external/rngom/pom.xml +++ b/jaxb-ri/external/rngom/pom.xml @@ -17,7 +17,7 @@ com.sun.xml.bind.mvn jaxb-external-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/jxc/pom.xml b/jaxb-ri/jxc/pom.xml index d4068e010..2de11bec6 100644 --- a/jaxb-ri/jxc/pom.xml +++ b/jaxb-ri/jxc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/pom.xml b/jaxb-ri/pom.xml index 51f757bab..4904adbc8 100644 --- a/jaxb-ri/pom.xml +++ b/jaxb-ri/pom.xml @@ -18,13 +18,13 @@ com.sun.xml.bind jaxb-bom-ext - 4.0.5 + 4.0.6-SNAPSHOT boms/bom-ext/pom.xml com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT pom Jakarta XML Binding Implementation diff --git a/jaxb-ri/runtime/impl/pom.xml b/jaxb-ri/runtime/impl/pom.xml index b6a5a590e..20c972e36 100644 --- a/jaxb-ri/runtime/impl/pom.xml +++ b/jaxb-ri/runtime/impl/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-runtime-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/runtime/pom.xml b/jaxb-ri/runtime/pom.xml index 31697f7ae..49950973d 100644 --- a/jaxb-ri/runtime/pom.xml +++ b/jaxb-ri/runtime/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/samples/pom.xml b/jaxb-ri/samples/pom.xml index 1ea45c2a9..2a8f09dd6 100644 --- a/jaxb-ri/samples/pom.xml +++ b/jaxb-ri/samples/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT com.sun.xml.bind diff --git a/jaxb-ri/tools/osgi_tests/core/pom.xml b/jaxb-ri/tools/osgi_tests/core/pom.xml index 74e968eed..b4fc49cf7 100644 --- a/jaxb-ri/tools/osgi_tests/core/pom.xml +++ b/jaxb-ri/tools/osgi_tests/core/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/jxc/pom.xml b/jaxb-ri/tools/osgi_tests/jxc/pom.xml index bfb1b2c6f..a8c247d13 100644 --- a/jaxb-ri/tools/osgi_tests/jxc/pom.xml +++ b/jaxb-ri/tools/osgi_tests/jxc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/osgi/pom.xml b/jaxb-ri/tools/osgi_tests/osgi/pom.xml index 16dcb6251..63844b2f8 100644 --- a/jaxb-ri/tools/osgi_tests/osgi/pom.xml +++ b/jaxb-ri/tools/osgi_tests/osgi/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/parent/pom.xml b/jaxb-ri/tools/osgi_tests/parent/pom.xml index 577fa9efe..d688165b1 100644 --- a/jaxb-ri/tools/osgi_tests/parent/pom.xml +++ b/jaxb-ri/tools/osgi_tests/parent/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/pom.xml b/jaxb-ri/tools/osgi_tests/pom.xml index 6f2716202..d4dc2323d 100644 --- a/jaxb-ri/tools/osgi_tests/pom.xml +++ b/jaxb-ri/tools/osgi_tests/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/runtime/pom.xml b/jaxb-ri/tools/osgi_tests/runtime/pom.xml index c845c4aa0..8a9025ec7 100644 --- a/jaxb-ri/tools/osgi_tests/runtime/pom.xml +++ b/jaxb-ri/tools/osgi_tests/runtime/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/tools/osgi_tests/xjc/pom.xml b/jaxb-ri/tools/osgi_tests/xjc/pom.xml index b2c9b59c7..14271eb60 100644 --- a/jaxb-ri/tools/osgi_tests/xjc/pom.xml +++ b/jaxb-ri/tools/osgi_tests/xjc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn osgi-tests - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/txw/compiler/pom.xml b/jaxb-ri/txw/compiler/pom.xml index 2f3c30555..dab6bd85e 100644 --- a/jaxb-ri/txw/compiler/pom.xml +++ b/jaxb-ri/txw/compiler/pom.xml @@ -17,7 +17,7 @@ com.sun.xml.bind.mvn jaxb-txw-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/txw/pom.xml b/jaxb-ri/txw/pom.xml index a3dc36379..d2e10596a 100644 --- a/jaxb-ri/txw/pom.xml +++ b/jaxb-ri/txw/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/txw/runtime/pom.xml b/jaxb-ri/txw/runtime/pom.xml index f8ddd06af..444152c4d 100644 --- a/jaxb-ri/txw/runtime/pom.xml +++ b/jaxb-ri/txw/runtime/pom.xml @@ -17,7 +17,7 @@ com.sun.xml.bind.mvn jaxb-txw-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/xjc/pom.xml b/jaxb-ri/xjc/pom.xml index 3b7882ffb..608335837 100644 --- a/jaxb-ri/xjc/pom.xml +++ b/jaxb-ri/xjc/pom.xml @@ -18,7 +18,7 @@ com.sun.xml.bind.mvn jaxb-parent - 4.0.5 + 4.0.6-SNAPSHOT ../pom.xml diff --git a/jaxb-ri/xsom/pom.xml b/jaxb-ri/xsom/pom.xml index 7aa79f718..0bee81d69 100644 --- a/jaxb-ri/xsom/pom.xml +++ b/jaxb-ri/xsom/pom.xml @@ -23,7 +23,7 @@ org.glassfish.jaxb xsom - 4.0.5 + 4.0.6-SNAPSHOT XSOM XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema