Skip to content

Commit

Permalink
Update autoReleaseAfterClose to 'false', and clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Sep 21, 2016
1 parent d7005fc commit aec97f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@
MUST be specified for server 'ossrh' -->
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<!-- Require manual verification / release to Maven Central -->
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<!-- For new releases, generate Source JAR files -->
Expand Down Expand Up @@ -299,9 +300,7 @@
</profiles>

<!--
The SCM repository location is used by Continuum to update against
when changes have occurred. This spawns a new build cycle and releases
snapshots into the snapshot repository below.
Information about the SCM repository where source code exists.
-->
<scm>
<connection>scm:git:[email protected]:DSpace/dspace-api-lang.git</connection>
Expand Down

0 comments on commit aec97f7

Please sign in to comment.