Skip to content

Commit

Permalink
Merge pull request #33 from s4u/auto-release-oss
Browse files Browse the repository at this point in the history
auto release to Central after deploy to oss staging
  • Loading branch information
slawekjaranowski authored Dec 28, 2020
2 parents a2cb75a + a37e2c9 commit a608f23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
<github.repo>${project.artifactId}</github.repo>
<scmpublish.dryRun>true</scmpublish.dryRun>

<!-- auto release to Central after deploy to https://oss.sonatype.org/ staging -->
<oss.auto.release>true</oss.auto.release>

<maven.version>3.6.0</maven.version>

<!-- plugins versions -->
Expand Down Expand Up @@ -434,6 +437,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>${oss.auto.release}</autoReleaseAfterClose>
</configuration>
</plugin>

Expand Down

0 comments on commit a608f23

Please sign in to comment.