diff --git a/pom.xml b/pom.xml
index a16e118..9ef7d46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,13 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.checkstyle.autofix
+
+ org.sonatype.oss
+ oss-parent
+ 9
+
+
+ com.puppycrawl.tools
checkstyle-openrewrite-recipes
1.0.0-SNAPSHOT
jar
@@ -13,6 +19,18 @@
checkstyle openrewrite recipes
Automatically fix Checkstyle violations with OpenRewrite
https://github.com/checkstyle/checkstyle-openrewrite-recipes
+ 2025
+
+
+ Apache-2.0
+ https://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+ scm:git:git@github.com:checkstyle/checkstyle-openrewrite-recipes.git
+ scm:git:git@github.com:checkstyle/checkstyle-openrewrite-recipes.git
+ https://github.com/checkstyle/checkstyle-openrewrite-recipes
+
17
@@ -184,7 +202,7 @@
- org.checkstyle.autofix
+ com.puppycrawl.tools
checkstyle-openrewrite-recipes
${project.version}
@@ -205,6 +223,23 @@
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 4.0.0-beta-2
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.7.0
+ true
+
+ sonatype-nexus-staging
+ https://oss.sonatype.org/
+ true
+
+
+