Switched to https:// instead of http://
diff --git a/Jenkinsfile b/Jenkinsfile
index ae30c96..627b5ff 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,7 +7,7 @@
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
diff --git a/LICENSE.txt b/LICENSE.txt
index 57bc88a..7e835b2 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
                                  Apache License
                            Version 2.0, January 2004
-                        http://www.apache.org/licenses/
+                        https://www.apache.org/licenses/
 
    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
@@ -192,7 +192,7 @@
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
-       http://www.apache.org/licenses/LICENSE-2.0
+       https://www.apache.org/licenses/LICENSE-2.0
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/NOTICE.txt b/NOTICE.txt
index 3f59805..8d7cc87 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,2 +1,2 @@
 This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (https://www.apache.org/).
diff --git a/resources/IntelliJIDEA60-apacheds.xml b/resources/IntelliJIDEA60-apacheds.xml
index 0baea8c..1b0d7e5 100644
--- a/resources/IntelliJIDEA60-apacheds.xml
+++ b/resources/IntelliJIDEA60-apacheds.xml
@@ -8,7 +8,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-  http://www.apache.org/licenses/LICENSE-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
diff --git a/resources/codesize.sh b/resources/codesize.sh
index c20b445..a8b5b82 100755
--- a/resources/codesize.sh
+++ b/resources/codesize.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/codetemplates.xml b/resources/codetemplates.xml
index 25e39a4..f3fb5b0 100644
--- a/resources/codetemplates.xml
+++ b/resources/codetemplates.xml
@@ -15,7 +15,7 @@
  *   "License"); you may not use this file except in compliance
  *   with the License.  You may obtain a copy of the License at
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
  *   Unless required by applicable law or agreed to in writing,
  *   software distributed under the License is distributed on an
@@ -51,4 +51,4 @@
 </template><template autoinsert="true" context="catchblock_context" deleted="false" description="Code in new catch blocks" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.catchblock" name="catchblock">// ${todo} Auto-generated catch block
 ${exception_var}.printStackTrace();</template><template autoinsert="true" context="methodbody_context" deleted="false" description="Code in created method stubs" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.methodbody" name="methodbody">// ${todo} Auto-generated method stub
 ${body_statement}</template><template autoinsert="true" context="constructorbody_context" deleted="false" description="Code in created constructor stubs" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name="constructorbody">${body_statement}
-// ${todo} Auto-generated constructor stub</template><template autoinsert="true" context="getterbody_context" deleted="false" description="Code in created getters" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.getterbody" name="getterbody">return ${field};</template><template autoinsert="true" context="setterbody_context" deleted="false" description="Code in created setters" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.setterbody" name="setterbody">${field} = ${param};</template></templates>
\ No newline at end of file
+// ${todo} Auto-generated constructor stub</template><template autoinsert="true" context="getterbody_context" deleted="false" description="Code in created getters" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.getterbody" name="getterbody">return ${field};</template><template autoinsert="true" context="setterbody_context" deleted="false" description="Code in created setters" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.setterbody" name="setterbody">${field} = ${param};</template></templates>
diff --git a/resources/create_branch.sh b/resources/create_branch.sh
index 3797a8a..8f11c38 100755
--- a/resources/create_branch.sh
+++ b/resources/create_branch.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/deps-versions.sh b/resources/deps-versions.sh
index d53842e..96753a4 100755
--- a/resources/deps-versions.sh
+++ b/resources/deps-versions.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/dictionary b/resources/dictionary
index 9ff37d0..4eabb5a 100644
--- a/resources/dictionary
+++ b/resources/dictionary
@@ -7,7 +7,7 @@
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
 #
-#  http://www.apache.org/licenses/LICENSE-2.0
+#  https://www.apache.org/licenses/LICENSE-2.0
 #
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
diff --git a/resources/doap_Directory.rdf b/resources/doap_Directory.rdf
index fc12b1a..d5772cf 100644
--- a/resources/doap_Directory.rdf
+++ b/resources/doap_Directory.rdf
@@ -16,7 +16,7 @@
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
-     http://www.apache.org/licenses/LICENSE-2.0
+     https://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
@@ -27,24 +27,24 @@
 
   =======================================================================
 -->
-  <Project rdf:about="http://Directory.rdf.apache.org/">
+  <Project rdf:about="https://Directory.rdf.apache.org/">
     <created>2006-03-27</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Directory</name>
-    <homepage rdf:resource="http://directory.apache.org" />
-    <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <homepage rdf:resource="https://directory.apache.org" />
+    <asfext:pmc rdf:resource="https://directory.apache.org" />
     <shortdesc>LDAP and Kerberos, entirely in Java</shortdesc>
     <description>The Apache Directory project provides directory solutions entirely written in Java. These include a directory server, which has been certified as LDAP v3 compliant by the Open Group (ApacheDS), and Eclipse-based directory tools (Apache Directory Studio).</description>
-    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIR" />
-    <mailing-list rdf:resource="http://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
-    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/directory" />
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DIR" />
+    <mailing-list rdf:resource="https://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
+    <download-page rdf:resource="https://www.apache.org/dyn/closer.cgi/directory" />
     <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/network-server" />
-    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <category rdf:resource="https://projects.apache.org/category/network-server" />
+    <category rdf:resource="https://projects.apache.org/category/network-client" />
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/directory"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/directory"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/directory-mavibot.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf"/>
       </SVNRepository>
     </repository>
     <maintainer>
diff --git a/resources/formatting.xml b/resources/formatting.xml
index 03ad46d..5572e18 100644
--- a/resources/formatting.xml
+++ b/resources/formatting.xml
@@ -8,7 +8,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-  http://www.apache.org/licenses/LICENSE-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
diff --git a/resources/generate_modules_index_xdoc.sh b/resources/generate_modules_index_xdoc.sh
index 3f3dc89..b5f777b 100755
--- a/resources/generate_modules_index_xdoc.sh
+++ b/resources/generate_modules_index_xdoc.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/getImport.sh b/resources/getImport.sh
index fd55286..fdbbbb4 100755
--- a/resources/getImport.sh
+++ b/resources/getImport.sh
@@ -7,7 +7,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/gpg-sign-all b/resources/gpg-sign-all
index 2da258e..13f0cfd 100755
--- a/resources/gpg-sign-all
+++ b/resources/gpg-sign-all
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/plugin-version.sh b/resources/plugin-version.sh
index e5ff715..81e2392 100755
--- a/resources/plugin-version.sh
+++ b/resources/plugin-version.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/pomartifactId.sh b/resources/pomartifactId.sh
index 466164e..880ac59 100755
--- a/resources/pomartifactId.sh
+++ b/resources/pomartifactId.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/pomdesc.sh b/resources/pomdesc.sh
index 5a5ccdf..f181a45 100755
--- a/resources/pomdesc.sh
+++ b/resources/pomdesc.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/pomdistSiteUrl.sh b/resources/pomdistSiteUrl.sh
index d143a17..912467c 100755
--- a/resources/pomdistSiteUrl.sh
+++ b/resources/pomdistSiteUrl.sh
@@ -7,7 +7,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/pomgroupId.sh b/resources/pomgroupId.sh
index 16482c8..cd22fa8 100755
--- a/resources/pomgroupId.sh
+++ b/resources/pomgroupId.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/pommodules.sh b/resources/pommodules.sh
index 60f24a9..1e3216c 100755
--- a/resources/pommodules.sh
+++ b/resources/pommodules.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/pomname.sh b/resources/pomname.sh
index e1c0ed3..ad4bd10 100755
--- a/resources/pomname.sh
+++ b/resources/pomname.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/superclean.sh b/resources/superclean.sh
index 4f347dc..bbd8882 100755
--- a/resources/superclean.sh
+++ b/resources/superclean.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 # 
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 # 
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/resources/svn_ignore.sh b/resources/svn_ignore.sh
index 6b2985f..ac0f4de 100755
--- a/resources/svn_ignore.sh
+++ b/resources/svn_ignore.sh
@@ -8,7 +8,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+#   https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
diff --git a/src/site/site.xml b/src/site/site.xml
index 53ec198..beab11b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -7,7 +7,7 @@
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
   
-  http://www.apache.org/licenses/LICENSE-2.0
+  https://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
@@ -21,7 +21,7 @@
 <project name="${project.name}">
   <bannerLeft>
     <src>images/server-icon_128x128.png</src>
-    <href>http://directory.apache.org/</href>
+    <href>https://directory.apache.org/</href>
     <name>${project.name}</name>
   </bannerLeft>
   <skin>
@@ -39,9 +39,9 @@
          and as of https://bugzilla.mozilla.org/show_bug.cgi?id=43659
          this workaround doesn't works in FF 3.x ...
         -->
-       <item name="Apache Directory" href="http://directory.apache%2eorg/"/>
-       <item name="Apache" href="http://www.apache%2eorg/"/>
-       <item name="Maven" href="http://maven.apache%2eorg/"/>
+       <item name="Apache Directory" href="https://directory.apache%2eorg/"/>
+       <item name="Apache" href="https://www.apache%2eorg/"/>
+       <item name="Maven" href="https://maven.apache%2eorg/"/>
     </links>
     <menu ref="reports"/>
   </body>