Skip to content

Commit

Permalink
[highsource#375] Rename jaxb2-basics-samples-* to jaxb-plugins-samples-*
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 d9f7b31 commit 41f2bac
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions basics/samples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
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-sample-basic</artifactId>
<artifactId>jaxb-plugins-sample-basic</artifactId>
<packaging>pom</packaging>
<name>JAXB Tools :: JAXB Basics :: Sample [basic]</name>
<name>JAXB Tools :: JAXB Plugins :: Sample [basic]</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<artifactId>jaxb-plugins-samples</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
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="jaxb2-basics-sample-basic-ant" default="install">
<property name="artifactId" value="jaxb2-basics-sample-basic-ant"/>
<project name="jaxb-basics-sample-basic-ant" default="install">
<property name="artifactId" value="jaxb-basics-sample-basic-ant"/>
<path id="compile.path">
<fileset dir="${basedir}/lib">
<include name="commons-lang3-*.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/basic/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
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>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-sample-basic-maven</artifactId>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins-sample-basic-maven</artifactId>
<version>${project.version}</version>
<packaging>jar</packaging>
<name>JAXB2 Basics - Sample [basic-maven]</name>
<name>JAXB Plugins - Sample [basic-maven]</name>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
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-sample-cxf</artifactId>
<artifactId>jaxb-plugins-sample-cxf</artifactId>
<packaging>pom</packaging>
<name>JAXB Tools :: JAXB Basics :: Sample [cxf]</name>
<name>JAXB Tools :: JAXB Plugins :: Sample [cxf]</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<artifactId>jaxb-plugins-samples</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/cxf/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
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>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-sample-cxf-maven</artifactId>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins-sample-cxf-maven</artifactId>
<version>${project.version}</version>
<packaging>jar</packaging>
<name>JAXB2 Basics - Sample [cxf-maven]</name>
<name>JAXB Plugins - Sample [cxf-maven]</name>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/po-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
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-sample-po-simple</artifactId>
<artifactId>jaxb-plugins-sample-po-simple</artifactId>
<packaging>pom</packaging>
<name>JAXB Tools :: JAXB Basics :: Sample [po-simple]</name>
<name>JAXB Tools :: JAXB Plugins :: Sample [po-simple]</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<artifactId>jaxb-plugins-samples</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions basics/samples/po-simple/project-build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="jaxb2-basics-sample-po-ant" default="install">
<property name="artifactId" value="jaxb2-basics-sample-po-ant"/>
<project name="jaxb-plugins-sample-po-ant" default="install">
<property name="artifactId" value="jaxb-plugins-sample-po-ant"/>
<path id="compile.path">
<fileset dir="${basedir}/lib">
<!--include name="commons-lang3-*.jar"/-->
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/po-simple/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
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>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-sample-po-maven</artifactId>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins-sample-po-maven</artifactId>
<version>${project.version}</version>
<packaging>jar</packaging>
<name>JAXB2 Basics - Sample [po-maven]</name>
<name>JAXB Plugins - Sample [po-maven]</name>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
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-sample-po</artifactId>
<artifactId>jaxb-plugins-sample-po</artifactId>
<packaging>pom</packaging>
<name>JAXB Tools :: JAXB Basics :: Sample [po]</name>
<name>JAXB Tools :: JAXB Plugins :: Sample [po]</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-samples</artifactId>
<artifactId>jaxb-plugins-samples</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions basics/samples/po/project-build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="jaxb2-basics-sample-po-ant" default="install">
<property name="artifactId" value="jaxb2-basics-sample-po-ant"/>
<project name="jaxb-plugins-sample-po-ant" default="install">
<property name="artifactId" value="jaxb-plugins-sample-po-ant"/>
<path id="compile.path">
<fileset dir="${basedir}/lib">
<include name="commons-lang3-*.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions basics/samples/po/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
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>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics-sample-po-maven</artifactId>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins-sample-po-maven</artifactId>
<version>${project.version}</version>
<packaging>jar</packaging>
<name>JAXB2 Basics - Sample [po-maven]</name>
<name>JAXB Plugins - Sample [po-maven]</name>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions basics/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
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-samples</artifactId>
<artifactId>jaxb-plugins-samples</artifactId>
<packaging>pom</packaging>
<name>JAXB Tools :: JAXB Basics :: Samples</name>
<name>JAXB Tools :: JAXB Plugins :: Samples</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
Expand Down

0 comments on commit 41f2bac

Please sign in to comment.