You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2017/09/17 15:00:37 UTC

directory-fortress-commander git commit: change version to 2.0.1-SNAPSHOT

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 70195cb06 -> e930e968d


change version to 2.0.1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/e930e968
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/e930e968
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/e930e968

Branch: refs/heads/master
Commit: e930e968d217f0b6e604f2a9cae3866567d2492d
Parents: 70195cb
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Sep 15 08:53:11 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Sep 15 08:53:11 2017 -0500

----------------------------------------------------------------------
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/e930e968/pom.xml
----------------------------------------------------------------------
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>