aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Somov <public.somov@gmail.com>2022-09-12 18:08:38 +0300
committerAndrey Somov <public.somov@gmail.com>2022-09-12 18:08:38 +0300
commite51735d257c40b199b6035e7e315f9aab27f4068 (patch)
tree0b3e7b9b0e1e8fc11ad80195331590c292ac9992
parent13192431b0899ba61a2c18332ad5b50c0f54ee74 (diff)
downloadsnakeyaml-e51735d257c40b199b6035e7e315f9aab27f4068.tar.gz
Revert nexus-staging-maven-plugin back to version 1.6.8
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2537e0b4..529331a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,8 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.13</version>
+ <!-- the version is compatible with Nexus, do not change -->
+ <version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>