diff --git a/.github/settings.xml b/.github/settings.xml deleted file mode 100644 index bbff6ffb..00000000 --- a/.github/settings.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - rao - - - - rao - - - repository.apache.org - https://repository.apache.org/content/repositories/staging/ - default - - true - never - - - false - - - - - - diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ccd5cdc1..b3cd675c 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,6 +27,5 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 with: # to be able to use staging Apache parent POM - maven-args: "-s .github/settings.xml" ff-site-goal: 'site' matrix-enabled: false diff --git a/.mvn/maven.config b/.mvn/maven.config index 33b031d2..88c4b35b 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --Puse-apache-snapshots +-Puse-apache-snapshots,use-apache-staging diff --git a/Jenkinsfile b/Jenkinsfile index 94db7915..44d35759 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ // jdk 21 is used for deploy artifacts -asfMavenTlpStdBuild(jdks:['21'], mavenArgs:'-s .github/settings.xml') +asfMavenTlpStdBuild(jdks:['21']) diff --git a/pom.xml b/pom.xml index 77cfc4f8..14c7bb95 100644 --- a/pom.xml +++ b/pom.xml @@ -1600,6 +1600,35 @@ under the License. + + + use-apache-staging + + + apache.staging + + + + + + false + + apache.staging + Apache Staging Repository + https://repository.apache.org/content/repositories/staging/ + + + + + + false + + apache.staging + Apache Staging Repository + https://repository.apache.org/content/repositories/staging/ + + + palantir-javaformat-dependabot