Skip to content

Commit

Permalink
Merge pull request #19 from BigMichi1/automatic-realease
Browse files Browse the repository at this point in the history
automatic release of the artifact after upload the artifact to maven central rekpository
  • Loading branch information
BigMichi1 authored Mar 10, 2024
2 parents a46cfa8 + 14c8da3 commit 19a2540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -478,7 +479,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 19a2540

Please sign in to comment.