diff --git a/ant/pom.xml b/ant/pom.xml index 3c14d1c3..f240a781 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -16,7 +16,7 @@ com.sun.activation - javax.activation + jakarta.activation provided diff --git a/plugins/pom.xml b/plugins/pom.xml index be9081e3..2d9f4047 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,9 +22,9 @@ jaxb2-basics-tools - com.sun.activation - javax.activation - + com.sun.activation + jakarta.activation + diff --git a/pom.xml b/pom.xml index a6853fcf..1c3a8d5a 100644 --- a/pom.xml +++ b/pom.xml @@ -170,10 +170,10 @@ UTF-8 - 2.3.6 - 2.3.1 + 2.3.7 + 2.3.3 2.3.0.1 - 1.2.0 + 1.2.2 0.15.1 1.6.8 3.3.13 @@ -244,9 +244,10 @@ ${maven-jaxb2-plugin.version} + - javax.xml.bind - jaxb-api + jakarta.xml.bind + jakarta.xml.bind-api ${jaxb-api.version} @@ -266,7 +267,7 @@ com.sun.activation - javax.activation + jakarta.activation ${activation.version} diff --git a/runtime/pom.xml b/runtime/pom.xml index bb75e068..c03d308c 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -10,8 +10,8 @@ - javax.xml.bind - jaxb-api + jakarta.xml.bind + jakarta.xml.bind-api provided @@ -26,7 +26,7 @@ com.sun.activation - javax.activation + jakarta.activation provided @@ -56,17 +56,17 @@ ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - + + org.apache.felix maven-bundle-plugin bundle-manifest process-classes - + manifest - + diff --git a/samples/basic/pom.xml b/samples/basic/pom.xml index cb41c023..dcaf9961 100644 --- a/samples/basic/pom.xml +++ b/samples/basic/pom.xml @@ -33,7 +33,7 @@ com.sun.activation - javax.activation + jakarta.activation org.glassfish.jaxb diff --git a/samples/basic/project-build.xml b/samples/basic/project-build.xml index 4b77576f..9c5f18be 100644 --- a/samples/basic/project-build.xml +++ b/samples/basic/project-build.xml @@ -18,7 +18,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/samples/basic/project-pom.xml b/samples/basic/project-pom.xml index eb5df92f..712d529c 100644 --- a/samples/basic/project-pom.xml +++ b/samples/basic/project-pom.xml @@ -16,7 +16,7 @@ com.sun.activation - javax.activation + jakarta.activation ${activation.version} provided diff --git a/samples/cxf/pom.xml b/samples/cxf/pom.xml index c2eaf74c..ed9d8533 100644 --- a/samples/cxf/pom.xml +++ b/samples/cxf/pom.xml @@ -33,7 +33,7 @@ com.sun.activation - javax.activation + jakarta.activation org.glassfish.jaxb @@ -43,10 +43,11 @@ org.slf4j slf4j-simple - org.apache.cxf - cxf-codegen-plugin - ${cxf-codegen-plugin.version} - + + org.apache.cxf + cxf-codegen-plugin + ${cxf-codegen-plugin.version} + install diff --git a/samples/cxf/project-pom.xml b/samples/cxf/project-pom.xml index de3455dd..72f5a64c 100644 --- a/samples/cxf/project-pom.xml +++ b/samples/cxf/project-pom.xml @@ -8,18 +8,18 @@ jar JAXB2 Basics - Sample [cxf-maven] - - javax.xml.ws - jaxws-api - 2.3.1 - provided - - - javax.jws - javax.jws-api - 1.1 - provided - + + jakarta.xml.ws + jakarta.xml.ws-api + 2.3.3 + provided + + + jakarta.jws + jakarta.jws-api + 1.1.1 + provided + org.glassfish.jaxb jaxb-runtime @@ -28,7 +28,7 @@ com.sun.activation - javax.activation + jakarta.activation ${activation.version} provided @@ -83,17 +83,17 @@ - org.glassfish.jaxb - jaxb-runtime - ${jaxb.version} - + org.glassfish.jaxb + jaxb-runtime + ${jaxb.version} + - org.glassfish.jaxb + org.glassfish.jaxb jaxb-xjc ${jaxb.version} - org.glassfish.jaxb + org.glassfish.jaxb jaxb-core ${jaxb-core.version} diff --git a/samples/po-simple/pom.xml b/samples/po-simple/pom.xml index f4c36e5e..2e242763 100644 --- a/samples/po-simple/pom.xml +++ b/samples/po-simple/pom.xml @@ -37,7 +37,7 @@ com.sun.activation - javax.activation + jakarta.activation org.slf4j diff --git a/samples/po-simple/project-build.xml b/samples/po-simple/project-build.xml index 1a250c0c..beb245fe 100644 --- a/samples/po-simple/project-build.xml +++ b/samples/po-simple/project-build.xml @@ -18,7 +18,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -74,7 +74,7 @@ - + diff --git a/samples/po-simple/project-pom.xml b/samples/po-simple/project-pom.xml index 7ae6731c..c5cced8d 100644 --- a/samples/po-simple/project-pom.xml +++ b/samples/po-simple/project-pom.xml @@ -16,7 +16,7 @@ com.sun.activation - javax.activation + jakarta.activation ${activation.version} provided diff --git a/samples/po/pom.xml b/samples/po/pom.xml index 8447f677..f7089493 100644 --- a/samples/po/pom.xml +++ b/samples/po/pom.xml @@ -33,7 +33,7 @@ com.sun.activation - javax.activation + jakarta.activation org.glassfish.jaxb diff --git a/samples/po/project-build.xml b/samples/po/project-build.xml index ef51076a..6982ad55 100644 --- a/samples/po/project-build.xml +++ b/samples/po/project-build.xml @@ -18,7 +18,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/samples/po/project-pom.xml b/samples/po/project-pom.xml index 492a4184..2eadcf6c 100644 --- a/samples/po/project-pom.xml +++ b/samples/po/project-pom.xml @@ -16,7 +16,7 @@ com.sun.activation - javax.activation + jakarta.activation ${activation.version} provided diff --git a/testing/pom.xml b/testing/pom.xml index 20b1f835..d30c88fa 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -32,8 +32,8 @@ jaxb2-basics-runtime - javax.xml.bind - jaxb-api + jakarta.xml.bind + jakarta.xml.bind-api provided diff --git a/tests/episodes/a/pom.xml b/tests/episodes/a/pom.xml index 938ee269..182b0cc2 100644 --- a/tests/episodes/a/pom.xml +++ b/tests/episodes/a/pom.xml @@ -28,7 +28,7 @@ org.jvnet.jaxb2_commons - jaxb2-basics + jaxb2-basics diff --git a/tests/episodes/b/pom.xml b/tests/episodes/b/pom.xml index 3629501a..747b8207 100644 --- a/tests/episodes/b/pom.xml +++ b/tests/episodes/b/pom.xml @@ -35,7 +35,7 @@ org.jvnet.jaxb2_commons - jaxb2-basics + jaxb2-basics diff --git a/tests/ignoring/pom.xml b/tests/ignoring/pom.xml index dfa8c281..559d7ac6 100644 --- a/tests/ignoring/pom.xml +++ b/tests/ignoring/pom.xml @@ -28,7 +28,7 @@ org.jvnet.jaxb2_commons - jaxb2-basics + jaxb2-basics diff --git a/tests/pom.xml b/tests/pom.xml index 60766bfd..7df5b62f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -34,7 +34,7 @@ com.sun.activation - javax.activation + jakarta.activation org.jvnet.jaxb2_commons diff --git a/tests/superclass/a/pom.xml b/tests/superclass/a/pom.xml index da56eef0..9ca86040 100644 --- a/tests/superclass/a/pom.xml +++ b/tests/superclass/a/pom.xml @@ -28,7 +28,7 @@ org.jvnet.jaxb2_commons - jaxb2-basics + jaxb2-basics diff --git a/tests/zj/pom.xml b/tests/zj/pom.xml index f8409799..f8755c50 100644 --- a/tests/zj/pom.xml +++ b/tests/zj/pom.xml @@ -24,8 +24,8 @@ -Xcopyable - - org.jvnet.jaxb2_commons + + org.jvnet.jaxb2_commons jaxb2-basics diff --git a/tools/pom.xml b/tools/pom.xml index c0bdd605..53553f0c 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -41,7 +41,7 @@ com.sun.activation - javax.activation + jakarta.activation provided