Prepare for release of navigating incubator (#25)

* use rename plug in rather than output file so it work on other platforms

* remove author info
diff --git a/content/ApacheWay/NavigatingASFIncubation/pom.xml b/content/ApacheWay/NavigatingASFIncubation/pom.xml
index 1260044..903c4ff 100644
--- a/content/ApacheWay/NavigatingASFIncubation/pom.xml
+++ b/content/ApacheWay/NavigatingASFIncubation/pom.xml
@@ -213,8 +213,6 @@
                             <sourceDirectory>src/main/asciidoc</sourceDirectory>
                             <!-- Configure the target director to where will the output be generated -->
                             <outputDirectory>${project.slides.directory}</outputDirectory>
-                            <!-- output file-->
-	                        <outputFile>index.html</outputFile>
                             <!-- Enable optional modules for generating diagrams and charts -->
                             <requires>
                                 <require>asciidoctor-diagram</require>
@@ -303,6 +301,24 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>com.coderplus.maven.plugins</groupId>
+                <artifactId>copy-rename-maven-plugin</artifactId>
+                <version>1.0</version>
+                <executions>
+                    <execution>
+                        <id>rename-slide-file</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>rename</goal>
+                        </goals>
+                        <configuration>
+                            <sourceFile>${project.slides.directory}/${project.main.contentfile}.revealjs</sourceFile>
+                            <destinationFile>${project.slides.directory}/${project.main.contentfile}.html</destinationFile>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 </project>
diff --git a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc
index 0843e79..6cd9b40 100644
--- a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc
+++ b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/aboutme.adoc
@@ -17,9 +17,4 @@
 
 ////
 
-* V.P. Apache Incubator
-* Freelance developer - programming for 30 years
-* Incubator PMC plus a few others
-* Apache member
-* Mentor of several Apache projects
-* Reviewed 350+ incubator releases at Apache
\ No newline at end of file
+* TODO Fill in your own your info here
\ No newline at end of file
diff --git a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc
index fea4785..0b20346 100644
--- a/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc
+++ b/content/ApacheWay/NavigatingASFIncubation/src/main/asciidoc/index.adoc
@@ -21,9 +21,9 @@
 == Navigating the ASF Incubator Process
 :description: 45 minute talk on the Apache Way and navigating a project through the incubator
 :keywords: Apache Way,Incubator
-:author: Justin Mclean
-:email: jmclean@apache.org
-:position: V.P. Apache Incubator
+:author: Your Name
+:email: Your email
+:position: Your Job title
 {author} +
 {position} +
 {email} +