This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 0e849153 Use HTTPS to fetch XSD files
0e849153 is described below
commit 0e8491538a588a5ded3815dc15febe4b8bdc587c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 09:45:36 2025 -0500
Use HTTPS to fetch XSD files
---
commons-jcs3-core/pom.xml | 2 +-
commons-jcs3-dist/pom.xml | 2 +-
commons-jcs3-dist/src/assembly/bin.xml | 2 +-
commons-jcs3-dist/src/assembly/src.xml | 2 +-
commons-jcs3-jcache-extras/pom.xml | 2 +-
commons-jcs3-jcache-extras/src/test/resources/META-INF/beans.xml | 2 +-
commons-jcs3-jcache-openjpa/pom.xml | 2 +-
commons-jcs3-jcache-tck/pom.xml | 2 +-
commons-jcs3-jcache/pom.xml | 2 +-
commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml | 2 +-
commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml | 2 +-
commons-jcs3-sandbox/pom.xml | 2 +-
pom.xml | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/commons-jcs3-core/pom.xml b/commons-jcs3-core/pom.xml
index 3e573941..555cced0 100644
--- a/commons-jcs3-core/pom.xml
+++ b/commons-jcs3-core/pom.xml
@@ -17,7 +17,7 @@
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/maven-v4_0_0.xsd">
+<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
https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.commons</groupId>
diff --git a/commons-jcs3-dist/pom.xml b/commons-jcs3-dist/pom.xml
index 3ac71f0f..c0d804c2 100644
--- a/commons-jcs3-dist/pom.xml
+++ b/commons-jcs3-dist/pom.xml
@@ -17,7 +17,7 @@
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="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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
diff --git a/commons-jcs3-dist/src/assembly/bin.xml
b/commons-jcs3-dist/src/assembly/bin.xml
index 4a688f25..5aa8ee1a 100644
--- a/commons-jcs3-dist/src/assembly/bin.xml
+++ b/commons-jcs3-dist/src/assembly/bin.xml
@@ -16,7 +16,7 @@
-->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0
http://maven.apache.org/xsd/assembly-2.2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0
https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>bin</id>
<formats>
<format>tar.gz</format>
diff --git a/commons-jcs3-dist/src/assembly/src.xml
b/commons-jcs3-dist/src/assembly/src.xml
index ff23924a..0da1639f 100644
--- a/commons-jcs3-dist/src/assembly/src.xml
+++ b/commons-jcs3-dist/src/assembly/src.xml
@@ -16,7 +16,7 @@
-->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0
http://maven.apache.org/xsd/assembly-2.2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0
https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>src</id>
<formats>
<format>tar.gz</format>
diff --git a/commons-jcs3-jcache-extras/pom.xml
b/commons-jcs3-jcache-extras/pom.xml
index fdca99db..f5cb38c9 100644
--- a/commons-jcs3-jcache-extras/pom.xml
+++ b/commons-jcs3-jcache-extras/pom.xml
@@ -17,7 +17,7 @@
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="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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
diff --git a/commons-jcs3-jcache-extras/src/test/resources/META-INF/beans.xml
b/commons-jcs3-jcache-extras/src/test/resources/META-INF/beans.xml
index e1bbf764..3c81d9f2 100644
--- a/commons-jcs3-jcache-extras/src/test/resources/META-INF/beans.xml
+++ b/commons-jcs3-jcache-extras/src/test/resources/META-INF/beans.xml
@@ -20,6 +20,6 @@
<beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
- http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />
+ https://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />
diff --git a/commons-jcs3-jcache-openjpa/pom.xml
b/commons-jcs3-jcache-openjpa/pom.xml
index e9e3acae..92e60bcb 100644
--- a/commons-jcs3-jcache-openjpa/pom.xml
+++ b/commons-jcs3-jcache-openjpa/pom.xml
@@ -17,7 +17,7 @@
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="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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
diff --git a/commons-jcs3-jcache-tck/pom.xml b/commons-jcs3-jcache-tck/pom.xml
index 1e3db4b9..4de4ca1e 100644
--- a/commons-jcs3-jcache-tck/pom.xml
+++ b/commons-jcs3-jcache-tck/pom.xml
@@ -17,7 +17,7 @@
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="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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/commons-jcs3-jcache/pom.xml b/commons-jcs3-jcache/pom.xml
index 6fa0be57..c14d6183 100644
--- a/commons-jcs3-jcache/pom.xml
+++ b/commons-jcs3-jcache/pom.xml
@@ -17,7 +17,7 @@
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="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
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
diff --git a/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
b/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
index cabdfb17..7eb01a15 100644
--- a/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
+++ b/commons-jcs3-sandbox/commons-jcs3-filecache/pom.xml
@@ -19,7 +19,7 @@
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.commons</groupId>
diff --git a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
index 1a2e596b..fea87e8a 100644
--- a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
+++ b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml
@@ -19,7 +19,7 @@
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.commons</groupId>
diff --git a/commons-jcs3-sandbox/pom.xml b/commons-jcs3-sandbox/pom.xml
index d5fd84da..207ed9ae 100644
--- a/commons-jcs3-sandbox/pom.xml
+++ b/commons-jcs3-sandbox/pom.xml
@@ -19,7 +19,7 @@
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.commons</groupId>
diff --git a/pom.xml b/pom.xml
index 8cb3d589..bb0c5715 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
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/maven-v4_0_0.xsd">
+<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
https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.commons</groupId>