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">
|
<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>
|
||||||
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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+$"/>
|
@ -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>
|
||||||
|
@ -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;
|
@ -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
15
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user