This is an automated email from the ASF dual-hosted git repository.

doebele pushed a commit to branch version2-legacy
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/version2-legacy by this push:
     new fa70385  EMPIREDB-376 request by ASF to replace all HTTP urls with 
HTTPS in poms
fa70385 is described below

commit fa703850f0ccd94e9615357f03fa2cad5890b3f5
Author: Rainer Döbele <[email protected]>
AuthorDate: Sat Feb 19 17:57:40 2022 +0100

    EMPIREDB-376 request by ASF to replace all HTTP urls with HTTPS in poms
---
 empire-db-examples/empire-db-example-cxf/pom.xml    | 11 +++++++++++
 empire-db-examples/empire-db-example-spring/pom.xml |  6 ++++--
 pom.xml                                             | 20 ++++++++++----------
 3 files changed, 25 insertions(+), 12 deletions(-)

diff --git a/empire-db-examples/empire-db-example-cxf/pom.xml 
b/empire-db-examples/empire-db-example-cxf/pom.xml
index da0de09..b44b9d5 100644
--- a/empire-db-examples/empire-db-example-cxf/pom.xml
+++ b/empire-db-examples/empire-db-example-cxf/pom.xml
@@ -25,6 +25,10 @@
        <name>Apache Empire-db CXF Example</name>
        <description>Example showing the use of empire-db wrapped in a 
webservice</description>
 
+    <properties>
+        <spring.version>4.2.5.RELEASE</spring.version>
+    </properties>
+
        <dependencies>
                <dependency>
                        <groupId>org.apache.empire-db</groupId>
@@ -51,6 +55,13 @@
                        <version>2.1.4</version>
                </dependency>
 
+               <!-- Spring -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+
                <!-- Jetty is needed if you're are not using the CXFServlet -->
                <dependency>
                        <groupId>org.apache.cxf</groupId>
diff --git a/empire-db-examples/empire-db-example-spring/pom.xml 
b/empire-db-examples/empire-db-example-spring/pom.xml
index e0183a9..9c046b7 100644
--- a/empire-db-examples/empire-db-example-spring/pom.xml
+++ b/empire-db-examples/empire-db-example-spring/pom.xml
@@ -29,7 +29,7 @@
        <description>Examples showing the use of empire-db with 
Spring.</description>
 
     <properties>
-        <spring.version>3.2.16.RELEASE</spring.version>
+        <spring.version>4.2.5.RELEASE</spring.version>
     </properties>
 
        <dependencies>
@@ -116,11 +116,13 @@
 
     <!-- better would be to add this repository in your settings.xml -->
     <repositories>
+       <!-- 
        <repository>
                    <id>spring-milestone</id>
                    <name>Spring Portfolio Milestone Repository</name>
-                   
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
+                   
<url>https://s3.amazonaws.com/maven.springframework.org/milestone</url>
                </repository>
+                -->
     </repositories>
 
        <build>
diff --git a/pom.xml b/pom.xml
index 140edad..e99ccac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,22 +206,22 @@
        </profiles>
        
        
-       <url>http://empire-db.apache.org/${project.artifactId}</url>
+       <url>https://empire-db.apache.org</url>
        <organization>
                <name>Apache Software Foundation</name>
-               <url>http://apache.org</url>
+               <url>https://apache.org</url>
        </organization>
        <licenses>
                <license>
                        <name>The Apache Software License, Version 2.0</name>
-                       
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
                        <distribution>repo</distribution>
                </license>
        </licenses>
        <scm>
-               
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/empire-db.git</connection>
-               
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/empire-db.git</developerConnection>
-               
<url>http://git-wip-us.apache.org/repos/asf/wicket/repo?p=empire-db.git</url>
+               
<connection>scm:git:https://gitbox.apache.org/repos/asf?p=empire-db.git</connection>
+               
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf?p=empire-db.git</developerConnection>
+               
<url>https://gitbox.apache.org/repos/asf/wicket/repo?p=empire-db.git</url>
                <tag>HEAD</tag>
        </scm>
 
@@ -231,20 +231,20 @@
                        <post>[email protected]</post>
                        
<subscribe>[email protected]</subscribe>
                        
<unsubscribe>[email protected]</unsubscribe>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/empire-user/</archive>
+                       
<archive>https://lists.apache.org/[email protected]</archive>
                </mailingList>
                <mailingList>
                        <name>Empire-db Development List</name>
                        <post>[email protected]</post>
                        
<subscribe>[email protected]</subscribe>
                        
<unsubscribe>[email protected]</unsubscribe>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/empire-dev/</archive>
+                       
<archive>https://lists.apache.org/[email protected]</archive>
                </mailingList>
                <mailingList>
                        <name>Empire-db commit List</name>
                        
<subscribe>[email protected]</subscribe>
                        
<unsubscribe>[email protected]</unsubscribe>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/empire-commits/</archive>
+                       
<archive>https://lists.apache.org/[email protected]</archive>
                </mailingList>
        </mailingLists>
        <issueManagement>
@@ -836,7 +836,7 @@
                        <id>people.apache.org.site</id>
                        <name>Empire-db Maven Site</name>
                        <!-- FIXME find a place for this -->
-                       
<url>scp://people.apache.org/home/francisdb/public_html/empire-db/site</url>
+                       
<url>https://svn.apache.org/repos/asf/empire-db/site</url>
                </site>
        </distributionManagement>
 

Reply via email to