Skip to content

Commit fc331d4

Browse files
authored
fix(ci): downgrade nexus-staging-maven-plugin to 1.6.8 (#874)
1 parent 9a49e82 commit fc331d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.sonatype.plugins</groupId>
7474
<artifactId>nexus-staging-maven-plugin</artifactId>
75-
<version>1.6.11</version>
75+
<version>1.6.8</version>
7676
<extensions>true</extensions>
7777
<configuration>
7878
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)