Skip to content

Commit

Permalink
Changed to org.jvnet.jaxb::jaxb-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 5, 2024
1 parent 33bbc3d commit c8a63db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ For further information on the Universal Business Language can be found on the f

# News and noteworthy

* v8.0.4 - work in progress
* Switched JAXB Maven plugin to `org.jvnet.jaxb:jaxb-maven-plugin`
* v8.0.3 - 2023-07-31
* Updated to ph-commons 11.1
* v8.0.2 - 2023-04-30
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
</developers>

<properties>
<jaxb-plugin.group>com.helger.maven</jaxb-plugin.group>
<jaxb-plugin.artifact>jaxb40-maven-plugin</jaxb-plugin.artifact>
<jaxb-plugin.version>0.16.1</jaxb-plugin.version>
<jaxb-plugin.group>org.jvnet.jaxb</jaxb-plugin.group>
<jaxb-plugin.artifact>jaxb-maven-plugin</jaxb-plugin.artifact>
<jaxb-plugin.version>4.0.0</jaxb-plugin.version>
<ph-jaxb-plugin.version>4.0.3</ph-jaxb-plugin.version>
<ph-xsds.version>3.0.0</ph-xsds.version>
</properties>
Expand Down

0 comments on commit c8a63db

Please sign in to comment.