diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml
index b1ec6b6230..f61f7af58d 100644
--- a/.github/workflows/push-trigger.yml
+++ b/.github/workflows/push-trigger.yml
@@ -43,7 +43,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
- OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
+ OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
@@ -114,7 +114,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
- OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
+ OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
diff --git a/pre-registration/pom.xml b/pre-registration/pom.xml
index e5aa6a523f..f339744f40 100644
--- a/pre-registration/pom.xml
+++ b/pre-registration/pom.xml
@@ -306,18 +306,6 @@
none
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus.staging.maven.plugin.version}
- true
-
- ossrh
- https://oss.sonatype.org/
- false
-
-
-
org.apache.maven.plugins
maven-source-plugin
diff --git a/pre-registration/pre-registration-application-service/pom.xml b/pre-registration/pre-registration-application-service/pom.xml
index a8aaecf89a..058ce3609a 100644
--- a/pre-registration/pre-registration-application-service/pom.xml
+++ b/pre-registration/pre-registration-application-service/pom.xml
@@ -29,6 +29,8 @@
1.18.30
2020.0.4
3.10.8
+ 3.1.1
+ 1.6.14
@@ -298,6 +300,45 @@
false
+
+ maven-deploy-plugin
+ ${maven.deploy.plugin.version}
+
+ true
+
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+ true
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus.staging.maven.plugin.version}
+ true
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
diff --git a/pre-registration/pre-registration-batchjob/pom.xml b/pre-registration/pre-registration-batchjob/pom.xml
index 5c3b3d691f..a64c893bac 100644
--- a/pre-registration/pre-registration-batchjob/pom.xml
+++ b/pre-registration/pre-registration-batchjob/pom.xml
@@ -16,6 +16,8 @@
http://maven.apache.org
+ 3.1.1
+ 1.6.14
@@ -109,6 +111,45 @@
+
+ maven-deploy-plugin
+ ${maven.deploy.plugin.version}
+
+ true
+
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+ true
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus.staging.maven.plugin.version}
+ true
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
\ No newline at end of file
diff --git a/pre-registration/pre-registration-captcha-service/pom.xml b/pre-registration/pre-registration-captcha-service/pom.xml
index 7fa9146624..74e12295af 100644
--- a/pre-registration/pre-registration-captcha-service/pom.xml
+++ b/pre-registration/pre-registration-captcha-service/pom.xml
@@ -23,6 +23,8 @@
1.3.0-beta.1
1.3.0-beta.1
1.3.0-beta.1
+ 3.1.1
+ 1.6.14
@@ -206,6 +208,45 @@
false
+
+ maven-deploy-plugin
+ ${maven.deploy.plugin.version}
+
+ true
+
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+ true
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus.staging.maven.plugin.version}
+ true
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+
diff --git a/pre-registration/pre-registration-datasync-service/pom.xml b/pre-registration/pre-registration-datasync-service/pom.xml
index bd06fa77a2..fe574fcf46 100644
--- a/pre-registration/pre-registration-datasync-service/pom.xml
+++ b/pre-registration/pre-registration-datasync-service/pom.xml
@@ -24,6 +24,8 @@
1.3.0-beta.1
1.3.0-beta.1
1.3.0-beta.1
+ 3.1.1
+ 1.6.14
@@ -224,6 +226,45 @@
false
+
+ maven-deploy-plugin
+ ${maven.deploy.plugin.version}
+
+ true
+
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+ true
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ ${nexus.staging.maven.plugin.version}
+ true
+
+
+ default-deploy
+ none
+
+ deploy
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/
+ false
+
+