forked from DSpace/dspace-api-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update autoReleaseAfterClose to 'false', and clean up comments
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> | ||
|