511879 Move forward to 3.7.0.RELEASE

Fix some minor glitches
diff --git a/programmer-guide/src/docs/asciidoc/architecture.adoc b/programmer-guide/src/docs/asciidoc/architecture.adoc
index 5ccfade..a73e950 100644
--- a/programmer-guide/src/docs/asciidoc/architecture.adoc
+++ b/programmer-guide/src/docs/asciidoc/architecture.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -408,3 +408,4 @@
 
 You can similarly separate the repositories, domain classes, and web controllers
 based on the business role they play.
+
diff --git a/programmer-guide/src/docs/asciidoc/common-libraries.adoc b/programmer-guide/src/docs/asciidoc/common-libraries.adoc
index ad7551c..8c13f9f 100644
--- a/programmer-guide/src/docs/asciidoc/common-libraries.adoc
+++ b/programmer-guide/src/docs/asciidoc/common-libraries.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -93,3 +93,4 @@
 
 `Import-Package` can also be used but it is tedious to add all the imports as there are
 typically lots of tld definitions in a bundle providing them.
+
diff --git a/programmer-guide/src/docs/asciidoc/developing-applications.adoc b/programmer-guide/src/docs/asciidoc/developing-applications.adoc
index e43e05d..491a434 100644
--- a/programmer-guide/src/docs/asciidoc/developing-applications.adoc
+++ b/programmer-guide/src/docs/asciidoc/developing-applications.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -964,3 +964,4 @@
 the same time. For example, the application trace support described in xref:developing-applications-application-trace[Application Trace],
 includes the application's name and version in the file path. This ensures that each version of the same application has its
 own trace or logging file.
+
diff --git a/programmer-guide/src/docs/asciidoc/formtags-case-study.adoc b/programmer-guide/src/docs/asciidoc/formtags-case-study.adoc
index d3c02be..b2313f3 100644
--- a/programmer-guide/src/docs/asciidoc/formtags-case-study.adoc
+++ b/programmer-guide/src/docs/asciidoc/formtags-case-study.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -982,3 +982,4 @@
 Because this plan is scoped and atomic, the collection is
 given an application scope and is started and stopped as a single
 unit.
+
diff --git a/programmer-guide/src/docs/asciidoc/introduction.adoc b/programmer-guide/src/docs/asciidoc/introduction.adoc
index d3c96c0..2d57c11 100644
--- a/programmer-guide/src/docs/asciidoc/introduction.adoc
+++ b/programmer-guide/src/docs/asciidoc/introduction.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/programmer-guide/src/docs/asciidoc/known-issues.adoc b/programmer-guide/src/docs/asciidoc/known-issues.adoc
index 1a3603b..ba37069 100644
--- a/programmer-guide/src/docs/asciidoc/known-issues.adoc
+++ b/programmer-guide/src/docs/asciidoc/known-issues.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -136,3 +136,4 @@
 {user-guide}.
 
 See https://bugs.eclipse.org/bugs/show_bug.cgi?id=337826[bug 337826] for details.
+
diff --git a/programmer-guide/src/docs/asciidoc/migrating-to-osgi.adoc b/programmer-guide/src/docs/asciidoc/migrating-to-osgi.adoc
index cb943bd..c26c20d 100644
--- a/programmer-guide/src/docs/asciidoc/migrating-to-osgi.adoc
+++ b/programmer-guide/src/docs/asciidoc/migrating-to-osgi.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -41,7 +41,7 @@
 of application, you will typically either deploy your application
 as multiple individual bundles, as a single PAR file, or as a plan,
 which is the recommended approach for deploying applications on
-the {tomcat-product-name}. See xref:migrating-to-osgi-par-plan for details.
+the {tomcat-product-name}. See xref:migrating-to-osgi-par-plan[Migrating to a Plan or a PAR] for details.
 
 anchor:migrating-to-osgi-web[]
 
@@ -143,3 +143,4 @@
 The main benefit of PARS is that, because they physically contain all the required artifacts, you know exactly what bundles are deployed when you deploy the PAR file, in contrast to plans that allow content to be substituted or lost.
 
 For details about creating plans and PARs, see xref:developing-applications-plans[] and xref:developing-applications-packaging[], respectively.
+
diff --git a/programmer-guide/src/docs/asciidoc/preface.adoc b/programmer-guide/src/docs/asciidoc/preface.adoc
index 30996d1..cb83177 100644
--- a/programmer-guide/src/docs/asciidoc/preface.adoc
+++ b/programmer-guide/src/docs/asciidoc/preface.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -58,3 +58,4 @@
 improved runtime footprint and startup time and also provides support for p2 provisioning. The {nano-product-name} features are covered better in the
 {user-guide}.
 --
+
diff --git a/programmer-guide/src/docs/asciidoc/prerequisites.adoc b/programmer-guide/src/docs/asciidoc/prerequisites.adoc
index b80094e..ddfab4b 100644
--- a/programmer-guide/src/docs/asciidoc/prerequisites.adoc
+++ b/programmer-guide/src/docs/asciidoc/prerequisites.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/programmer-guide/src/docs/asciidoc/virgo-programmer-guide.adoc b/programmer-guide/src/docs/asciidoc/virgo-programmer-guide.adoc
index bcb6fae..555436e 100644
--- a/programmer-guide/src/docs/asciidoc/virgo-programmer-guide.adoc
+++ b/programmer-guide/src/docs/asciidoc/virgo-programmer-guide.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/admin-console.adoc b/user-guide/src/docs/asciidoc/admin-console.adoc
index 8507fcc..edcee37 100644
--- a/user-guide/src/docs/asciidoc/admin-console.adoc
+++ b/user-guide/src/docs/asciidoc/admin-console.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -216,3 +216,4 @@
 Enter a package name with wildcards '\*' representing part of a package name (excluding periods) and
 '*' representing one or more components of a package name separated by periods.
 For example, `\*.virgo.*` displays {virgo-name} packages.
+
diff --git a/user-guide/src/docs/asciidoc/admin-shell.adoc b/user-guide/src/docs/asciidoc/admin-shell.adoc
index 14d0328..4e0c280 100644
--- a/user-guide/src/docs/asciidoc/admin-shell.adoc
+++ b/user-guide/src/docs/asciidoc/admin-shell.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -991,3 +991,4 @@
 ....
 
 You can see that after applying the changes with *confapply* the remote services bundles and their dependencies are installed in {nano-product-name-short}.
+
diff --git a/user-guide/src/docs/asciidoc/applications.adoc b/user-guide/src/docs/asciidoc/applications.adoc
index c53a4f1..e8727e3 100644
--- a/user-guide/src/docs/asciidoc/applications.adoc
+++ b/user-guide/src/docs/asciidoc/applications.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -176,7 +176,7 @@
 
 The Admin Console allows you to upload a file, which will be deployed automatically, from your local file system to the {tomcat-product-name}. As soon as {tomcat-product-name} deploys the artifact,  it appears in the list of artifacts in the Admin Console.  Note that the GUI for uploading varies according to the browser and operating system you use.
 
-See xref:admin-console-install-artifacts[Installing a New Artifact] for details about using the Admin Console to install (deploy) an artifact.  See xreF:admin-console[The Web Admin Console] for general information about the Admin Console.
+See xref:admin-console-install-artifacts[Installing a New Artifact] for details about using the Admin Console to install (deploy) an artifact.  See xref:admin-console[The Web Admin Console] for general information about the Admin Console.
 
 anchor:deployment-deploying-happens[]
 
@@ -272,3 +272,4 @@
 Sharing is taken into account when artifacts are undeployed.
 A shared artifact is undeployed only when all the artifacts referencing the shared artifact have been undeployed
 and, if the shared artifact was deployed in its own right, the artifact itself has been undeployed.
+
diff --git a/user-guide/src/docs/asciidoc/concepts.adoc b/user-guide/src/docs/asciidoc/concepts.adoc
index e0405a1..4e31f16 100644
--- a/user-guide/src/docs/asciidoc/concepts.adoc
+++ b/user-guide/src/docs/asciidoc/concepts.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/configuring.adoc b/user-guide/src/docs/asciidoc/configuring.adoc
index 2e3c5e9..66aa295 100644
--- a/user-guide/src/docs/asciidoc/configuring.adoc
+++ b/user-guide/src/docs/asciidoc/configuring.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -222,7 +222,7 @@
 * Event logs and server/application (trace) logging: Logging support in {virgo-name} is based on http://logback.qos.ch/[Logback].  This means that you have complete control over the format of log output and have the complete range of Logback's appenders available for your use.
 You configure logging for {virgo-name} using the xref:configuring-serviceability-logback[serviceability.xml] file in the `$SERVER_HOME/configuration` directory.  This file is essentially the Logback `logback.xml` (or `logback-test.xml`) configuration file but renamed for {virgo-name}.
 
-For additional conceptual information about the serviceability subsystem, see xref:serviceability" />.
+For additional conceptual information about the serviceability subsystem, see xref:serviceability[]" />.
 
 anchor:configuring-serviceability-medic[]
 
@@ -717,7 +717,7 @@
                        used by the {kernel-product-name}.                        | `org.eclipse.virgo.kernel`
 | `.kernel.startup.wait.limit`
                    | Specifies the amount of time, in seconds, after which various operations time out out while trying to start the kernel.
-                        See xreF:configuring-framework-properties[Configuring OSGi Framework Properties] for the recommended way
+                        See xref:configuring-framework-properties[Configuring OSGi Framework Properties] for the recommended way
                         to configure this parameter.                             | `180`
 |=======================================================================
 
@@ -1326,3 +1326,4 @@
 The {jetty-product-name} contains a standard Jetty configuration file at `SERVER_HOME/jetty/etc/jetty.xml`.
 This has been tailored to the {umbrella-virgo-name}. To make modifications please refer to the
 http://wiki.eclipse.org/Jetty/Howto/Configure_Jetty#Using_Jetty_XML[Jetty documentation].
+
diff --git a/user-guide/src/docs/asciidoc/further-reading.adoc b/user-guide/src/docs/asciidoc/further-reading.adoc
index 099d873..74a7d91 100644
--- a/user-guide/src/docs/asciidoc/further-reading.adoc
+++ b/user-guide/src/docs/asciidoc/further-reading.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -34,3 +34,4 @@
 http://www.osgi.org/Specifications/HomePage[Blueprint Container Specification](in the OSGi 4.2 and 5.0 Enterprise Specifications)
 
 http://logback.qos.ch/manual[The Logback Manual]
+
diff --git a/user-guide/src/docs/asciidoc/installing-kernel.adoc b/user-guide/src/docs/asciidoc/installing-kernel.adoc
index 8ac00e1..0ebf78e 100644
--- a/user-guide/src/docs/asciidoc/installing-kernel.adoc
+++ b/user-guide/src/docs/asciidoc/installing-kernel.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/installing-nano.adoc b/user-guide/src/docs/asciidoc/installing-nano.adoc
index 31b7148..f75c918 100644
--- a/user-guide/src/docs/asciidoc/installing-nano.adoc
+++ b/user-guide/src/docs/asciidoc/installing-nano.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/installing.adoc b/user-guide/src/docs/asciidoc/installing.adoc
index a6a6d34..0ef7898 100644
--- a/user-guide/src/docs/asciidoc/installing.adoc
+++ b/user-guide/src/docs/asciidoc/installing.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/introduction.adoc b/user-guide/src/docs/asciidoc/introduction.adoc
index 5571dac..a1020c6 100644
--- a/user-guide/src/docs/asciidoc/introduction.adoc
+++ b/user-guide/src/docs/asciidoc/introduction.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/known-issues.adoc b/user-guide/src/docs/asciidoc/known-issues.adoc
index 131d528..432fb55 100644
--- a/user-guide/src/docs/asciidoc/known-issues.adoc
+++ b/user-guide/src/docs/asciidoc/known-issues.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -102,3 +102,4 @@
 
 When you use the `shutdown` shell command to stop Virgo Server for Apache Tomcat, the shutdown log messages appear in the shell terminal instead of in the terminal in which Virgo runs.
 See xref:admin-shell-enable[Enabling Equinox Console] for more information. This is covered also by https://bugs.eclipse.org/bugs/show_bug.cgi?id=351533[bug 351533].
+
diff --git a/user-guide/src/docs/asciidoc/log-codes.adoc b/user-guide/src/docs/asciidoc/log-codes.adoc
index da88edd..7004eba 100644
--- a/user-guide/src/docs/asciidoc/log-codes.adoc
+++ b/user-guide/src/docs/asciidoc/log-codes.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -72,3 +72,4 @@
 |=======================================================================
 
 There are never two messages with the same prefix and number, but with different levels.
+
diff --git a/user-guide/src/docs/asciidoc/repository.adoc b/user-guide/src/docs/asciidoc/repository.adoc
index 1ba4b99..86782fa 100644
--- a/user-guide/src/docs/asciidoc/repository.adoc
+++ b/user-guide/src/docs/asciidoc/repository.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -111,3 +111,4 @@
 Details of how to configure a {virgo-name} installation's provisioning repository can be found in xref:configuring-provisioning-repository[Configuring the Provisioning Repository].  See xref:configuring-hosted-repo[Configuring a Hosted Repository] for details of how to configure a repository that remote clients can access, also called a hosted repository.
 
 The two configuration sections describe the format of the repository properties files of {virgo-name}, how to add new directories to the local repository, how to configure the repository to get artifacts from a remote repository hosted on a remote {tomcat-product-name-short} instance, and how to configure the local {tomcat-product-name-short} instance to host a repository that other remote servers access.
+
diff --git a/user-guide/src/docs/asciidoc/serviceability.adoc b/user-guide/src/docs/asciidoc/serviceability.adoc
index 8bfc8e1..770b9c1 100644
--- a/user-guide/src/docs/asciidoc/serviceability.adoc
+++ b/user-guide/src/docs/asciidoc/serviceability.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
@@ -22,7 +22,7 @@
 
 :imagesdir: assets/images
 
-anchor:serviceability[]
+anchor:serviceability[Serviceability and Diagnostics]
 
 == Serviceability and Diagnostics
 
@@ -211,3 +211,4 @@
 
 
 By default, service dumps are created in `$SERVER_HOME/serviceability/dump`.
+
diff --git a/user-guide/src/docs/asciidoc/starting-stopping.adoc b/user-guide/src/docs/asciidoc/starting-stopping.adoc
index ce10809..2e87fe9 100644
--- a/user-guide/src/docs/asciidoc/starting-stopping.adoc
+++ b/user-guide/src/docs/asciidoc/starting-stopping.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/using-the-p2-director.adoc b/user-guide/src/docs/asciidoc/using-the-p2-director.adoc
index 048aa34..66d53ff 100644
--- a/user-guide/src/docs/asciidoc/using-the-p2-director.adoc
+++ b/user-guide/src/docs/asciidoc/using-the-p2-director.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat
diff --git a/user-guide/src/docs/asciidoc/virgo-user-guide.adoc b/user-guide/src/docs/asciidoc/virgo-user-guide.adoc
index e5c4a15..6e5304c 100644
--- a/user-guide/src/docs/asciidoc/virgo-user-guide.adoc
+++ b/user-guide/src/docs/asciidoc/virgo-user-guide.adoc
@@ -1,5 +1,5 @@
 :virgo-name: Virgo
-:version: 3.7.0.RC01
+:version: 3.7.0.RELEASE
 
 :umbrella-virgo-name: Eclipse Virgo
 :tomcat-product-name: Virgo for Apache Tomcat