You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

relocated-v3artifact-1.0.0.pom 533B

12345678910111213
  1. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <groupId>test</groupId>
  4. <artifactId>relocated-v3artifact</artifactId>
  5. <version>1.0.0</version>
  6. <distributionManagement>
  7. <relocation>
  8. <groupId>relocated-test</groupId>
  9. <artifactId>relocated-v3artifact</artifactId>
  10. <version>1.0.0</version>
  11. </relocation>
  12. </distributionManagement>
  13. </project>