Skip to content

Commit abb66a6

Browse files
committed
Remove all sonatype parents
1 parent fea9b72 commit abb66a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<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">
1818

1919
<modelVersion>4.0.0</modelVersion>
20-
<parent>
20+
<!--<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
2323
<version>4.1.25.4.dse</version>
24-
</parent>
24+
</parent>a-->
2525

2626
<artifactId>netty-all</artifactId>
2727
<packaging>jar</packaging>

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
-->
1717
<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">
1818
<modelVersion>4.0.0</modelVersion>
19-
<parent>
19+
<!--<parent>
2020
<groupId>org.sonatype.oss</groupId>
2121
<artifactId>oss-parent</artifactId>
2222
<version>7</version>
2323
<relativePath />
24-
</parent>
24+
</parent>-->
2525

2626
<groupId>io.netty</groupId>
2727
<artifactId>netty-bom</artifactId>

dev-tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
-->
1717
<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">
1818
<modelVersion>4.0.0</modelVersion>
19-
<parent>
19+
<!--<parent>
2020
<groupId>org.sonatype.oss</groupId>
2121
<artifactId>oss-parent</artifactId>
2222
<version>7</version>
2323
<relativePath />
24-
</parent>
24+
</parent>-->
2525

2626
<groupId>io.netty</groupId>
2727
<artifactId>netty-dev-tools</artifactId>

0 commit comments

Comments
 (0)