You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2012/05/18 19:52:01 UTC

svn commit: r818206 [4/5] - in /websites/staging/aries/trunk/content: ./ community/ development/ documentation/ documentation/tools/ documentation/tutorials/ downloads/ downloads/archived-releases/0.1-incubating/ downloads/archived-releases/0.2-incubat...

Modified: websites/staging/aries/trunk/content/modules/blueprintannotation.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/blueprintannotation.html (original)
+++ websites/staging/aries/trunk/content/modules/blueprintannotation.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -266,9 +282,9 @@ blueprint implementation is available in
 trunk/blueprint/blueprint-annotatiom-impl module.  A blueprint annotated
 sample is also provided in trunk/blueprint/blueprint-sample-annotation.</p>
 <p><a name="BlueprintAnnotation-OverviewofAvailableblueprintAnnotations"></a></p>
-<h2 id="overview_of_available_blueprint_annotations">Overview of Available blueprint Annotations</h2>
+<h2 id="overview-of-available-blueprint-annotations">Overview of Available blueprint Annotations</h2>
 <p><a name="BlueprintAnnotation-@InjectAnnotation"></a></p>
-<h3 id="inject_annotation">@Inject Annotation</h3>
+<h3 id="inject-annotation">@Inject Annotation</h3>
 <p>@Inject annotation can be used to inject fields or methods.</p>
 <div class="codehilite"><pre><span class="nv">@Bean</span><span class="p">(</span><span class="n">id</span><span class="o">=</span><span class="s">&quot;bar&quot;</span><span class="p">)</span>
 <span class="n">public</span> <span class="n">class</span> <span class="n">Bar</span> <span class="p">{</span>
@@ -284,7 +300,7 @@ sample is also provided in trunk/bluepri
 
 
 <p><a name="BlueprintAnnotation-@BeanAnnotation"></a></p>
-<h3 id="bean_annotation">@Bean Annotation</h3>
+<h3 id="bean-annotation">@Bean Annotation</h3>
 <p>You can annotate a bean using @Bean annotation.  The bean id is currently
 required, even tho it is possible we may want to the annotation service to
 auto generate one in the future.  Optionally, you can also specify
@@ -336,7 +352,7 @@ annotation</p>
 
 
 <p><a name="BlueprintAnnotation-@Service,@RegistrationListener,@Register,@UnregisterAnnotations"></a></p>
-<h3 id="service_registrationlistener_register_unregister_annotations">@Service, @RegistrationListener, @Register, @Unregister Annotations</h3>
+<h3 id="service-registrationlistener-register-unregister-annotations">@Service, @RegistrationListener, @Register, @Unregister Annotations</h3>
 <p>If you want to register a bean as a service, you can use @Service
 annotation to do so.  You can specify ranking, autoExport, interfaces,
 serviceProperties and registrationListeners for the service.</p>
@@ -378,7 +394,7 @@ can be used on the unregister-method for
 
 
 <p><a name="BlueprintAnnotation-@Reference,@ReferenceList,@ReferenceListenerAnnotations"></a></p>
-<h3 id="reference_referencelist_referencelistener_annotations">@Reference, @ReferenceList, @ReferenceListener Annotations</h3>
+<h3 id="reference-referencelist-referencelistener-annotations">@Reference, @ReferenceList, @ReferenceListener Annotations</h3>
 <p>For a bean that you want to act as a ReferenceListener, you can use
 @ReferenceListener to annotate the bean class. <br />
 </p>
@@ -434,7 +450,7 @@ is supported in @ReferenceList.  This is
 
 
 <p><a name="BlueprintAnnotation-@Blueprintannotation"></a></p>
-<h3 id="blueprint_annotation">@Blueprint annotation</h3>
+<h3 id="blueprint-annotation">@Blueprint annotation</h3>
 <p>@Blueprint annotation can be used on any class to annotate the global
 property of the blueprint bundle, such as defaultActivation,
 defaultTimeout, defaultAvailability.</p>
@@ -448,7 +464,7 @@ defaultTimeout, defaultAvailability.</p>
 
 
 <p><a name="BlueprintAnnotation-Typeconverters"></a></p>
-<h3 id="type_converters">Type converters</h3>
+<h3 id="type-converters">Type converters</h3>
 <p>If type converters are desired, you can use the @Bean annotation for it. 
 The blueprint annotation service will recognize it as a type converter if
 it implements the <em>org.osgi.service.blueprint.container.Converter</em>

Modified: websites/staging/aries/trunk/content/modules/ebamavenpluginproject.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/ebamavenpluginproject.html (original)
+++ websites/staging/aries/trunk/content/modules/ebamavenpluginproject.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -251,7 +267,7 @@
           <td height="100%" width="100%">
             <!-- Content -->
             <div class="wiki-content"><p><a name="EBAMavenPluginProject-EBAMavenPlugin"></a></p>
-<h1 id="eba_maven_plugin">EBA Maven Plugin</h1>
+<h1 id="eba-maven-plugin">EBA Maven Plugin</h1>
 <p>The EBA Maven Plugin provides the ability to generate EBA archives using
 Maven.  The EBA archive format is described in <a href="applications.html">Applications</a>
 .  An EBA archive can optionally contain an Application manifest
@@ -261,7 +277,7 @@ Maven.  The EBA archive format is descri
 <li>Generated based on pom configuration.</li>
 </ol>
 <p><a name="EBAMavenPluginProject-UsingthePlugin"></a></p>
-<h2 id="using_the_plugin">Using the Plugin</h2>
+<h2 id="using-the-plugin">Using the Plugin</h2>
 <p>The plugin is included by as follows:</p>
 <div class="codehilite"><pre>    <span class="nt">&lt;build&gt;</span>
     <span class="nt">&lt;plugins&gt;</span>
@@ -279,7 +295,7 @@ attempt to copy a pre-defined APPLICATIO
 src/main/resources/META-INF.  If that file does not exist, then no
 application manifest will be included.</p>
 <p><a name="EBAMavenPluginProject-GeneratinganAPPLICATION.MF"></a></p>
-<h2 id="generating_an_applicationmf">Generating an APPLICATION.MF</h2>
+<h2 id="generating-an-applicationmf">Generating an APPLICATION.MF</h2>
 <p>The following example shows how to get the plugin to generate an
 APPLICATION.MF based on the pom configuration:</p>
 <div class="codehilite"><pre>    <span class="nt">&lt;build&gt;</span>
@@ -303,7 +319,7 @@ APPLICATION.MF based on the pom configur
 </em> Pom <description/> -&gt; Application-Description
 * Pom <dependencies/> -&gt; Application-Content</p>
 <p><a name="EBAMavenPluginProject-OverridingApplication-SymbolicName"></a></p>
-<h2 id="overriding_application-symbolicname">Overriding Application-SymbolicName</h2>
+<h2 id="overriding-application-symbolicname">Overriding Application-SymbolicName</h2>
 <p>The application symbolic name defaults to the
 ${project.groupId}.${project.artifaceId}.  The following shows how to override
 this:</p>
@@ -316,7 +332,7 @@ this:</p>
 
 
 <p><a name="EBAMavenPluginProject-AddingApplication-ExportServiceandApplication-ImportServiceheaders"></a></p>
-<h2 id="adding_application-exportservice_and_application-importservice_headers">Adding Application-ExportService and Application-ImportService headers</h2>
+<h2 id="adding-application-exportservice-and-application-importservice-headers">Adding Application-ExportService and Application-ImportService headers</h2>
 <p>The application import service and export service headers can be set as
 follows.  The text inside the elements is included as-is.</p>
 <div class="codehilite"><pre><span class="nt">&lt;configuration&gt;</span>
@@ -329,7 +345,7 @@ follows.  The text inside the elements i
 
 
 <p><a name="EBAMavenPluginProject-AddingUseBundleheader"></a></p>
-<h2 id="adding_the_use-bundle_header">Adding the Use-Bundle header</h2>
+<h2 id="adding-the-use-bundle-header">Adding the Use-Bundle header</h2>
 <p>The application Use-Bundle header can be set as
 follows.  The text inside the elements is included as-is.</p>
 <div class="codehilite"><pre><span class="nt">&lt;configuration&gt;</span>
@@ -341,7 +357,7 @@ follows.  The text inside the elements i
 
 
 <p><a name="EBAMavenPluginProject-Includingtransitivedependencies"></a></p>
-<h2 id="including_transitive_dependencies_deprecated">Including transitive dependencies (deprecated)</h2>
+<h2 id="including-transitive-dependencies-deprecated">Including transitive dependencies (deprecated)</h2>
 <p>This configuration option is deprecated in favor of <archiveContent />.</p>
 <p>By default, the archive will only include the direct dependencies of the
 project.  Transitive dependencies can be includes as follows:</p>
@@ -352,7 +368,7 @@ project.  Transitive dependencies can be
 
 
 <p><a name="EBAMavenPluginProject-Archivecontent"></a></p>
-<h2 id="including_bundles_in_the_archive">Including bundles in the archive</h2>
+<h2 id="including-bundles-in-the-archive">Including bundles in the archive</h2>
 <p>By default, the archive will only include the direct dependencies of the project.  The <code>&lt;archiveContent/&gt;</code> element can be used to control the archive artifact contents.  The following shows how to include all direct and transitive dependencies.</p>
 <div class="codehilite"><pre><span class="nt">&lt;configuration&gt;</span>
   <span class="nt">&lt;archiveContent&gt;</span>all<span class="nt">&lt;/archiveContent&gt;</span>

Modified: websites/staging/aries/trunk/content/modules/jndiproject.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/jndiproject.html (original)
+++ websites/staging/aries/trunk/content/modules/jndiproject.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -258,7 +274,7 @@ how to advertise InitialContextFactory a
 environment. It also defines how to obtain services from the service
 registry via JNDI.</p>
 <p><a name="JNDIProject-ServiceRegistryaccessfromJNDI"></a></p>
-<h2 id="service_registry_access_from_jndi">Service Registry access from JNDI</h2>
+<h2 id="service-registry-access-from-jndi">Service Registry access from JNDI</h2>
 <p>The OSGi service registry provides a centralised register/query capability
 for OSGi services. A common pattern outside of OSGi is to make use of the
 JNDI API to access services from a directory system. The OSGi service
@@ -331,7 +347,7 @@ the service is to be used for a short pe
 no way to indicate that the client is no longer using the service, so clean
 up cannot occur.</p>
 <p><a name="JNDIProject-MoreInformation"></a></p>
-<h2 id="more_information">More Information</h2>
+<h2 id="more-information">More Information</h2>
 <p>For more information, check out section "126 JNDI Services Specification
 Version 1.0" in the "OSGi Service Platform Enterprise Specification,
 Release 4, Version 4.2" available for public download from the <a href="http://www.osgi.org/Download/Release4V42">OSGi Alliance</a>

Modified: websites/staging/aries/trunk/content/modules/jpaproject.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/jpaproject.html (original)
+++ websites/staging/aries/trunk/content/modules/jpaproject.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -263,7 +279,7 @@ Release 4, Version 4.2" available for pu
 <p>Developing an Aries JPA project is very easy and can be achieved with simple steps described in the 
 "Creation of a JPA project using Maven" section. First, however it is useful to understand some of
 the basic concepts.</p>
-<h2 id="persistence_bundles">Persistence bundles</h2>
+<h2 id="persistence-bundles">Persistence bundles</h2>
 <p>The Aries JPA container provides managed JPA support in an OSGi framework for OSGi persistence bundles.
 A persistence bundle is an OSGi bundle with three special characteristics:</p>
 <ul>
@@ -287,15 +303,15 @@ descriptors can be found. If the header 
 <p>means that the locations "persistence/myPu.xml" (relative to the root of the bundle), and 
 "someFolder/anotherPu.xml" (relative to the root of pUnit.jar, which is in the root of
 the bundle) will be searched.</p>
-<h2 id="the_aries_jpa_container">The Aries JPA container</h2>
+<h2 id="the-aries-jpa-container">The Aries JPA container</h2>
 <p>The Aries JPA container consists of four main pieces, the two most important of which are the API bundle
 and the container bundle.</p>
-<h3 id="the_aries_jpa_api_bundle">The Aries JPA API bundle</h3>
+<h3 id="the-aries-jpa-api-bundle">The Aries JPA API bundle</h3>
 <p>The Aries JPA container API bundle is <strong>not</strong> the JPA API, it is a set of interfaces for interacting with
 the Aries JPA container. Clients are unlikely to use this API, but you may need it if you are building
 your own runtime. This bundle also defines the interfaces that the Aries JPA container bundles use to
 talk to each other, as a result it is a mandatory dependency of all of the other Aries JPA container bundles.</p>
-<h3 id="the_aries_jpa_container_bundle">The Aries JPA container bundle</h3>
+<h3 id="the-aries-jpa-container-bundle">The Aries JPA container bundle</h3>
 <p>The Aries JPA container bundle provides basic support for application managed JPA. It is responsible for
 locating and parsing persistence descriptors. Any persistence units found will be processed and used to
 create EntityManagerFactory services, which will be registered on behalf of the persistence bundle when
@@ -321,14 +337,14 @@ the persistence bundle is removed or ref
 closed for <strong>all</strong> users of the service.</p>
 </li>
 </ul>
-<h3 id="the_aries_jpa_container_context_bundle">The Aries JPA container context bundle</h3>
+<h3 id="the-aries-jpa-container-context-bundle">The Aries JPA container context bundle</h3>
 <p>This bundle provides managed persistence context support. In order to function it requires the Aries JPA container
 bundle to be running as it makes use of the managed EntityManagerFactory services.</p>
 <p>This bundle also depends on the presence of a JTA service specification implementation, as it makes use of the
 TransactionSynchronizationRegistry service.</p>
 <p>It is unlikely that clients will use this bundle directly. To actually use managed persistence contexts a client
 should use blueprint to inject one.</p>
-<h2 id="the_aries_jpa_container_blueprint_integration_bundle">The Aries JPA container blueprint integration bundle</h2>
+<h2 id="the-aries-jpa-container-blueprint-integration-bundle">The Aries JPA container blueprint integration bundle</h2>
 <p>This bundle provides a blueprint custom namespace for persistence unit and persistence context injection. To
 inject persistence units the Aries JPA container bundle is required. To inject persistence contexts the Aries
 JPA container context bundle is also required.</p>
@@ -394,7 +410,7 @@ JPA container context bundle is also req
 
 <p>This blueprint namespace can be used by any blueprint bundle (not just the persistence bundle), and as the injection
 occurs via the service registry your blueprint will not start until the relevant JPA resources are available there.</p>
-<h1 id="creation_of_a_jpa_project_using_maven">Creation of a JPA project using Maven</h1>
+<h1 id="creation-of-a-jpa-project-using-maven">Creation of a JPA project using Maven</h1>
 <p>The first step consist in to create a maven module and make the following modifications to allow to deploy
  it as OSGI bundle on the platform and reference where the persistence XML file must loaded by the classpath to
  allow to the JPA container to configure the project accordingly.</p>
@@ -467,12 +483,11 @@ transaction manager or not.</p>
 with the classes of your DAO layer and add Transactional aspect into the methods. This way of work allows to complety
 embed existing projects into ARIES sphere without modifications</p>
 <p>Here are the modifications to do in the blueprint xml file located under OSGI-INF/blueprint</p>
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
+<p><blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:tx="http://aries.apache.org/xmlns/transactions/v1.0.0"
     xmlns:jpa="http://aries.apache.org/xmlns/jpa/v1.0.0"
-    default-activation="lazy">
-
+    default-activation="lazy"></p>
 <div class="codehilite"><pre><span class="nt">&lt;bean</span> <span class="na">id=</span><span class="s">&quot;incidentDAO&quot;</span>
     <span class="na">class=</span><span class="s">&quot;org.apache.camel.example.reportincident.dao.impl.IncidentDAOImpl&quot;</span><span class="nt">&gt;</span>
     <span class="nt">&lt;tx:transaction</span> <span class="na">method=</span><span class="s">&quot;*&quot;</span> <span class="na">value=</span><span class="s">&quot;Required&quot;</span> <span class="nt">/&gt;</span> (1)
@@ -500,8 +515,7 @@ embed existing projects into ARIES spher
 </pre></div>
 
 
-</blueprint>
-
+<p></blueprint></p>
 <p>(1) The &lt;tx:transaction&gt; tag allows to inject in your DAO layer the transactional aspect and using the following symbol
 "*", Aries Transaction manager will create for each method a session to begin / commit or rollback a transaction in your class
 The scope of the transaction can be defined using the attribute value.<br />

Modified: websites/staging/aries/trunk/content/modules/samples.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/samples.html (original)
+++ websites/staging/aries/trunk/content/modules/samples.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -252,14 +268,14 @@
             <!-- Content -->
             <div class="wiki-content"><p><a name="Samples-Samples"></a></p>
 <h1 id="samples">Samples</h1>
-<h3 id="blogsamplesamplesblog-samplehtml"><a href="samples/blog-sample.html">BlogSample</a></h3>
+<h3 id="blogsample"><a href="samples/blog-sample.html">BlogSample</a></h3>
 <p>Includes Blueprint, WAB and JPA concepts delivered in a EBA.</p>
-<h3 id="ariestradersamplesamplesariestraderhtml"><a href="samples/ariestrader.html">AriesTraderSample</a></h3>
+<h3 id="ariestradersample"><a href="samples/ariestrader.html">AriesTraderSample</a></h3>
 <p>Includes Blueprint, WAB and JPA concepts delivered in a EBA.
 You may also know this as the <a href="https://cwiki.apache.org/GMOxDOC22/daytrader-a-more-complex-application.html">Apache Geronimo Daytrader</a>
  application, which has been migrated from a pure Java EE environment to a
 OSGi Blueprint model.</p>
-<h3 id="goatsamplesamplesgoatsamplehtml"><a href="samples/goatsample.html">GOATSample</a></h3>
+<h3 id="goatsample"><a href="samples/goatsample.html">GOATSample</a></h3>
 <p>A graphical tool for displaying the status of, and relationships between,
 OSGi bundles running in an OSGi framework.</p></div>
             <!-- Content -->

Modified: websites/staging/aries/trunk/content/modules/samples/ariestrader.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/samples/ariestrader.html (original)
+++ websites/staging/aries/trunk/content/modules/samples/ariestrader.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -251,11 +267,10 @@
           <td height="100%" width="100%">
             <!-- Content -->
             <div class="wiki-content"><p><a name="AriesTrader-TheAriesTraderSample"></a></p>
-<h1 id="the_ariestrader_sample">The AriesTrader Sample</h1>
+<h1 id="the-ariestrader-sample">The AriesTrader Sample</h1>
 <p><a name="AriesTrader-Prereqs"></a></p>
 <h3 id="prereqs">Prereqs</h3>
-<br>
-
+<p><br></p>
 <hr />
 <p><strong>Note:</strong> </p>
 <p>These instructions are for the 0.2-incubating release of Aries.
@@ -269,7 +284,7 @@ the sample itself (see instructions belo
 </p>
 <hr />
 <p><a name="AriesTrader-CreatingtheOSGiplatform(equinox-test-harness)forAriesTrader"></a></p>
-<h3 id="creating_the_osgi_platform_equinox-test-harness_for_ariestrader">Creating the OSGi platform (equinox-test-harness) for AriesTrader</h3>
+<h3 id="creating-the-osgi-platform-equinox-test-harness-for-ariestrader">Creating the OSGi platform (equinox-test-harness) for AriesTrader</h3>
 <p>Download and unzip the source zip for the <a href="aries:downloads.html">latest release</a>
  of Aries Samples and build the equinox-test-harness module under
 ariestrader:</p>
@@ -281,14 +296,14 @@ ariestrader:</p>
 <p>This procedure will pull in the binaries from the latest release and its
 dependencies.</p>
 <p><a name="AriesTrader-AlternativebuildusingApacheAriestrunk."></a></p>
-<h3 id="alternative_build_using_apache_aries_trunk">Alternative build using Apache Aries trunk.</h3>
+<h3 id="alternative-build-using-apache-aries-trunk">Alternative build using Apache Aries trunk.</h3>
 <p>As an alternative to using the released version you can also choose to work
 with the latest, unreleased code.  This will require the use of subversion
 to checkout the code followed by building the entire Apache Aries project. 
 Directions are provided here:  <a href="aries:buildingaries.html">Building Aries instructions</a>
 .</p>
 <p><a name="AriesTrader-StartingtheEquinoxTestHarnesstoruntheAriesTradersample"></a></p>
-<h3 id="starting_the_equinox_test_harness_to_run_the_ariestrader_sample">Starting the Equinox Test Harness to run the AriesTrader sample</h3>
+<h3 id="starting-the-equinox-test-harness-to-run-the-ariestrader-sample">Starting the Equinox Test Harness to run the AriesTrader sample</h3>
 <p>AriesTrader needs a test harness to run in.  For this purpose we are using
 an Equinox assembly that pulls in all of the necessary dependencies.<br />
 </p>
@@ -305,7 +320,7 @@ exception of the ariestrader derby datas
 test harness for convenience).<br />
 </p>
 <p><a name="AriesTrader-InstallingAriesTraderintheEquinoxTestHarness"></a></p>
-<h3 id="installing_ariestrader_in_the_equinox_test_harness">Installing AriesTrader in the Equinox Test Harness</h3>
+<h3 id="installing-ariestrader-in-the-equinox-test-harness">Installing AriesTrader in the Equinox Test Harness</h3>
 <p>To install the AriesTrader application simply copy the eba for AriesTrader
 into the target/load directory, you will need to create this directory first.<br />
 For convenience the AriesTraders EBAs are
@@ -329,7 +344,7 @@ available persistence modes:</p>
 or org.apache.aries.samples.ariestrader.all-</em>.eba from the target/load
 directory the application will be uninstalled.</p>
 <p><a name="AriesTrader-AccessingandusingtheAriesTradersample"></a></p>
-<h3 id="accessing_and_using_the_ariestrader_sample">Accessing and using the AriesTrader sample</h3>
+<h3 id="accessing-and-using-the-ariestrader-sample">Accessing and using the AriesTrader sample</h3>
 <p>Point your browser at <a href="http://localhost:8080/ariestrader/">http://localhost:8080/ariestrader/</a></p>
 <p>Select the "Configuration" tab and the "Configure AriesTrader run-time
 parameters" choice.  Then select from among the available runtime modes
@@ -359,7 +374,7 @@ not currently working).  You can also ru
 from the "Configuration" tab which will launch a new browser window and
 step through a trading scenario with each reload of the page.</p>
 <p><a name="AriesTrader-AbouttheAriesTraderSample"></a></p>
-<h3 id="about_the_ariestrader_sample">About the AriesTrader Sample</h3>
+<h3 id="about-the-ariestrader-sample">About the AriesTrader Sample</h3>
 <p>The AriesTrader sample is a modified version of the Apache Geronimo
 DayTrader sample.  It has been somewhat simplified and reorganized to
 support the Apache Aries programming model.<br />

Modified: websites/staging/aries/trunk/content/modules/samples/blog-sample.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/samples/blog-sample.html (original)
+++ websites/staging/aries/trunk/content/modules/samples/blog-sample.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -251,11 +267,10 @@
           <td height="100%" width="100%">
             <!-- Content -->
             <div class="wiki-content"><p><a name="BlogSample-TheBlogSample"></a></p>
-<h1 id="the_blog_sample">The Blog Sample</h1>
+<h1 id="the-blog-sample">The Blog Sample</h1>
 <p><a name="BlogSample-RunningtheBlogSample"></a></p>
-<h2 id="running_the_blog_sample">Running the Blog Sample</h2>
-<br>
-
+<h2 id="running-the-blog-sample">Running the Blog Sample</h2>
+<p><br></p>
 <hr />
 <p><strong>Note:</strong>
 These instructions are for the current development stream of Aries.
@@ -263,7 +278,7 @@ Instructions for older releases can be f
 Instructions for the current release of Aries can be found <a href="/downloads/blogsample-0.3.html">here</a></p>
 <hr />
 <p><a name="BlogSample-CreatetheOSGiplatformfortheBlogsample"></a></p>
-<h3 id="create_the_osgi_platform_for_the_blog_sample">Create the OSGi platform for the Blog sample</h3>
+<h3 id="create-the-osgi-platform-for-the-blog-sample">Create the OSGi platform for the Blog sample</h3>
 <p>Download and build the development stream of Aries, see <a href="/development/buildingaries.html">here</a></p>
 <div class="codehilite"><pre><span class="n">cd</span> <span class="n">samples</span><span class="sr">/blog/</span><span class="n">blog</span><span class="o">-</span><span class="n">assembly</span><span class="o">/</span><span class="n">target</span>
 <span class="nb">mkdir</span> <span class="n">load</span>
@@ -274,7 +289,7 @@ Instructions for the current release of 
 Create the load directory. This used to be done automatically by Felix file install, but in more recent
 versions yo have to create your own.
 <a name="BlogSample-RunningtheBlogsample"></a></p>
-<h3 id="running_the_blog_sample_1">Running the Blog sample</h3>
+<h3 id="running-the-blog-sample_1">Running the Blog sample</h3>
 <p>Start Aries in an OSGi framework (we're using Eclipse Equinox in this
 case)</p>
 <div class="codehilite"><pre><span class="n">java</span> <span class="o">-</span><span class="n">jar</span> <span class="n">osgi</span><span class="o">-</span><span class="mf">3.5.0</span><span class="o">.</span><span class="n">v20090520</span><span class="o">.</span><span class="n">jar</span> <span class="o">-</span><span class="n">console</span>
@@ -293,7 +308,7 @@ platform bundles in state 'ACTIVE'.</p>
 <p>If you subsequently delete the .eba from the load directory the application
 will be uninstalled.</p>
 <p><a name="BlogSample-RunningthesampleusingaJPApersistencelayer"></a></p>
-<h3 id="running_the_sample_using_a_jpa_persistence_layer">Running the sample using a JPA persistence layer</h3>
+<h3 id="running-the-sample-using-a-jpa-persistence-layer">Running the sample using a JPA persistence layer</h3>
 <p>The first blog sample application was written to use a JDBC persistence
 layer. There is a second application implemented to demonstrate the JPA
 capability</p>
@@ -310,7 +325,7 @@ target/load directory, then copy </p>
 running with the JDBC persistence layer, but this time running using the
 JPA persistence layer.</p>
 <p><a name="BlogSample-AbouttheBlogsample"></a></p>
-<h2 id="about_the_blog_sample">About the Blog sample</h2>
+<h2 id="about-the-blog-sample">About the Blog sample</h2>
 <p>The blog sample components can be visualised like this:</p>
 <p><img alt="bs" src="BlogSample.png" /></p></div>
             <!-- Content -->

Modified: websites/staging/aries/trunk/content/modules/samples/goatsample.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/samples/goatsample.html (original)
+++ websites/staging/aries/trunk/content/modules/samples/goatsample.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -251,17 +267,17 @@
           <td height="100%" width="100%">
             <!-- Content -->
             <div class="wiki-content"><p><a name="GOATSample-GOATSample"></a></p>
-<h1 id="goat_sample">GOAT Sample</h1>
+<h1 id="goat-sample">GOAT Sample</h1>
 <p>The Graphical OSGi Analysis Tool gives a way of displaying the status of
 bundles running in an OSGi framework. </p>
 <p><a name="GOATSample-GOATArchitecture"></a></p>
-<h2 id="goat_architecture">GOAT Architecture</h2>
+<h2 id="goat-architecture">GOAT Architecture</h2>
 <p>See charts here:
 https://svn.apache.org/repos/asf/incubator/aries/documentation/samples/goat/</p>
 <p><a name="GOATSample-Model-assumptionsandconstraints"></a></p>
-<h2 id="model_-_assumptions_and_constraints">Model - assumptions and constraints</h2>
+<h2 id="model-assumptions-and-constraints">Model - assumptions and constraints</h2>
 <p><a name="GOATSample-Developmentto-dolist"></a></p>
-<h2 id="development_to-do_list">Development to-do list</h2>
+<h2 id="development-to-do-list">Development to-do list</h2>
 <ul>
 <li>Add RelationshipInfoListener to ServerSideClass. Should be similar to
 ComponenInfoListener (Done)</li>

Modified: websites/staging/aries/trunk/content/modules/spi-fly.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/spi-fly.html (original)
+++ websites/staging/aries/trunk/content/modules/spi-fly.html Fri May 18 17:51:59 2012
@@ -200,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">

Modified: websites/staging/aries/trunk/content/modules/transactionsproject.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/transactionsproject.html (original)
+++ websites/staging/aries/trunk/content/modules/transactionsproject.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 

Modified: websites/staging/aries/trunk/content/overview/boardreports.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports.html Fri May 18 17:51:59 2012
@@ -200,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">

Modified: websites/staging/aries/trunk/content/overview/boardreports/april-2011.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/april-2011.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/april-2011.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -250,7 +266,7 @@
           </td>
           <td height="100%" width="100%">
             <!-- Content -->
-            <div class="wiki-content"><h1 id="april_2011_board_report">April 2011 Board report</h1>
+            <div class="wiki-content"><h1 id="april-2011-board-report">April 2011 Board report</h1>
 <p>Aries delivers a set of pluggable Java components enabling an enterprise OSGi application programming model.</p>
 <p>Since the last board report, there have been enhancements to the 'proxy' module to which has improved its performance by making use of the new 'Weaving Hook Service' OSGi specification (in 4.3) as an alternative to ASM. This also removes some restrictions on final classes/methods imposed by use the use of ASM. The 'spi-fly' module's OSGi service approach to META-INF/services has also been updated to make use of the Weavking Hook Service gaining similar benefits.</p>
 <p>Some more documentation on the new release-by-bundle release process has been written. This positions us nicely to demonstrate and make use of the OSGi Semantic Versioning scheme. Now that the parent-0.4 module has been released, we are in a position to use it for the next release.</p>

Modified: websites/staging/aries/trunk/content/overview/boardreports/april-2012.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/april-2012.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/april-2012.html Fri May 18 17:51:59 2012
@@ -200,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">

Modified: websites/staging/aries/trunk/content/overview/boardreports/december-2009.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/december-2009.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/december-2009.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 

Modified: websites/staging/aries/trunk/content/overview/boardreports/december-2010.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/december-2010.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/december-2010.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -250,7 +266,7 @@
           </td>
           <td height="100%" width="100%">
             <!-- Content -->
-            <div class="wiki-content"><h1 id="december_2010_board_report">December 2010 Board report</h1>
+            <div class="wiki-content"><h1 id="december-2010-board-report">December 2010 Board report</h1>
 <p>Aries delivers a set of pluggable Java components enabling an enterprise OSGi application programming model.</p>
 <p>Aries entered incubation on September 22, 2009.</p>
 <p>The Aries community and Incubator PMC have voted for Aries to graduate as a TLP. This is an agenda item in the Dec 15th 2010 Board meeting.</p>

Modified: websites/staging/aries/trunk/content/overview/boardreports/february-2011.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/february-2011.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/february-2011.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -250,7 +266,7 @@
           </td>
           <td height="100%" width="100%">
             <!-- Content -->
-            <div class="wiki-content"><h1 id="february_2011_board_report">February 2011 Board report</h1>
+            <div class="wiki-content"><h1 id="february-2011-board-report">February 2011 Board report</h1>
 <p>Aries delivers a set of pluggable Java components enabling an enterprise OSGi application programming model.</p>
 <p>Aries 0.3 has now been released. Aries Application 0.2.1 is being released to assist Geronimo. This is the first time Aries has released a single module.</p>
 <p>Now that the first full Aries release since graduation has happened, and that there is a desire to consider OSGi semantic versioning guidelines we are discussing whether releasing at a finer grained level is more appropriate. There is much good discussion about what makes sense for Aries, with input from what happens in Felix, Sling and ACE.</p>

Modified: websites/staging/aries/trunk/content/overview/boardreports/january-2011.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/january-2011.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/january-2011.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -250,7 +266,7 @@
           </td>
           <td height="100%" width="100%">
             <!-- Content -->
-            <div class="wiki-content"><h1 id="january_2011_board_report">January 2011 Board report</h1>
+            <div class="wiki-content"><h1 id="january-2011-board-report">January 2011 Board report</h1>
 <p>Aries delivers a set of pluggable Java components enabling an enterprise OSGi application programming model.</p>
 <p>Aries graduated from the Incubator on 15th December 2010. The majority of the items on the Incubator transfer to TLP list have been completed but not all.</p>
 <p>We are preparing our 0.3 release and are at the stage of removing snapshot dependencies by working with the projects Aries depends on to cut releases themselves. This is making good progress.</p>

Modified: websites/staging/aries/trunk/content/overview/boardreports/january-2012.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/january-2012.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/january-2012.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -250,7 +266,7 @@
           </td>
           <td height="100%" width="100%">
             <!-- Content -->
-            <div class="wiki-content"><h1 id="january_2012_board_report">January 2012 Board report</h1>
+            <div class="wiki-content"><h1 id="january-2012-board-report">January 2012 Board report</h1>
 <p>Apache Aries delivers a set of pluggable Java components enabling an enterprise OSGi application programming model.</p>
 <p>We have successfully executed on our 'release by bundle' approach. This will help our users who would like to take updates of individual bundles: "Small releases". Distribution releases containing sets of bundles that combine well together will come later: "Big releases".</p>
 <h2 id="releases">Releases</h2>
@@ -291,7 +307,7 @@
 <li>Apache Aries JNDI Test Bundle for Aries jndi-url iTests 0.3.1</li>
 <li>Apache Aries JNDI iTests for jndi-url 0.3.1</li>
 </ul>
-<h2 id="project_branding_board_report_checklist">Project Branding Board Report Checklist</h2>
+<h2 id="project-branding-board-report-checklist">Project Branding Board Report Checklist</h2>
 <ul>
 <li>Project Website Basics : homepage is aries.apache.org (done)</li>
 <li>Project Naming And Descriptions : use proper Apache forms, describe product, etc. (pending)</li>
@@ -300,7 +316,7 @@
 <li>Logos and Graphics : include TM, use consistent product logo on your site (pending)</li>
 <li>Project Metadata : DOAP file checkedin and up to date (done)</li>
 </ul>
-<h2 id="community_update">Community update</h2>
+<h2 id="community-update">Community update</h2>
 <p>No new committers since the last report.</p>
 <p>There are no board level issues.</p></div>
             <!-- Content -->

Modified: websites/staging/aries/trunk/content/overview/boardreports/july-2011.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/july-2011.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/july-2011.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> 
@@ -250,7 +266,7 @@
           </td>
           <td height="100%" width="100%">
             <!-- Content -->
-            <div class="wiki-content"><h1 id="july_2011_board_report">July 2011 Board report</h1>
+            <div class="wiki-content"><h1 id="july-2011-board-report">July 2011 Board report</h1>
 <p>Apache Aries delivers a set of pluggable Java components enabling an enterprise OSGi application programming model.</p>
 <p>Users have asked for a release of the Aries JPA bundles and hence the snapshot bundles it depends on (Aries Util) - in particular due to:</p>
 <ul>
@@ -260,7 +276,7 @@
 <p>The release process has just started. This will exercise our per bundle release process adhering to the OSGi Alliance Semantic Versioning recommendations.</p>
 <p>There have also been enhancements to the Aries JMX (whiteboard pattern) and Aries Subsystem (to use OSGi Core 4.3).</p>
 <p>Apache Geronimo, which consumes Apache Aries to implement its enterprise OSGi application programming model, has been readying a release. The performance enhancements in the Aries Proxy module which now makes use of the new Weaving Hooks OSGi specification, has had a few teething problems for Geronimo. All known problems are now resolved.</p>
-<h2 id="project_branding_board_report_checklist">Project Branding Board Report Checklist</h2>
+<h2 id="project-branding-board-report-checklist">Project Branding Board Report Checklist</h2>
 <p>We've been reminded of this work and are reporting this checklist for the first time. We appreciate we're a bit behind the curve here, and are doing our best to catch up.</p>
 <ul>
 <li>Project Website Basics : homepage is aries.apache.org (done)</li>
@@ -270,7 +286,7 @@
 <li>Logos and Graphics : include TM, use consistent product logo on your site (pending)</li>
 <li>Project Metadata : DOAP file checkedin and up to date (pending - some minor updates needed)</li>
 </ul>
-<h2 id="community_update">Community update</h2>
+<h2 id="community-update">Community update</h2>
 <p>Roughly same number of dev@ subscribers at 119, user@ 148 subscribers up 14 since last report. John Ross was voted in as a committer after his significant work to the 'subsystem' module.</p>
 <p>There are no board level issues.</p></div>
             <!-- Content -->

Modified: websites/staging/aries/trunk/content/overview/boardreports/june-2010.html
==============================================================================
--- websites/staging/aries/trunk/content/overview/boardreports/june-2010.html (original)
+++ websites/staging/aries/trunk/content/overview/boardreports/june-2010.html Fri May 18 17:51:59 2012
@@ -99,6 +99,7 @@
                   <div id="menu-page">
                     <!-- NavigationBar -->
           <div onclick="SwitchMenu('overview')" id="overviewTitle" class="menutitle">Overview</div>
+
 <div id="overview" class="menuitemgroup">
     <div class="menuitem">
         <a href="/overview/boardreports.html">Board Reports</a> 
@@ -107,7 +108,9 @@
         <a href="/overview/news.html">News</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('documentation')" id="documentationTitle" class="menutitle">Documentation</div>
+
 <div id="documentation" class="menuitemgroup">
     <div class="menuitem">
         <a href="/documentation/ariesprogrammingmodel.html">Programming Model</a> 
@@ -134,7 +137,9 @@
         <a href="/documentation/tools.html">Tools</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('downloads')" id="downloadsTitle" class="menutitle">Downloads</div>
+
 <div id="downloads" class="menuitemgroup">
     <div class="menuitem">
         <a href="/downloads/currentrelease.html">Current Release</a> 
@@ -149,7 +154,9 @@
         <a href="/downloads/archived-releases.html">Archived Releases</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('community')" id="communityTitle" class="menutitle">Community</div>
+
 <div id="community" class="menuitemgroup">
     <div class="menuitem">
         <a href="/community/overview.html">Community</a> 
@@ -170,7 +177,9 @@
                 <a href="/community/logos.html">Logos for Users</a>
         </div>
 </div>
+
 <div onclick="SwitchMenu('development')" id="developmentTitle" class="menutitle">Development</div>
+
 <div id="development" class="menuitemgroup">
     <div class="menuitem">
         <a href="https://svn.apache.org/repos/asf/aries/">Source Control</a> 
@@ -191,6 +200,9 @@
         <a href="/development/releasingaries.html">Releasing Aries </a> 
     </div>
     <div class="menuitem">
+        <a href="/development/verifyingrelease.html">Verifying Release artifacts</a> 
+    </div>
+    <div class="menuitem">
         <a href="/development/compliancetesting.html">OSGi Compliance Tests </a> 
     </div>
     <div class="menuitem">
@@ -203,7 +215,9 @@
         <a href="/development/versionpolicy.html">OSGi Version Policy </a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('modules')" id="modulesTitle" class="menutitle">Modules</div>
+
 <div id="modules" class="menuitemgroup">
     <div class="menuitem">
         <a href="/modules/samples.html">Samples</a> 
@@ -233,7 +247,9 @@
         <a href="/modules/spi-fly.html">SPI Fly</a> 
     </div>
 </div>
+
 <div onclick="SwitchMenu('sponsorship')" id="sponsorshipTitle" class="menutitle">Sponsorship</div>
+
 <div id="sponsorship" class="menuitemgroup">
     <div class="menuitem">
         <a href="http://www.apache.org/foundation/thanks.html">Thanks</a>