580782: Nexus deploy plugin automatically releases to maven central

The autoReleaseAfterClose parameter is now set to true, which means
the nexus deploy plugin will automatically promote the staged
maven artifacts (wikitext core) to the Nexus release repository. No
manual step via the Nexus UI will be necessary.

Change-Id: I70c451f3f2023b3b33f0dbd1ae7118efcc70a1cd
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=580782
diff --git a/pom.xml b/pom.xml
index 4f74753..d652ab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
                 <configuration>
                     <serverId>ossrh</serverId>
                     <nexusUrl>https://oss.sonatype.org/</nexusUrl>
-                    <autoReleaseAfterClose>false</autoReleaseAfterClose>
+                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                 </configuration>
             </plugin>
             <plugin>