Skip to content

Commit

Permalink
build: Increase delay/retries for nexus2 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 22, 2024
1 parent bd28f2d commit d20cc66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0-SNAPSHOT
1.14.0-SNAPSHOT
2 changes: 2 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ deploy:
url: https://s01.oss.sonatype.org/service/local
closeRepository: true
releaseRepository: true
transitionDelay: 20
transitionMaxRetries: 100
stagingRepositories:
- target/staging-deploy

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<!-- value comes from property git.commit.author.time -->
<project.build.outputTimestamp>2024-10-22T17:40:22Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-22T19:02:12Z</project.build.outputTimestamp>
<slf4j.version>2.0.13</slf4j.version>
<picocli.version>4.7.5</picocli.version>
<sisu.version>0.9.0.M2</sisu.version>
Expand Down

0 comments on commit d20cc66

Please sign in to comment.