replace links to gitbox
diff --git a/README.md b/README.md
index 58d344e..49fa858 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@
 
  a. from git:
  ```
- git clone --branch 2.0.3 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-commander.git/
  cd directory-fortress-commander
  mvn clean install
  ```
diff --git a/pom.xml b/pom.xml
index dab79f3..edb1967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 
   <scm>
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+    <developerConnection>scm:git: https://gitbox.apache.org/repos/asf/directory-fortress-commander.git/
     </developerConnection>
     <tag>2.0.3</tag>
   </scm>
@@ -87,14 +87,16 @@
 
   <properties>
     <title>${project.name} ${project.version}</title>
-    <fortress.realm.version>2.0.3</fortress.realm.version>
+    <fortress.realm.version>2.0.4-SNAPSHOT</fortress.realm.version>
+<!--    <fortress.realm.version>2.0.3</fortress.realm.version>-->
     <wicket.version>7.10.0</wicket.version>
     <wicket.jquery.version>7.10.0</wicket.jquery.version>
     <wicket.kendo-ui.version>7.10.0</wicket.kendo-ui.version>
     <version.log4j>1.2.17</version.log4j>
     <version.ant>1.9.7</version.ant>
     <version.slf4j.log4j12>1.7.7</version.slf4j.log4j12>
-    <spring.security.version>5.0.0.RELEASE</spring.security.version>
+    <spring.security.version>5.0.1.RELEASE</spring.security.version>
+    <spring.security.config.version>5.1.2.RELEASE</spring.security.config.version>
     <javadoc.version>2.9.1</javadoc.version>
     <jetty.version>8.1.8.v20121106</jetty.version>
     <jetty.stopKey>stopJetty</jetty.stopKey>
@@ -171,7 +173,7 @@
     <dependency>
       <groupId>org.springframework.security</groupId>
       <artifactId>spring-security-config</artifactId>
-      <version>${spring.security.version}</version>
+      <version>${spring.security.config.version}</version>
     </dependency>
 
     <dependency>