Rename package
This commit is contained in:
parent
05f79e9e45
commit
219bbd44dc
@ -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>
|
||||
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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+$"/>
|
@ -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>
|
||||
|
@ -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;
|
@ -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
15
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user