More 1.0-beta-1 release updates to the pom and directory structure
diff --git a/pom.xml b/pom.xml
index a9ca17a..a969262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,6 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-text.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-text.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=commons-text.git</url>
-    <tag>commons-text-1.0-beta-1</tag>
   </scm>
 
   <developers>
@@ -198,13 +197,13 @@
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.17</version>
+        <version>2.13</version>
         <configuration>
           <enableRulesSummary>false</enableRulesSummary>
-          <configLocation>checkstyle.xml</configLocation>
-          <headerLocation>license-header.txt</headerLocation>
-          <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
-          <suppressionsFileExpression>checkstyle-suppressions.xml</suppressionsFileExpression>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          <headerLocation>${basedir}/license-header.txt</headerLocation>
+          <suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>
+          <suppressionsFileExpression>${basedir}/checkstyle-suppressions.xml</suppressionsFileExpression>
         </configuration>
         <reportSets>
           <reportSet>