change version to 2.0.1-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 8bee28a..2a3e4bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.directory.fortress</groupId>
   <artifactId>fortress-web</artifactId>
   <packaging>war</packaging>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <name>Apache Fortress Web</name>
   <url>http://directory.apache.org/fortress/</url>
   <description>Fortress Web is an administrative UI that drives the APIs</description>
@@ -217,16 +217,6 @@
       <artifactId>webdrivermanager</artifactId>
       <version>1.4.9</version>
       <scope>test</scope>
-
-<!--
-      <exclusions>
-        <exclusion>
-          <groupId>xml-apis</groupId>
-          <artifactId>xml-apis</artifactId>
-        </exclusion>
-      </exclusions>
--->
-
     </dependency>
 
   </dependencies>