You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/18 01:05:44 UTC

[tomee-site-generator] 04/44: ### to ***

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch markdown-to-asciidoc
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git

commit 5be2335371aed5fdd59411c8a6ff7b33c268565d
Author: David Jencks <dj...@apache.org>
AuthorDate: Fri Feb 7 23:18:04 2020 -0800

    ### to ***<space>
---
 .../ROOT/pages/community/contributing/website.adoc |  2 +-
 .../modules/ROOT/pages/community/culture.adoc      |  2 +-
 .../modules/ROOT/pages/community/sources.adoc      |  2 +-
 oldcontent/modules/ROOT/pages/contribute.adoc      |  6 +++---
 oldcontent/modules/ROOT/pages/dev/git.adoc         |  4 ++--
 .../modules/ROOT/pages/dev/release-tomee.adoc      | 22 +++++++++++-----------
 oldcontent/modules/ROOT/pages/dev/source-code.adoc | 16 ++++++++--------
 .../ROOT/pages/dev/writing-validation-tests.adoc   |  4 ++--
 oldcontent/modules/ROOT/pages/docs.adoc            |  2 +-
 .../modules/ROOT/pages/download-archive.adoc       |  2 +-
 oldcontent/modules/ROOT/pages/tomee-1.7.0.adoc     |  8 ++++----
 oldcontent/modules/ROOT/pages/tomee-1.7.1.adoc     |  6 +++---
 oldcontent/modules/ROOT/pages/tomee-1.7.2.adoc     |  4 ++--
 oldcontent/modules/ROOT/pages/tomee-1.7.3.adoc     |  4 ++--
 oldcontent/modules/ROOT/pages/tomee-1.7.4.adoc     |  4 ++--
 oldcontent/modules/ROOT/pages/tomee-7.0.0-M1.adoc  |  2 +-
 oldcontent/modules/ROOT/pages/tomee-7.0.0-M2.adoc  |  2 +-
 oldcontent/modules/ROOT/pages/tomee-7.0.0-M3.adoc  |  2 +-
 oldcontent/modules/ROOT/pages/tomee-7.0.1.adoc     |  2 +-
 19 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/oldcontent/modules/ROOT/pages/community/contributing/website.adoc b/oldcontent/modules/ROOT/pages/community/contributing/website.adoc
index a61e776..97a3027 100755
--- a/oldcontent/modules/ROOT/pages/community/contributing/website.adoc
+++ b/oldcontent/modules/ROOT/pages/community/contributing/website.adoc
@@ -23,4 +23,4 @@ Publishing the website is about running `mvn pre-site` - needs to be a TomEE com
 
 Here you can find the video tutorial on how to contribute to this Website.
 
-link:https://www.youtube.com/watch?v=P6IM0LDevVU[Watch the video here.]
\ No newline at end of file
+link:https://www.youtube.com/watch?v=P6IM0LDevVU[Watch the video here.]
diff --git a/oldcontent/modules/ROOT/pages/community/culture.adoc b/oldcontent/modules/ROOT/pages/community/culture.adoc
index dcaa8a5..33facc0 100644
--- a/oldcontent/modules/ROOT/pages/community/culture.adoc
+++ b/oldcontent/modules/ROOT/pages/community/culture.adoc
@@ -3,4 +3,4 @@
 :jbake-type: page
 :jbake-status: published
 
-==
\ No newline at end of file
+==
diff --git a/oldcontent/modules/ROOT/pages/community/sources.adoc b/oldcontent/modules/ROOT/pages/community/sources.adoc
index 991bafd..14580a4 100755
--- a/oldcontent/modules/ROOT/pages/community/sources.adoc
+++ b/oldcontent/modules/ROOT/pages/community/sources.adoc
@@ -68,4 +68,4 @@ Tomee uses Jira for issues, if you are looking for a problem or reporting one, u
 
 - Create a ticket on http://issues.apache.org/jira/browse/TOMEE
 
-- Open a PR in the Gihub mirror with the ticket number e.g `TOMEE-1000 - Ticket Description`
\ No newline at end of file
+- Open a PR in the Gihub mirror with the ticket number e.g `TOMEE-1000 - Ticket Description`
diff --git a/oldcontent/modules/ROOT/pages/contribute.adoc b/oldcontent/modules/ROOT/pages/contribute.adoc
index 24229b7..36cc39b 100644
--- a/oldcontent/modules/ROOT/pages/contribute.adoc
+++ b/oldcontent/modules/ROOT/pages/contribute.adoc
@@ -7,7 +7,7 @@ Some great links for getting involved
 * link:dev/contribution-tips.html[Contribution Tips]
 * link:dev/index.html[Developer Documentation]
 
-###Contributing doesn't always mean code.
+*** Contributing doesn't always mean code.
 If you love the project and want to see it grow, follow it on Facebook and Twitter.
 
 * http://twitter.com/ApacheTomEE
@@ -24,13 +24,13 @@ The more people we reach the more the project grows.
 Doing these things as often as possible are simple and powerful ways to help.
 Do your part and watch the project grow grow grow!
 
-###Edit This Site Top right, next to the Twitter symbol, there is an edit symbol <<edit,contribute>>.
+*** Edit This Site Top right, next to the Twitter symbol, there is an edit symbol <<edit,contribute>>.
 Most of the pages on this site can be edited by you.
 If you find a spelling mistake, or just want to improve the documentation then please do!
 
 If you want to edit the link:examples-trunk/index.html[Examples Documentation] then check-out the link:dev/source-code.html[Source Code] and edit or create the README.md in the example directory you want to improve.
 
-###Committers
+*** Committers
 
 [cols=4*]
 |===
diff --git a/oldcontent/modules/ROOT/pages/dev/git.adoc b/oldcontent/modules/ROOT/pages/dev/git.adoc
index 1b3e56c..1af690c 100644
--- a/oldcontent/modules/ROOT/pages/dev/git.adoc
+++ b/oldcontent/modules/ROOT/pages/dev/git.adoc
@@ -1,6 +1,6 @@
 Title: GIT for TomEE Developers
 
-###The GitFlow Workflow
+*** The GitFlow Workflow
 
 Notes before you begin (mostly for SVN users):
 
@@ -79,7 +79,7 @@ ____
 git push origin develop
 ____
 
-+++<a name="git-gui">++++++</a>+++ ###The GUI Way
++++<a name="git-gui">++++++</a>+++ *** The GUI Way
 
 Now we have learned to do it the hard way, time to look at the simplified version.
 The GitHub native tools!
diff --git a/oldcontent/modules/ROOT/pages/dev/release-tomee.adoc b/oldcontent/modules/ROOT/pages/dev/release-tomee.adoc
index 20a6062..e6ac32c 100644
--- a/oldcontent/modules/ROOT/pages/dev/release-tomee.adoc
+++ b/oldcontent/modules/ROOT/pages/dev/release-tomee.adoc
@@ -4,7 +4,7 @@
 
  This document is aimed at guiding a release manager through the general release process. You will need either a Linux, Mac, or failing that a Linux Virtual (with at least a 50GB Drive) on Win.
 
-###Preparation of The Branch
+*** Preparation of The Branch
 
 Run menu:ant -f rat.xml[report.txt] on trunk to ensure all licences are in place.
 
@@ -25,7 +25,7 @@ An SVN trigger must be added afterwards.
 This can only be done by someone with admin permissions, such as any PMC chair or an Infra team member.
 Just drop an email to _infrastructure@apache.org_
 
-###Create a TCK Branch
+*** Create a TCK Branch
 
 Branch the TCK using the same version as the release branch from here:
 
@@ -43,7 +43,7 @@ Run menu:ant -f rat.xml[report.txt] on the branch.
 * Review the report.txt and update/add missing headers until clean.
 * _Tip_, search for *Unapproved licenses:*.
 
-###Check SVN Authentication
+*** Check SVN Authentication
 
 Pre-authenticate svn repositories to ensure your credentials are cached before using any tools.
 
@@ -54,7 +54,7 @@ Pre-authenticate svn repositories to ensure your credentials are cached before u
  svn mkdir --username [apacheuser] --password [apachepw] -m "Create test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir3
  svn delete --username [apacheuser] --password [apachepw] -m "Delete test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir3
 
-###Prepare Maven Authentication
+*** Prepare Maven Authentication
 
 Ensure your maven .m2/settings.xml correct, and be aware that the tools currently require a clear text password:
 
@@ -88,7 +88,7 @@ Ensure your maven .m2/settings.xml correct, and be aware that the tools currentl
 		  </repositories>
 ....
 
-###Code Signing Setup
+*** Code Signing Setup
 
 If this is your first release then you will have to ensure that you have a code signing key prepared on the machine from which you perform the release.
 The process is quite intense.
@@ -121,7 +121,7 @@ The basic steps are also here, please read both before you proceed:
 * Take note of your key fingerprint using **gpg --fingerprint +++<your name="">+++**+++</your>+++
 * Go to https://id.apache.org, log in and fill OpenPGP Public Key Primary Fingerprint: with the value of your fingerprint.
 
-###Build the Release Tools
+*** Build the Release Tools
 
 Checkout the release tools using SVN from here https://svn.apache.org/repos/asf/tomee/sandbox/release-tools
 
@@ -134,7 +134,7 @@ Have a look at *run.sh* to see the entry point.
 
 Understand that the release tools are not polished, and you currently may have to edit source and re-compile.
 
-###Site Staging <<staging,>> For some of the release steps you will need to provide documentation on the site.
+*** Site Staging <<staging,>> For some of the release steps you will need to provide documentation on the site.
 Checkout the site here:
 
 https://svn.apache.org/repos/asf/tomee/site/trunk
@@ -157,7 +157,7 @@ Once you are happy with the staging you can publish to the real site using:
 
 https://cms.apache.org/tomee/publish
 
-###Begin The Release Process
+*** Begin The Release Process
 
 Ensure TCK is passing all tests, and if so create an SVN tag from the branch.
 
@@ -210,7 +210,7 @@ How you do this is up to you at this point in time.
 
 Create the next version iterations in JIRA.
 
-###Rolling Out The Preview
+*** Rolling Out The Preview
 
 ....
 Note: Before running anything below ensure you either have:
@@ -246,7 +246,7 @@ Votes are generally managed and identified using keywords such as [VOTE], [CANCE
 
 If the vote fails then discuss, fix and re-roll.
 
-###Voted Binaries
+*** Voted Binaries
 
 Once the vote has passed then release the binaries on Nexus: https://repository.apache.org/index.html#welcome
 
@@ -283,7 +283,7 @@ Commit and publish changes to the site, see link:release-tomee.html#staging[Site
 
  https://cms.apache.org/tomee/publish
 
-###Blog
+*** Blog
 
 Announce to the world that TomEE has new bells and whistles!
 
diff --git a/oldcontent/modules/ROOT/pages/dev/source-code.adoc b/oldcontent/modules/ROOT/pages/dev/source-code.adoc
index c493097..7b7de37 100644
--- a/oldcontent/modules/ROOT/pages/dev/source-code.adoc
+++ b/oldcontent/modules/ROOT/pages/dev/source-code.adoc
@@ -8,7 +8,7 @@ The documentation will be updated over the next few days and weeks but if you fi
 Probably the best GIT tutorial on the planet can be found here: https://www.atlassian.com/git/ - This is a great reference for both existing and new GIT users.
 Please take a look.
 
-###GIT Information for Everyone
+*** GIT Information for Everyone
 
 You can browse the source code via the http://gitbox.apache.org/repos/asf/tomee.git[web interface].
 
@@ -36,7 +36,7 @@ ____
 
 NOTE: This method does not require the GIT client.
 
-+++<a name="SourceCode-Contributors">++++++</a>+++ ###GIT Information for TomEE Contributors
++++<a name="SourceCode-Contributors">++++++</a>+++ *** GIT Information for TomEE Contributors
 
 *Please read our own detailed GitFlow workflow information link:git.html[here]*
 
@@ -47,7 +47,7 @@ See https://help.github.com/articles/using-pull-requests/[here] for information
 
 The official Apache Committer documentation can be found https://gitbox.apache.org/#committers-getting-started[here]
 
-+++<a name="SourceCode-Continuousintegration">++++++</a>+++ ###Continuous integration
++++<a name="SourceCode-Continuousintegration">++++++</a>+++ *** Continuous integration
 
 Apache TomEE continuous integration relies on http://ci.apache.org/[Apache Buildbot].
 All builders are available http://ci.apache.org/builders[from the page].
@@ -57,9 +57,9 @@ All builders are available http://ci.apache.org/builders[from the page].
 * http://ci.apache.org/builders/tomee-trunk-win-sunjdk[Apache TomEE 2.x under Windows using a Sun/Oracle JDK]
 * http://ci.apache.org/builders/tomee-trunk-win-ibmjdk6[Apache TomEE 2.x under Windows using an IBM JDK]
 
-+++<a name="SourceCode-Building">++++++</a>+++ ###Maven To build the code, you'll need to grab a copy of http://maven.apache.org[Apache Maven], version 3.0.5 or later.
++++<a name="SourceCode-Building">++++++</a>+++ *** Maven To build the code, you'll need to grab a copy of http://maven.apache.org[Apache Maven], version 3.0.5 or later.
 
-###Memory Settings
+*** Memory Settings
 
 It is pretty much guaranteed that you will need to give Maven an increase on the available memory.
 + Depending on the OS you are working on the fix can be as easy as (Note: _-XX:MaxPermSize=256M_ is ignored by Java 8):
@@ -76,7 +76,7 @@ ____
 
 on MS Windows.
 
-###Full Build
+*** Full Build
 
 A fast build that skips all tests, generates no reports and creates full distribution archives is as follows:
 
@@ -95,7 +95,7 @@ The output of those commands should end with "BUILD SUCCESSFUL"
 It is of course possible to just compile and test individual modules.
 Just change to the module directory and run the same commands as above.
 
-###Quick Build
+*** Quick Build
 
 If you are in real a hurry (and let's face it most of us are) you can run a quick build without the examples using the _quick_ profile:
 
@@ -103,7 +103,7 @@ ____
 mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install
 ____
 
-###Binary locations
+*** Binary locations
 
 Once built, the TomEE binaries will be located at:
 
diff --git a/oldcontent/modules/ROOT/pages/dev/writing-validation-tests.adoc b/oldcontent/modules/ROOT/pages/dev/writing-validation-tests.adoc
index a0b145f..5ed212a 100644
--- a/oldcontent/modules/ROOT/pages/dev/writing-validation-tests.adoc
+++ b/oldcontent/modules/ROOT/pages/dev/writing-validation-tests.adoc
@@ -88,7 +88,7 @@ A @Key can be of type FAILURE or WARNING or ERROR.
 Default value is FAILURE.
 As seen in the example above, the test() method is expecting two warnings for the key injectionTarget.nameContainsSet.
 If count is not equal to 2 or some other Validation Failure/Warning/Error was also thrown from the method, then the test fails.
-###Be Careful The test must cause a Validation Failure otherwise the test framework does not get invoked.
+*** Be Careful The test must cause a Validation Failure otherwise the test framework does not get invoked.
 For example, in the above code, a Key of type WARNING is being tested, however the test is purposely being failed by putting an `@AroundInvoke` around the method with zero arguments
 . Once you have written the test and successfully run it, you now need to generate the report.
 Simply invoke the following maven command
@@ -97,7 +97,7 @@ mvn test -Dtest=ValidationKeysAuditorTest -DconfluenceUsername=YourConfluenceUse
 
 The above command will create a complete test coverage report and post it to this location link:openejb:validation-keys-audit-report.html[OPENEJB:Validation Keys Audit Report]
 
-###Quick facts about ValidationRunner and things to keep in mind while writing tests
+*** Quick facts about ValidationRunner and things to keep in mind while writing tests
 
 This class is created specifically to write tests which test OpenEjb validation code.
 Specifically, it is used to check the usage of keys defined in `org.apache.openejb.config.rules.Messages.properties`.
diff --git a/oldcontent/modules/ROOT/pages/docs.adoc b/oldcontent/modules/ROOT/pages/docs.adoc
index 3c61c32..c007b6a 100644
--- a/oldcontent/modules/ROOT/pages/docs.adoc
+++ b/oldcontent/modules/ROOT/pages/docs.adoc
@@ -23,4 +23,4 @@
 - link:advanced/setup/index.html[How to Setup TomEE in Production]
 - link:advanced/shading/index.html[Fat / Uber Jar Deployment using the Maven Shade Plugin]
 - link:advanced/client/jndi.html[Java Naming and Directory Interface (JNDI)]
-- link:advanced/jms/jms-configuration.html[Why is my ActiveMQ/JMS MDB not scaling as expected?]
\ No newline at end of file
+- link:advanced/jms/jms-configuration.html[Why is my ActiveMQ/JMS MDB not scaling as expected?]
diff --git a/oldcontent/modules/ROOT/pages/download-archive.adoc b/oldcontent/modules/ROOT/pages/download-archive.adoc
index a726b8e..5d16183 100644
--- a/oldcontent/modules/ROOT/pages/download-archive.adoc
+++ b/oldcontent/modules/ROOT/pages/download-archive.adoc
@@ -412,4 +412,4 @@ TomEE plume|8.0.0-M1|19 Oct 2018|65 MB |TAR.GZ| https://www.apache.org/dist/tome
 |TomEE webprofile|1.0.0|26 Apr 2012|27 MB |TAR.GZ| http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.0.0/apache-tomee-1.0.0-webprofile.tar.gz[icon:download[] TAR.GZ] http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.0.0/apache-tomee-1.0.0-webprofile.tar.gz.sha1[icon:download[] SHA1] http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.0.0/apache-tomee-1.0.0-webprofile.tar.gz.md5[icon:download[] MD5]
 |TomEE webprofile|1.0.0|26 Apr 2012|27 MB |ZIP| http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.0.0/apache-tomee-1.0.0-webprofile.zip[icon:download[] ZIP] http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.0.0/apache-tomee-1.0.0-webprofile.zip.sha1[icon:download[] SHA1] http://repo.maven.apache.org/maven2/org/apache/openejb/apache-tomee/1.0.0/apache-tomee-1.0.0-webprofile.zip.md5[icon:download[] MD5]
 
-|===
\ No newline at end of file
+|===
diff --git a/oldcontent/modules/ROOT/pages/tomee-1.7.0.adoc b/oldcontent/modules/ROOT/pages/tomee-1.7.0.adoc
index f9b0a5c..f5d4e1b 100644
--- a/oldcontent/modules/ROOT/pages/tomee-1.7.0.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-1.7.0.adoc
@@ -10,18 +10,18 @@ The 1.7.0 feature release is the final Java SE 6 / Java SE 8 compatible Oracle J
 
 So what is new?
 
-###PLUME Profile (Mojarra and EclipseLink)
+*** PLUME Profile (Mojarra and EclipseLink)
 
 One the most important new features has to be the new experimental PLUME profile, which is basically TomEE PLUS with https://javaserverfaces.java.net/[Mojarra] and http://www.eclipse.org/eclipselink/[EclipseLink] added support.
 + This makes the transition to TomEE from a Glassfish environment a lot less painful.
 So no more excuses, come and join us - We're all yours!
 
-###Java SE 8 Runtime Support
+*** Java SE 8 Runtime Support
 
 A lot of work has been completed to ensure that Apache TomEE 1.7.x will run within an http://www.oracle.com/technetwork/java/javase/downloads/index.html[Java SE 8 environment], yet remain backwards compatible with Java SE 6.
 Several libraries used have been shaded and patched to achieve this goal and provide users with a stable platform for the transition to a new runtime.
 
-###Bug Fixes and Improvements
+*** Bug Fixes and Improvements
 
 In addition to PLUME and Java 8 support there have been a train, plane and truck load of tweaks, improvements and bug fixes to make this release one of the most stable and feature rich versions we have ever released.
 Just have a quick look at these lists to get an idea of how much has been achieved.
@@ -64,7 +64,7 @@ link:tomee-1.7.0-release-notes.html[tomee-1.7.0-release-notes.html]
 So please feel free to jump in feet first and http://tomee.apache.org/documentation.html[get started with TomEE].
 You will nearly always find someone to help you on one of our http://tomee.apache.org/support.html[support channels].
 
-###Java EE7 and Beyond
+*** Java EE7 and Beyond
 
 From this point on the TomEE community will be focusing most of it's efforts on TomEE 2.0.x, which will be the first TomEE Java EE 7 driven version running on Apache Tomcat 8.x.
 It is more than likely that support for Java SE 6 will be dropped so that Java SE 7 features can finally be leveraged during the development process.
diff --git a/oldcontent/modules/ROOT/pages/tomee-1.7.1.adoc b/oldcontent/modules/ROOT/pages/tomee-1.7.1.adoc
index 7290cf0..3f8f4f6 100644
--- a/oldcontent/modules/ROOT/pages/tomee-1.7.1.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-1.7.1.adoc
@@ -11,7 +11,7 @@ The Apache TomEE 1.7.1 release files can be downloaded from here:
 
 link:downloads.html[http://tomee.apache.org/downloads.html]
 
-###Important Notes:
+*** Important Notes:
 
 Issue https://issues.apache.org/jira/browse/TOMEE-1339[TOMEE-1339] introduced a default (but configurable) check for a static _index.html_ file when an empty JAX-RS resource URL is specified by a client.
 You can use this file to return a descriptive response to the client for example.
@@ -24,7 +24,7 @@ For example, if a bean is declared in one application that is extended in anothe
 
 * In such cases failure to do this will invariably result in an *javax.naming.NameAlreadyBoundException*
 
-###Update Maven POM Files
+*** Update Maven POM Files
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:
 
@@ -56,7 +56,7 @@ link:tomee-1.7.1-release-notes.html[tomee-1.7.1-release-notes.html]
 Please feel free to jump in feet first and link:documentation.html[get started with TomEE].
 You will nearly always find someone to help you on one of our link:support.html[support channels].
 
-###Java EE7 and Beyond
+*** Java EE7 and Beyond
 
 From this point on the TomEE community will be focusing most of it's efforts on TomEE 2.0.x, which will be the first TomEE Java EE 7 driven version running on Apache Tomcat 8.x.
 It is more than likely that support for Java SE 6 will be dropped so that Java SE 7 features can finally be leveraged during the development process.
diff --git a/oldcontent/modules/ROOT/pages/tomee-1.7.2.adoc b/oldcontent/modules/ROOT/pages/tomee-1.7.2.adoc
index 0f9d425..2a930bb 100644
--- a/oldcontent/modules/ROOT/pages/tomee-1.7.2.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-1.7.2.adoc
@@ -9,7 +9,7 @@ The Apache TomEE 1.7.2 release files can be downloaded from here:
 
 link:downloads.html[http://tomee.apache.org/downloads.html]
 
-###Update Maven POM Files
+*** Update Maven POM Files
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:
 
@@ -41,7 +41,7 @@ link:tomee-1.7.2-release-notes.html[tomee-1.7.2-release-notes.html]
 Please feel free to jump in feet first and link:documentation.html[get started with TomEE].
 You will nearly always find someone to help you on one of our link:support.html[support channels].
 
-###Java EE7 and Beyond
+*** Java EE7 and Beyond
 
 From this point on the TomEE community will be focusing most of it's efforts on TomEE 2.0.x, which will be the first TomEE Java EE 7 driven version running on Apache Tomcat 8.x.
 It is more than likely that support for Java SE 6 will be dropped so that Java SE 7 features can finally be leveraged during the development process.
diff --git a/oldcontent/modules/ROOT/pages/tomee-1.7.3.adoc b/oldcontent/modules/ROOT/pages/tomee-1.7.3.adoc
index 895a54a..5b555a9 100644
--- a/oldcontent/modules/ROOT/pages/tomee-1.7.3.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-1.7.3.adoc
@@ -10,7 +10,7 @@ The Apache TomEE 1.7.3 release files can be downloaded from here:
 
 link:downloads.html[http://tomee.apache.org/downloads.html]
 
-###Update Maven POM Files
+*** Update Maven POM Files
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:
 
@@ -42,7 +42,7 @@ link:tomee-1.7.3-release-notes.html[tomee-1.7.3-release-notes.html]
 Please feel free to jump in feet first and link:documentation.html[get started with TomEE].
 You will nearly always find someone to help you on one of our link:support.html[support channels].
 
-###Java EE7 and Beyond
+*** Java EE7 and Beyond
 
 From this point on the TomEE community will be focusing most of it's efforts on TomEE 7.0.0, which will be the first TomEE Java EE 7 driven version running on Apache Tomcat 8.x.
 It is more than likely that support for Java SE 6 will be dropped so that Java SE 7 features can finally be leveraged during the development process.
diff --git a/oldcontent/modules/ROOT/pages/tomee-1.7.4.adoc b/oldcontent/modules/ROOT/pages/tomee-1.7.4.adoc
index 58731f2..2cb8116 100644
--- a/oldcontent/modules/ROOT/pages/tomee-1.7.4.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-1.7.4.adoc
@@ -11,7 +11,7 @@ The Apache TomEE 1.7.4 release files can be downloaded from here:
 
 link:downloads.html[http://tomee.apache.org/downloads.html]
 
-###Update Maven POM Files
+*** Update Maven POM Files
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:
 
@@ -43,7 +43,7 @@ link:tomee-1.7.4-release-notes.html[tomee-1.7.4-release-notes.html]
 Please feel free to jump in feet first and link:documentation.html[get started with TomEE].
 You will nearly always find someone to help you on one of our link:support.html[support channels].
 
-###Java EE7 and Beyond
+*** Java EE7 and Beyond
 
 From this point on the TomEE community will be focusing most of it's efforts on TomEE 7.0.0, which will be the first TomEE Java EE 7 driven version running on Apache Tomcat 8.x.
 It is more than likely that support for Java SE 6 will be dropped so that Java SE 7 features can finally be leveraged during the development process.
diff --git a/oldcontent/modules/ROOT/pages/tomee-7.0.0-M1.adoc b/oldcontent/modules/ROOT/pages/tomee-7.0.0-M1.adoc
index 4ab0840..b4b9801 100644
--- a/oldcontent/modules/ROOT/pages/tomee-7.0.0-M1.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-7.0.0-M1.adoc
@@ -13,7 +13,7 @@ The Apache TomEE 7.0.0-M1 release files can be downloaded from here:
 
 link:download/tomee-7.0.0-M1.html[http://tomee.apache.org/download/tomee-7.0.0-M1.html]
 
-###Update Maven POM Files - The OpenEJB version and groupId have been aligned
+*** Update Maven POM Files - The OpenEJB version and groupId have been aligned
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:
 
diff --git a/oldcontent/modules/ROOT/pages/tomee-7.0.0-M2.adoc b/oldcontent/modules/ROOT/pages/tomee-7.0.0-M2.adoc
index f943c1b..c74b873 100644
--- a/oldcontent/modules/ROOT/pages/tomee-7.0.0-M2.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-7.0.0-M2.adoc
@@ -13,7 +13,7 @@ The Apache TomEE 7.0.0-M2 release files can be downloaded from here:
 
 link:download/tomee-7.0.0-M2.html[http://tomee.apache.org/download/tomee-7.0.0-M2.html]
 
-###Update Maven POM Files - The OpenEJB version and groupId have been aligned
+*** Update Maven POM Files - The OpenEJB version and groupId have been aligned
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:
 
diff --git a/oldcontent/modules/ROOT/pages/tomee-7.0.0-M3.adoc b/oldcontent/modules/ROOT/pages/tomee-7.0.0-M3.adoc
index 9639b24..df0af6e 100644
--- a/oldcontent/modules/ROOT/pages/tomee-7.0.0-M3.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-7.0.0-M3.adoc
@@ -14,7 +14,7 @@ The Apache TomEE 7.0.0-M3 release files can be downloaded from here:
 
 link:download/tomee-7.0.0-M3.html[http://tomee.apache.org/download/tomee-7.0.0-M3.html]
 
-###Update Maven POM Files - The OpenEJB version and groupId have been aligned
+*** Update Maven POM Files - The OpenEJB version and groupId have been aligned
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:
 
diff --git a/oldcontent/modules/ROOT/pages/tomee-7.0.1.adoc b/oldcontent/modules/ROOT/pages/tomee-7.0.1.adoc
index 9734eef..33c62ea 100644
--- a/oldcontent/modules/ROOT/pages/tomee-7.0.1.adoc
+++ b/oldcontent/modules/ROOT/pages/tomee-7.0.1.adoc
@@ -12,7 +12,7 @@ The Apache TomEE 7.0.1 release files can be downloaded from here:
 
 link:download/tomee-7.0.1.html[http://tomee.apache.org/download/tomee-7.0.1.html]
 
-###Update Maven POM Files - The OpenEJB version and groupId have been aligned
+== Update Maven POM Files - The OpenEJB version and groupId have been aligned
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions: