Rename package

This commit is contained in:
Andrea Cavalli 2021-09-17 16:28:15 +02:00
parent 05f79e9e45
commit 219bbd44dc
10 changed files with 18 additions and 17 deletions

View File

@ -17,7 +17,7 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>netty-build</artifactId>
<groupId>io.netty</groupId>
<groupId>io.net5</groupId>
<version>30-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -14,7 +14,7 @@
* under the License.
*/
package io.netty.build.checkstyle;
package io.net5.build.checkstyle;
import com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck;
import com.puppycrawl.tools.checkstyle.api.FileText;

View File

@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
package io.netty.build.checkstyle;
package io.net5.build.checkstyle;
import com.puppycrawl.tools.checkstyle.api.AuditEvent;
import com.puppycrawl.tools.checkstyle.api.AutomaticBean;

View File

@ -30,7 +30,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.netty.build.junit;
package io.net5.build.junit;
import java.io.PrintWriter;
import java.io.StringWriter;

View File

@ -19,9 +19,9 @@
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
<module name="SuppressionFilter">
<property name="file" value="/io/netty/suppressions.xml" />
<property name="file" value="/io/net5/suppressions.xml" />
</module>
<module name="io.netty.build.checkstyle.SuppressionFilter">
<module name="io.net5.build.checkstyle.SuppressionFilter">
<property name="pattern" value="((LocalTime|WorldClock)Protocol|LinkedTransferQueue|Version|jzlib/.*|chmv8/.*|com/sun/nio/sctp/.*)\.java" />
</module>
<!-- Ignore module-info.java because checkstyle cannot parse these yet. -->
@ -50,7 +50,7 @@
<property name="message" value="IDE-generated comment"/>
</module>
<!-- Force UNIX line separator -->
<module name="io.netty.build.checkstyle.NewlineCheck"/>
<module name="io.net5.build.checkstyle.NewlineCheck"/>
<!-- Trailing whitespace -->
<module name="RegexpSingleline">
<property name="format" value="\s+$"/>

View File

@ -17,7 +17,7 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>netty-build</artifactId>
<groupId>io.netty</groupId>
<groupId>io.net5</groupId>
<version>30-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
package io.netty.build.maven;
package io.net5.build.maven;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;

View File

@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
package io.netty.build.maven;
package io.net5.build.maven;
import org.apache.maven.plugin.MojoFailureException;
import org.junit.Test;

15
pom.xml
View File

@ -21,14 +21,15 @@
<module>common</module>
<module>glibccheck-maven-plugin</module>
</modules>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
<relativePath />
</parent>
<distributionManagement>
<repository>
<id>mchv-snapshot</id>
<name>MCHV Apache Snapshot Maven Packages Distribution</name>
<url>https://mvn.mchv.eu/repository/mchv-snapshot</url>
</repository>
</distributionManagement>
<groupId>io.netty</groupId>
<groupId>io.net5</groupId>
<artifactId>netty-build</artifactId>
<packaging>pom</packaging>
<version>30-SNAPSHOT</version>