diff --git a/common/pom.xml b/common/pom.xml index 0fc3b9f..67a045a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -17,7 +17,7 @@ netty-build - io.netty + io.net5 30-SNAPSHOT 4.0.0 diff --git a/common/src/main/java/io/netty/build/checkstyle/NewlineCheck.java b/common/src/main/java/io/net5/build/checkstyle/NewlineCheck.java similarity index 98% rename from common/src/main/java/io/netty/build/checkstyle/NewlineCheck.java rename to common/src/main/java/io/net5/build/checkstyle/NewlineCheck.java index 784b7f1..db9a806 100644 --- a/common/src/main/java/io/netty/build/checkstyle/NewlineCheck.java +++ b/common/src/main/java/io/net5/build/checkstyle/NewlineCheck.java @@ -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; diff --git a/common/src/main/java/io/netty/build/checkstyle/SuppressionFilter.java b/common/src/main/java/io/net5/build/checkstyle/SuppressionFilter.java similarity index 98% rename from common/src/main/java/io/netty/build/checkstyle/SuppressionFilter.java rename to common/src/main/java/io/net5/build/checkstyle/SuppressionFilter.java index 4444a4d..dbd1639 100644 --- a/common/src/main/java/io/netty/build/checkstyle/SuppressionFilter.java +++ b/common/src/main/java/io/net5/build/checkstyle/SuppressionFilter.java @@ -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; diff --git a/common/src/main/java/io/netty/build/junit/TimedOutTestsListener.java b/common/src/main/java/io/net5/build/junit/TimedOutTestsListener.java similarity index 99% rename from common/src/main/java/io/netty/build/junit/TimedOutTestsListener.java rename to common/src/main/java/io/net5/build/junit/TimedOutTestsListener.java index 42d0c52..9db6078 100644 --- a/common/src/main/java/io/netty/build/junit/TimedOutTestsListener.java +++ b/common/src/main/java/io/net5/build/junit/TimedOutTestsListener.java @@ -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; diff --git a/common/src/main/resources/io/netty/checkstyle.xml b/common/src/main/resources/io/net5/checkstyle.xml similarity index 97% rename from common/src/main/resources/io/netty/checkstyle.xml rename to common/src/main/resources/io/net5/checkstyle.xml index aa40d65..ca0518b 100644 --- a/common/src/main/resources/io/netty/checkstyle.xml +++ b/common/src/main/resources/io/net5/checkstyle.xml @@ -19,9 +19,9 @@ "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> - + - + @@ -50,7 +50,7 @@ - + diff --git a/common/src/main/resources/io/netty/suppressions.xml b/common/src/main/resources/io/net5/suppressions.xml similarity index 100% rename from common/src/main/resources/io/netty/suppressions.xml rename to common/src/main/resources/io/net5/suppressions.xml diff --git a/glibccheck-maven-plugin/pom.xml b/glibccheck-maven-plugin/pom.xml index 0fc0615..b4d0251 100644 --- a/glibccheck-maven-plugin/pom.xml +++ b/glibccheck-maven-plugin/pom.xml @@ -17,7 +17,7 @@ netty-build - io.netty + io.net5 30-SNAPSHOT 4.0.0 diff --git a/glibccheck-maven-plugin/src/main/java/io/netty/build/maven/GlibcVersionCheckMojo.java b/glibccheck-maven-plugin/src/main/java/io/net5/build/maven/GlibcVersionCheckMojo.java similarity index 99% rename from glibccheck-maven-plugin/src/main/java/io/netty/build/maven/GlibcVersionCheckMojo.java rename to glibccheck-maven-plugin/src/main/java/io/net5/build/maven/GlibcVersionCheckMojo.java index 267dba3..452dd04 100644 --- a/glibccheck-maven-plugin/src/main/java/io/netty/build/maven/GlibcVersionCheckMojo.java +++ b/glibccheck-maven-plugin/src/main/java/io/net5/build/maven/GlibcVersionCheckMojo.java @@ -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; diff --git a/glibccheck-maven-plugin/src/test/java/io/netty/build/maven/GlibcVersionCheckMojoTest.java b/glibccheck-maven-plugin/src/test/java/io/net5/build/maven/GlibcVersionCheckMojoTest.java similarity index 99% rename from glibccheck-maven-plugin/src/test/java/io/netty/build/maven/GlibcVersionCheckMojoTest.java rename to glibccheck-maven-plugin/src/test/java/io/net5/build/maven/GlibcVersionCheckMojoTest.java index 38a406f..5927089 100644 --- a/glibccheck-maven-plugin/src/test/java/io/netty/build/maven/GlibcVersionCheckMojoTest.java +++ b/glibccheck-maven-plugin/src/test/java/io/net5/build/maven/GlibcVersionCheckMojoTest.java @@ -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; diff --git a/pom.xml b/pom.xml index 0600d7e..ece8473 100644 --- a/pom.xml +++ b/pom.xml @@ -21,14 +21,15 @@ common glibccheck-maven-plugin - - org.sonatype.oss - oss-parent - 9 - - + + + mchv-snapshot + MCHV Apache Snapshot Maven Packages Distribution + https://mvn.mchv.eu/repository/mchv-snapshot + + - io.netty + io.net5 netty-build pom 30-SNAPSHOT