Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Otto2016-04-28 09:14:10 +0000
committerOlaf Otto2016-04-28 09:14:10 +0000
commit548348377da341851d329875a3bda6050f69a6cf (patch)
treefc43898b47438690d09319332255e7ee99ff392e
parentd3a5695a7d1a25da7c5e824ea89647993293d50c (diff)
downloadorg.eclipse.gemini.blueprint-548348377da341851d329875a3bda6050f69a6cf.tar.gz
org.eclipse.gemini.blueprint-548348377da341851d329875a3bda6050f69a6cf.tar.xz
org.eclipse.gemini.blueprint-548348377da341851d329875a3bda6050f69a6cf.zip
490133: Integration of sonatype OSS deployment configuration (https://bugs.eclipse.org/bugs/show_bug.cgi?id=490133)
Activated automatic release after close. This means successfully staged releases are automatically released, i.e. a release build will effectively release the artifacts.
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3f1786b..027fbbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -961,7 +961,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
- <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>

Back to the top