jaxb-tools icon indicating copy to clipboard operation
jaxb-tools copied to clipboard

Create maven relocation poms for previous Maven GAVs

Open mattrpav opened this issue 2 years ago • 0 comments

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jvnet.jaxb.maven2</groupId>
  <artifactId>maven-jaxb2-plgugin</artifactId>
  <version>0.16.0</version>
  <distributionManagement>
    <relocation>
      <groupId>org.jvnet.jaxb</groupId>
      <artifactId>jaxb-maven-plugin</artifactId>
    </relocation>
  </distributionManagement>
</project>

mattrpav avatar May 10 '23 13:05 mattrpav