Skip to content

Commit

Permalink
Increase sonatype timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed May 7, 2021
1 parent a76ee93 commit ae94db0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Version 4.0.0 (2021-04-14)
# Version 4.0.2 (2021-05-07)

* [chg] Increase timeout for Sonatype staging to 900.

# Version 4.0.1 (2021-05-06)

* [brk] Switch from Bintray (which reached EOL) to Sonatype for releases.

Expand Down
2 changes: 1 addition & 1 deletion parent-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>poms</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
</parent>

<artifactId>parent-internal</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.seedstack.poms</groupId>
<artifactId>poms</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -199,6 +199,7 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>900</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit ae94db0

Please sign in to comment.