diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml
index 84cd8805e..1965b52ca 100644
--- a/google-http-client-appengine/pom.xml
+++ b/google-http-client-appengine/pom.xml
@@ -12,6 +12,22 @@
Google App Engine extensions to the Google HTTP Client Library for Java.
+
+
+
+
+ org.codehaus.mojo
+ animal-sniffer-maven-plugin
+
+
+ org.codehaus.mojo.signature
+ java17
+ 1.0
+
+
+
+
+
maven-javadoc-plugin
@@ -27,18 +43,6 @@
maven-source-plugin
-
-
- org.codehaus.mojo
- animal-sniffer-maven-plugin
-
-
- org.codehaus.mojo.signature
- java17
- 1.0
-
-
-
org.apache.maven.plugins
maven-dependency-plugin
diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml
index 489f76165..ec67490e2 100644
--- a/google-http-client-bom/pom.xml
+++ b/google-http-client-bom/pom.xml
@@ -118,18 +118,22 @@
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.7.0
+ true
+
+ sonatype-nexus-staging
+ https://google.oss.sonatype.org/
+ false
+
+
+
+
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.7.0
- true
-
- sonatype-nexus-staging
- https://google.oss.sonatype.org/
- false
-
-
org.apache.maven.plugins
maven-javadoc-plugin
@@ -158,6 +162,48 @@
+
+
+ release-sonatype
+
+
+
+ !artifact-registry-url
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+
+
+
+
+
+
+ release-gcp-artifact-registry
+
+ artifactregistry://undefined-artifact-registry-url-value
+
+
+
+ gcp-artifact-registry-repository
+ ${artifact-registry-url}
+
+
+ gcp-artifact-registry-repository
+ ${artifact-registry-url}
+
+
+
release-sign-artifacts
diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml
index 65f1ccd7d..ceacc5b68 100644
--- a/google-http-client-findbugs/pom.xml
+++ b/google-http-client-findbugs/pom.xml
@@ -12,17 +12,22 @@
Google APIs Client Library Findbugs custom plugin.
+
+
+
+ org.codehaus.mojo
+ animal-sniffer-maven-plugin
+
+ true
+
+
+
+
maven-source-plugin
-
- org.codehaus.mojo
- animal-sniffer-maven-plugin
-
- true
-
-
+
org.apache.maven.plugins
maven-dependency-plugin
diff --git a/pom.xml b/pom.xml
index e02327982..c31922893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,17 +287,6 @@
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.7.0
- true
-
- ossrh
- https://google.oss.sonatype.org/
- ${deploy.autorelease}
-
-
maven-assembly-plugin
3.7.1
@@ -516,53 +505,6 @@
-
- org.codehaus.mojo
- clirr-maven-plugin
-
- clirr-ignored-differences.xml
- true
-
-
-
-
- check
-
-
-
-
-
- org.codehaus.mojo
- animal-sniffer-maven-plugin
-
-
- java7
-
- check
-
-
-
- org.codehaus.mojo.signature
- java17
- 1.0
-
-
-
-
- android
-
- check
-
-
-
- net.sf.androidscents.signature
- android-api-level-19
- 4.4.2_r4
-
-
-
-
-
maven-project-info-reports-plugin
@@ -576,10 +518,6 @@
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
-
com.coveo
fmt-maven-plugin
@@ -629,6 +567,82 @@
+
+ clirr-compatibility-check
+
+
+
+ [1.8,)
+
+
+
+
+ org.codehaus.mojo
+ clirr-maven-plugin
+
+ clirr-ignored-differences.xml
+ true
+
+
+
+
+ check
+
+
+
+
+
+
+
+
+ animal-sniffer
+
+
+ [1.7,)
+
+
+
+
+ org.codehaus.mojo
+ animal-sniffer-maven-plugin
+
+
+ java7
+
+ check
+
+
+
+ org.codehaus.mojo.signature
+ java17
+ 1.0
+
+
+
+
+ android
+
+ check
+
+
+
+ net.sf.androidscents.signature
+ android-api-level-19
+ 4.4.2_r4
+
+
+
+
+
+
+
+
java21
diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml
index edfeb0d18..afa6e584b 100644
--- a/samples/dailymotion-simple-cmdline-sample/pom.xml
+++ b/samples/dailymotion-simple-cmdline-sample/pom.xml
@@ -11,6 +11,17 @@
Simple example for the Dailymotion API.
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+
+ true
+
+
+
+
org.codehaus.mojo
@@ -55,13 +66,6 @@
true
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
-
- true
-
-
${project.artifactId}-${project.version}
diff --git a/samples/pom.xml b/samples/pom.xml
index f26c5460a..2943582a8 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -34,23 +34,25 @@
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
- 3.1.3
-
- true
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.7.0
-
- true
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 3.1.3
+
+ true
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.7.0
+
+ true
+
+
+
+