1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Disable sonatype <parent> in pom.xml
Author: tony mancill <tmancill@debian.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -1,10 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" 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>
+ <!-- disable sonatype parent pom
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
+ -->
<groupId>com.github.jnr</groupId>
<artifactId>jnr-x86asm</artifactId>
|