Skip to content

Commit

Permalink
[#375] Rename jaxb2-basics-tools to jaxb-plugins-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav committed Sep 20, 2023
1 parent 904f43f commit c2ac313
Show file tree
Hide file tree
Showing 119 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion basics/basic/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-tools</artifactId>
<artifactId>jaxb-plugins-tools</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
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 @@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tools</artifactId>
<artifactId>jaxb-plugins-tools</artifactId>
</dependency>
<dependency>
<groupId>com.sun.activation</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 @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tools</artifactId>
<artifactId>jaxb-plugins-tools</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions basics/tools/pom.xml → basics/jaxb-plugins-tools/pom.xml
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-tools</artifactId>
<artifactId>jaxb-plugins-tools</artifactId>
<packaging>jar</packaging>
<name>JAXB Tools :: JAXB Basics :: Tools</name>
<name>JAXB Tools :: Plugins :: Tools</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modules>
<module>jaxb-plugins-ant</module>
<module>jaxb-plugins-runtime</module>
<module>tools</module>
<module>jaxb-plugins-tools</module>
<module>jaxb-plugins-testing</module>
<module>basic</module>
<module>jaxb-plugins-shaded</module>
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 @@ -42,7 +42,7 @@
<dependencies>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tools</artifactId>
<artifactId>jaxb-plugins-tools</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-tools</artifactId>
<artifactId>jaxb-plugins-tools</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit c2ac313

Please sign in to comment.