maek apache-rat pass
diff --git a/pom.xml b/pom.xml
index 4b573f2..028bb68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1173,6 +1173,7 @@
                                 <exclude>.gitignore</exclude>
                                 <exclude>.git/**</exclude>
                                 <exclude>.idea/**</exclude>
+                                <exclude>.java-version</exclude>
                                 <exclude>**/DEPENDENCIES</exclude>
                                 <exclude>**/LICENSE</exclude>
                                 <exclude>**/MANIFEST.MF</exclude>
diff --git a/src/site/markdown/release.md b/src/site/markdown/release.md
index 7b0857e..af2f6e4 100644
--- a/src/site/markdown/release.md
+++ b/src/site/markdown/release.md
@@ -45,11 +45,11 @@
     
 4. Verify the source has the required license headers before trying to release:
 
-        mvn -P apache-release clean rat:check -e -DskipTests
+        mvn -Papache-release clean apache-rat:check -e -DskipTests
     
 5. Do a dry run of the release:prepare step:  
 
-        mvn -P apache-release release:prepare -DautoVersionSubmodules=true -DdryRun=true
+        mvn -Papache-release release:prepare -DautoVersionSubmodules=true -DdryRun=true
 
     - The dry run will not commit any changes back to SCM and gives you the opportunity to verify that the release process will complete as expected. You will be prompted for the following information :
 
@@ -69,12 +69,12 @@
 
 7. Cleanup the release prepare files again:  
 
-        mvn -P apache-release release:clean
+        mvn -Papache-release release:clean
     
 8. Prepare the release
     1. Run the "release:prepare" step for real this time. You'll be prompted for the same version information.
     
-            mvn -P apache-release -U clean release:prepare -DautoVersionSubmodules=true
+            mvn -Papache-release -U clean release:prepare -DautoVersionSubmodules=true
     
     2. Backup (zip or tar) your local release candidate directory in case you need to rollback the release after the next step is performed.
 9. Perform the release
diff --git a/src/site/resources/integration.dot b/src/site/resources/integration.dot
index 0c80314..9d2d681 100644
--- a/src/site/resources/integration.dot
+++ b/src/site/resources/integration.dot
@@ -7,7 +7,7 @@
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- *   http://www.apache.org/licenses/LICENSE_2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an