Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Enable Automatic publish to Maven Central (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvema authored Apr 14, 2020
1 parent 307dcf9 commit 8845ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>api</artifactId>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<version>3.1.4-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<description>Hygieia Rest API Layer</description>
<url>https://github.com/Hygieia/api</url>

Expand Down Expand Up @@ -787,8 +787,8 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<!--<autoDropAfterRelease>true</autoDropAfterRelease>-->
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoDropAfterRelease>true</autoDropAfterRelease>
<stagingProfileId>26a9600c05a6d3</stagingProfileId>
</configuration>
</plugin>
Expand Down

0 comments on commit 8845ca1

Please sign in to comment.