diff --git a/operator-framework-bom/pom.xml b/operator-framework-bom/pom.xml index d0bae9c140..50633733ae 100644 --- a/operator-framework-bom/pom.xml +++ b/operator-framework-bom/pom.xml @@ -33,19 +33,12 @@ https://github.com/operator-framework/java-operator-sdk/tree/master - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - - 1.7.0 - 3.2.7 + 3.2.8 3.3.1 3.11.2 2.44.3 + 0.8.0 @@ -115,6 +108,17 @@ release + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*IT.java + **/*E2E.java + **/InformerRelatedBehaviorTest.java + + + org.apache.maven.plugins maven-javadoc-plugin @@ -138,13 +142,13 @@ jar + verify org.apache.maven.plugins maven-gpg-plugin - ${maven-gpg-plugin.version} sign-artifacts @@ -162,14 +166,15 @@ - 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://oss.sonatype.org/ - true + central + true + true + published diff --git a/pom.xml b/pom.xml index 2b84cfe5b8..167958e175 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,8 @@ 2.11 3.14.0 - 3.5.2 + 3.5.3 + 0.8.0 3.11.2 3.3.1 3.3.1 @@ -294,6 +295,15 @@ org.apache.maven.plugins maven-source-plugin ${maven-source-plugin.version} + + + attach-sources + + jar + + verify + + org.apache.maven.plugins @@ -516,14 +526,6 @@ org.apache.maven.plugins maven-source-plugin - - - attach-sources - - jar - - - org.apache.maven.plugins @@ -547,7 +549,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + ${central-publishing-maven-plugin.version} true central