aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver/settings-publish.xml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-04-04 16:34:08 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-04-04 16:34:08 +0200
commit742c70780512f3313077eb2ce9aeb4854b2e1f72 (patch)
tree60d74f880367be4054d23d29d4821458347fde53 /screwdriver/settings-publish.xml
parentad7cc1d11f0c19baa2344a643377576c559555f7 (diff)
Add workaround for nexus-staging-maven-plugin with JDK 17. Upgrade version.
Diffstat (limited to 'screwdriver/settings-publish.xml')
-rw-r--r--screwdriver/settings-publish.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver/settings-publish.xml b/screwdriver/settings-publish.xml
index 5524bf9d7ac..2d6dc2d187c 100644
--- a/screwdriver/settings-publish.xml
+++ b/screwdriver/settings-publish.xml
@@ -30,7 +30,7 @@
<gpg.publickeyring>pubring.gpg</gpg.publickeyring>
<gpg.secretkeyring>secring.gpg</gpg.secretkeyring>
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
- <nexus.staging.maven.plugin.version>1.6.7</nexus.staging.maven.plugin.version>
+ <nexus.staging.maven.plugin.version>1.6.12</nexus.staging.maven.plugin.version>
</properties>
</profile>
</profiles>