Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9851 from zregvart/pr/release-robustness-1.13.x
Browse files Browse the repository at this point in the history
chore: release staging robustness
  • Loading branch information
zregvart authored Dec 21, 2021
2 parents ca9e692 + 2e08b28 commit a17cd90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,21 @@
<configuration>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<serverId>oss-sonatype-staging</serverId>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
<dependencies>
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-client-core</artifactId>
<version>2.14.21-02</version>
<exclusions>
<exclusion>
<artifactId>plexus-utils</artifactId>
<groupId>org.codehaus.plexus</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit a17cd90

Please sign in to comment.