Skip to content

Commit

Permalink
[highsource#375] Rename jaxb2-basics-runtime to jaxb-plugins-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav authored and Matt Pavlovich committed Feb 5, 2024
1 parent ea16741 commit e9d7eaf
Show file tree
Hide file tree
Showing 255 changed files with 32 additions and 33 deletions.
4 changes: 2 additions & 2 deletions basics/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependencies>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<build>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
<packaging>jar</packaging>
<name>JAXB Tools :: JAXB Basics :: Runtime</name>
<name>JAXB Tools :: JAXB Plugins :: Runtime</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion basics/jaxb-plugins-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion basics/jaxb-plugins-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>JAXB Basics is a part of JAXB Tools project which implements plugins and tools for JAXB implementation.</description>
<modules>
<module>jaxb-plugins-ant</module>
<module>runtime</module>
<module>jaxb-plugins-runtime</module>
<module>tools</module>
<module>jaxb-plugins-testing</module>
<module>basic</module>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/basic/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="jaxb-plugins-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
Expand All @@ -24,7 +24,7 @@
<include name="jaxb-core-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="jaxb-plugins-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
Expand All @@ -48,7 +48,7 @@
<include name="jaxb-core-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="jaxb-plugins-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/basic/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/cxf/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/po-simple/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="jaxb-plugins-runtime-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
<include name="txw2-*.jar"/>
Expand All @@ -28,7 +28,7 @@
<include name="rngom-*.jar"/>
<include name="txw2-*.jar"/>
<include name="xsom-*.jar"/>
<!--include name="jaxb2-basics-runtime-*.jar"/-->
<!--include name="jaxb-plugins-runtime-*.jar"/-->
<include name="junit-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
Expand All @@ -48,7 +48,7 @@
<include name="jaxb-core-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jsr173_api-*.jar"/>
<!--include name="jaxb2-basics-runtime-*.jar"/-->
<!--include name="jaxb-plugins-runtime-*.jar"/-->
<include name="junit-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/po/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="jaxb-plugins-runtime-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
<include name="txw2-*.jar"/>
Expand All @@ -23,7 +23,7 @@
<include name="jaxb-core-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="jaxb-plugins-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
Expand All @@ -47,7 +47,7 @@
<include name="jaxb-core-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="jaxb-plugins-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/defaultvalue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/qa-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/qa-strategic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion basics/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-annotate-parent/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</exclusion>
<exclusion>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-annotate-parent/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/samples/jaxbplugins/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
3 changes: 1 addition & 2 deletions maven-plugin/tests/two/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
<dependencies>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/tests/xjc-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-runtime</artifactId>
<artifactId>jaxb-plugins-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit e9d7eaf

Please sign in to comment.