You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2022/05/28 22:22:55 UTC

[db-jdo] 01/01: Update pom.xml

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

clr pushed a commit to branch jdo-816
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit fdeddf1264499b06381d22d1d5274a22b7394513
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Sat May 28 15:22:50 2022 -0700

    Update pom.xml
    
    Change references in pom.xml and source headers from http:// to https://
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b3a50c24..08e7d714 100644
--- a/pom.xml
+++ b/pom.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,
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -65,6 +65,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
+                <version>0.14-SNAPSHOT<version>
                 <configuration>
                     <excludesFile>.rat-excludes</excludesFile>
                 </configuration>