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"> <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> <parent>
<artifactId>netty-build</artifactId> <artifactId>netty-build</artifactId>
<groupId>io.netty</groupId> <groupId>io.net5</groupId>
<version>30-SNAPSHOT</version> <version>30-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -14,7 +14,7 @@
* under the License. * 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.AbstractFileSetCheck;
import com.puppycrawl.tools.checkstyle.api.FileText; import com.puppycrawl.tools.checkstyle.api.FileText;

View File

@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations * License for the specific language governing permissions and limitations
* under the License. * 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.AuditEvent;
import com.puppycrawl.tools.checkstyle.api.AutomaticBean; import com.puppycrawl.tools.checkstyle.api.AutomaticBean;

View File

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

View File

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

View File

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

View File

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

15
pom.xml
View File

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