diff --git a/pom.xml b/pom.xml
index 5e1018352..c5f349cd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
0.15.1
0.28.4
0.5.1
- 1.7.0
+ 0.8.0
3.2.8
3.1.1
2.2.0
@@ -214,8 +214,8 @@
slf4j-api
- junit-platform-engine
org.junit.platform
+ junit-platform-engine
@@ -459,15 +459,14 @@
${revapi-maven-plugin.version}
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus-staging-maven-plugin.version}
+ org.sonatype.central
+ central-publishing-maven-plugin
+ ${central-publishing-maven-plugin.version}
true
- ossrh
- https://s01.oss.sonatype.org/
- true
- 15
+ central
+ true
+ published
@@ -676,6 +675,17 @@
true
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+
+ properties
+
+
+
+
org.apache.maven.plugins
maven-enforcer-plugin
@@ -814,6 +824,22 @@
${pmd.skip}
+
+ run-pmd-metrics
+
+ pmd
+
+ verify
+
+ ${project.build.directory}/metrics
+
+ /category/java/metric.xml
+
+ net.sourceforge.pmd.renderers.MetricsRenderer
+ false
+ ${pmd.skip}
+
+
run-pmd-tests
@@ -838,22 +864,6 @@
${pmd.skip}
-
- run-pmd-metrics
-
- pmd
-
- verify
-
- ${project.build.directory}/metrics
-
- /category/java/metric.xml
-
- net.sourceforge.pmd.renderers.MetricsRenderer
- false
- ${pmd.skip}
-
-
@@ -876,17 +886,6 @@
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
-
- properties
-
-
-
-
org.apache.maven.plugins
maven-surefire-plugin
@@ -1026,9 +1025,8 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- true
+ org.sonatype.central
+ central-publishing-maven-plugin