[java-metadata-aggregator] branch main updated: Point to canonical POM schema location

Ian Young ian at iay.org.uk
Tue Oct 25 17:25:58 UTC 2022


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=6da06fee6b0b8eadf2c80887e474502af9c160f2

The following commit(s) were added to refs/heads/main by this push:
     new 6da06fe  Point to canonical POM schema location
6da06fe is described below

commit 6da06fee6b0b8eadf2c80887e474502af9c160f2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 25 18:25:55 2022 +0100

    Point to canonical POM schema location
    
    Taken from the "POM reference" web page.
---
 mda-bom/pom.xml          | 2 +-
 mda-cli/pom.xml          | 2 +-
 mda-distribution/pom.xml | 2 +-
 mda-framework/pom.xml    | 2 +-
 mda-keylists-rsa/pom.xml | 2 +-
 pom.xml                  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mda-bom/pom.xml b/mda-bom/pom.xml
index ed124d3..1b19447 100644
--- a/mda-bom/pom.xml
+++ b/mda-bom/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/mda-cli/pom.xml b/mda-cli/pom.xml
index 9654dd5..d296191 100644
--- a/mda-cli/pom.xml
+++ b/mda-cli/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 45e38cf..dae341e 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index f51aee4..32b245f 100644
--- a/mda-framework/pom.xml
+++ b/mda-framework/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/mda-keylists-rsa/pom.xml b/mda-keylists-rsa/pom.xml
index 6915a86..ed2cab6 100644
--- a/mda-keylists-rsa/pom.xml
+++ b/mda-keylists-rsa/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 4fe9bc3..3ffcd50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/maven-v4_0_0.xsd">
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list