use https in some links
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 17 Jan 2022 23:15:24 +0000 (00:15 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 17 Jan 2022 23:15:24 +0000 (00:15 +0100)
cdmlib-model/pom.xml
cdmlib-print/pom.xml
cdmlib-remote-webapp/pom.xml
cdmlib-test/pom.xml
pom.xml

index 509338b04a055d19fd0e9ec6479bcdd8cfd8b80c..6966a9c297b3b8e23937bc4f108c9aa8e754d5ec 100644 (file)
       <groupId>org.hibernate.validator</groupId>
       <artifactId>hibernate-validator</artifactId>
     </dependency>
-<!-- these 2 are also required for hibernate validator according to http://hibernate.org/validator/documentation/getting-started/
+<!-- these 2 are also required for hibernate validator according to https://hibernate.org/validator/documentation/getting-started/
      but cdmlib-model tests require only for javax.el -->
     <dependency>
        <groupId>org.glassfish.web</groupId>
index ac9ef05048a3091394d7eb2d11d03f347e914610..e72f7e9e0a84e7e83c3c6980dcb1f4b0881c2186 100644 (file)
@@ -29,7 +29,6 @@
       <roles>
         <role>Java Developer</role>
       </roles>
-      <url>http://www.bgbm.org/bgbm/staff/wiss/HoffmannN/default.htm</url>
     </developer>
   </developers>
   <dependencies>
index ccee03bcef147f04218e8edc05981380705fa2ba..e4d1f36120ec38a7b04bee86fcd6d219a0b08e17 100755 (executable)
       <exclusions>
         <!-- exclude all jdbc drivers from the war. Jdbc drivers must only 
           be added to {APPLICATION_CONTAINER}/lib see https://dev.e-taxonomy.eu/redmine/issues/4955 
-          and http://stackoverflow.com/questions/6981564/why-must-the-jdbc-driver-be-put-in-tomcat-home-lib-folder -->
+          and https://stackoverflow.com/questions/6981564/why-must-the-jdbc-driver-be-put-in-tomcat-home-lib-folder -->
         <exclusion>
           <groupId>eu.etaxonomy</groupId>
           <artifactId>cdmlib-db</artifactId>
index 2ed13cd83d2d53bda77dfdb7f1353c41102f85a4..a09b0f6cca8248dca06e18a77a888d9e9584c711 100644 (file)
@@ -19,7 +19,7 @@
             <executions>
               <execution>
                   <!-- Generate DDL for test -->
-                  <!-- Alternatives: http://jpdigital.github.io/hibernate5-ddl-maven-plugin/usage.html, 
+                  <!-- Alternatives: https://jpdigital.github.io/hibernate5-ddl-maven-plugin/usage.html, 
                                      https://webdev.jhuep.com/~jcs/ejava-javaee/coursedocs/content/html/jpa-entitymgrex-dbschemagen.html -->
                   <!-- manual execution of the below ant task:  -->
                   <!-- mvn antrun:run@generate-ddl-create       -->
diff --git a/pom.xml b/pom.xml
index 23ae2c9ac34400d84b18e1b1b5067793ac225c27..5b3f183a3ba2dd8fe18d9cac90423ead1f3c5749 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   <version>5.29.0-SNAPSHOT</version>
   <name>CDM Library</name>
   <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
-  <url>http://cybertaxonomy.eu/cdmlib/</url>
+  <url>https://cybertaxonomy.eu/cdmlib/</url>
   <inceptionYear>2007</inceptionYear>
   <packaging>pom</packaging>
   <modules>
@@ -86,7 +86,7 @@
   <licenses>
     <license>
       <name>Mozilla Public License Version 1.1</name>
-      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
+      <url>https://www.mozilla.org/MPL/MPL-1.1.html</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
           <preparationGoals>clean verify install</preparationGoals>
           <goals>deploy</goals><!-- skipping site-deploy by explicitly configuring 
             the goal here -->
-          <tagBase>http://dev.e-taxonomy.eu/svn/tags/cdmlib</tagBase>
+          <tagBase>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tags</tagBase>
         </configuration>
       </plugin>
       <plugin>
         <version>1.3.7</version>
         <exclusions>
           <!-- need to exclude com.ibm.icu:icu4j since it contains an invalid 
-            file which causes the jetty-maven-plugin to fail see http://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
+            file which causes the jetty-maven-plugin to fail see https://stackoverflow.com/questions/3026956/javassist-failure-in-hibernate-invalid-constant-type-60 -->
           <exclusion>
             <groupId>com.ibm.icu</groupId>
             <artifactId>icu4j</artifactId>