Skip to content

Commit

Permalink
[#375] Rename jaxb2-basics-project to jaxb-plugins-project
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav authored and laurentschoelens committed Sep 21, 2023
1 parent 83b7818 commit 196e532
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to the most advanced and feature-full sets of [JAXB](https://github.com/

The project is currently containing the following tools :
* [JAXB Maven Plugin](#jaxb-maven-plugin)
* [JAXB Basics Plugins](#jaxb2-basics)
* [JAXB Plugins](#jaxb-plugins)
* [Annox](#annox)
* [JAXB Annotate Plugin](#jaxb-annotate-plugin)
* [JAXB Hyperjaxb3](#jaxb-hyperjaxb) (Preview)
Expand Down
2 changes: 1 addition & 1 deletion basics/jaxb-plugins-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JAXB Tools :: JAXB Plugins :: Ant Task</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion basics/jaxb-plugins-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JAXB Tools :: JAXB Plugins :: Runtime</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
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 @@ -5,7 +5,7 @@
<name>JAXB Tools :: JAXB Plugins :: Shaded</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
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 @@ -5,7 +5,7 @@
<name>JAXB Tools :: JAXB Plugins :: Testing</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion basics/jaxb-plugins-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JAXB Tools :: JAXB Plugins :: Tools</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion basics/jaxb-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>JAXB Tools :: JAXB Plugins :: Plugins</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<packaging>pom</packaging>
<name>JAXB Tools :: JAXB Plugins :: Project</name>
<description>JAXB Basics is a part of JAXB Tools project which implements plugins and tools for JAXB implementation.</description>
<description>JAXB Plugins is a part of JAXB Tools project which implements plugins and tools for JAXB implementation.</description>
<modules>
<module>jaxb-plugins-ant</module>
<module>jaxb-plugins-runtime</module>
Expand Down
4 changes: 2 additions & 2 deletions basics/samples/basic/project-build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="jaxb-basics-sample-basic-ant" default="install">
<property name="artifactId" value="jaxb-basics-sample-basic-ant"/>
<project name="jaxb-plugins-sample-basic-ant" default="install">
<property name="artifactId" value="jaxb-plugins-sample-basic-ant"/>
<path id="compile.path">
<fileset dir="${basedir}/lib">
<include name="commons-lang3-*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>JAXB Tools :: JAXB Plugins :: Samples</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>JAXB Tools :: JAXB Plugins :: Tests</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down

0 comments on commit 196e532

Please sign in to comment.