Skip to content

Commit

Permalink
build: automatically close and release nexus repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Jan 17, 2024
1 parent 2040f47 commit a0425fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@
<active>ALWAYS</active>
<url>https://s01.oss.sonatype.org/service/local</url>
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshotUrl>
<closeRepository>false</closeRepository>
<releaseRepository>false</releaseRepository>
<closeRepository>true</closeRepository>
<releaseRepository>true</releaseRepository>
<stagingRepositories>target/staging-deploy</stagingRepositories>
</maven-central>
</nexus2>
Expand Down

0 comments on commit a0425fb

Please sign in to comment.