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-email.git
The following commit(s) were added to refs/heads/master by this push:
new b826ef0 Use HTTPS to fetch XSD files
b826ef0 is described below
commit b826ef01d40c15fb027d237858ca4755ed654c4f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 09:42:39 2025 -0500
Use HTTPS to fetch XSD files
---
commons-email2-core/pom.xml | 2 +-
commons-email2-distribution/pom.xml | 2 +-
commons-email2-distribution/src/assembly/bin.xml | 2 +-
commons-email2-distribution/src/assembly/src.xml | 2 +-
commons-email2-jakarta/pom.xml | 2 +-
commons-email2-javax/pom.xml | 2 +-
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/commons-email2-core/pom.xml b/commons-email2-core/pom.xml
index 7a367d5..5e87a37 100644
--- a/commons-email2-core/pom.xml
+++ b/commons-email2-core/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">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
diff --git a/commons-email2-distribution/pom.xml
b/commons-email2-distribution/pom.xml
index c2f1e71..c42664f 100644
--- a/commons-email2-distribution/pom.xml
+++ b/commons-email2-distribution/pom.xml
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
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/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>
<name>Apache Commons Email Distribution</name>
diff --git a/commons-email2-distribution/src/assembly/bin.xml
b/commons-email2-distribution/src/assembly/bin.xml
index 74495e2..8bd8419 100644
--- a/commons-email2-distribution/src/assembly/bin.xml
+++ b/commons-email2-distribution/src/assembly/bin.xml
@@ -16,7 +16,7 @@ limitations under the License.
-->
<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-email2-distribution/src/assembly/src.xml
b/commons-email2-distribution/src/assembly/src.xml
index ea977da..608130c 100644
--- a/commons-email2-distribution/src/assembly/src.xml
+++ b/commons-email2-distribution/src/assembly/src.xml
@@ -20,7 +20,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>zip</format>
diff --git a/commons-email2-jakarta/pom.xml b/commons-email2-jakarta/pom.xml
index 922bcfc..1c29479 100644
--- a/commons-email2-jakarta/pom.xml
+++ b/commons-email2-jakarta/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">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
diff --git a/commons-email2-javax/pom.xml b/commons-email2-javax/pom.xml
index 5704bc7..3d14e2c 100644
--- a/commons-email2-javax/pom.xml
+++ b/commons-email2-javax/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">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index c688e7c..bb4dbad 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">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9261bd3..02b1283 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/changes/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/changes/2.0.0
http://maven.apache.org/xsd/changes-2.0.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/changes/2.0.0
https://maven.apache.org/xsd/changes-2.0.0.xsd">
<properties>
<title>Apache Commons Email Release Notes</title>
</properties>