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-jelly.git
The following commit(s) were added to refs/heads/master by this push: new 33a4e422 Use HTTPS to fetch XSD files 33a4e422 is described below commit 33a4e42287fdc9787e826ca76220ea2b820a6333 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 09:46:16 2025 -0500 Use HTTPS to fetch XSD files --- core/pom.xml | 2 +- jelly-tags/ant/pom.xml | 2 +- jelly-tags/ant/xdocs/changes.xml | 2 +- jelly-tags/antlr/pom.xml | 2 +- jelly-tags/antlr/xdocs/changes.xml | 2 +- jelly-tags/avalon/pom.xml | 2 +- jelly-tags/avalon/xdocs/changes.xml | 2 +- jelly-tags/bean/pom.xml | 2 +- jelly-tags/bean/xdocs/changes.xml | 2 +- jelly-tags/beanshell/pom.xml | 2 +- jelly-tags/beanshell/xdocs/changes.xml | 2 +- jelly-tags/betwixt/pom.xml | 2 +- jelly-tags/betwixt/xdocs/changes.xml | 2 +- jelly-tags/bsf/pom.xml | 2 +- jelly-tags/bsf/xdocs/changes.xml | 2 +- jelly-tags/define/pom.xml | 2 +- jelly-tags/define/xdocs/changes.xml | 2 +- jelly-tags/dynabean/pom.xml | 2 +- jelly-tags/dynabean/xdocs/changes.xml | 2 +- jelly-tags/email/pom.xml | 2 +- jelly-tags/email/xdocs/changes.xml | 2 +- jelly-tags/fmt/pom.xml | 2 +- jelly-tags/fmt/xdocs/changes.xml | 2 +- jelly-tags/html/pom.xml | 2 +- jelly-tags/html/xdocs/changes.xml | 2 +- jelly-tags/http/pom.xml | 2 +- jelly-tags/http/xdocs/changes.xml | 2 +- jelly-tags/interaction/pom.xml | 2 +- jelly-tags/interaction/xdocs/changes.xml | 2 +- jelly-tags/jaxme/pom.xml | 2 +- jelly-tags/jaxme/xdocs/changes.xml | 2 +- jelly-tags/jetty/pom.xml | 2 +- jelly-tags/jetty/xdocs/changes.xml | 2 +- jelly-tags/jface/pom.xml | 2 +- jelly-tags/jface/xdocs/changes.xml | 2 +- jelly-tags/jms/pom.xml | 2 +- jelly-tags/jms/xdocs/changes.xml | 2 +- jelly-tags/jmx/pom.xml | 2 +- jelly-tags/jmx/xdocs/changes.xml | 2 +- jelly-tags/jsl/pom.xml | 2 +- jelly-tags/jsl/xdocs/changes.xml | 2 +- jelly-tags/junit/pom.xml | 2 +- jelly-tags/junit/xdocs/changes.xml | 2 +- jelly-tags/log/pom.xml | 2 +- jelly-tags/log/xdocs/changes.xml | 2 +- jelly-tags/memory/pom.xml | 2 +- jelly-tags/memory/xdocs/changes.xml | 2 +- jelly-tags/ojb/pom.xml | 2 +- jelly-tags/ojb/xdocs/changes.xml | 2 +- jelly-tags/pom.xml | 2 +- jelly-tags/quartz/pom.xml | 2 +- jelly-tags/quartz/xdocs/changes.xml | 2 +- jelly-tags/regexp/pom.xml | 2 +- jelly-tags/regexp/xdocs/changes.xml | 2 +- jelly-tags/soap/pom.xml | 2 +- jelly-tags/soap/xdocs/changes.xml | 2 +- jelly-tags/sql/pom.xml | 2 +- jelly-tags/sql/xdocs/changes.xml | 2 +- jelly-tags/swing/pom.xml | 2 +- jelly-tags/swing/xdocs/changes.xml | 2 +- jelly-tags/swt/pom.xml | 2 +- jelly-tags/swt/xdocs/changes.xml | 2 +- jelly-tags/threads/pom.xml | 2 +- jelly-tags/threads/xdocs/changes.xml | 2 +- jelly-tags/util/pom.xml | 2 +- jelly-tags/util/xdocs/changes.xml | 2 +- jelly-tags/validate/pom.xml | 2 +- jelly-tags/validate/xdocs/changes.xml | 2 +- jelly-tags/velocity/pom.xml | 2 +- jelly-tags/velocity/xdocs/changes.xml | 2 +- jelly-tags/xml/pom.xml | 2 +- jelly-tags/xml/xdocs/changes.xml | 2 +- jelly-tags/xmlunit/pom.xml | 2 +- jelly-tags/xmlunit/xdocs/changes.xml | 2 +- pom.xml | 2 +- src/changes/changes.xml | 2 +- xdocs/changes.xml | 2 +- 77 files changed, 77 insertions(+), 77 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index fe4b6c5a..cae7f6e3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/ant/pom.xml b/jelly-tags/ant/pom.xml index 3a7e1e4c..539aafbd 100644 --- a/jelly-tags/ant/pom.xml +++ b/jelly-tags/ant/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/ant/xdocs/changes.xml b/jelly-tags/ant/xdocs/changes.xml index 3b1ecc95..a3172429 100644 --- a/jelly-tags/ant/xdocs/changes.xml +++ b/jelly-tags/ant/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/antlr/pom.xml b/jelly-tags/antlr/pom.xml index 5ff579a6..3a30e068 100644 --- a/jelly-tags/antlr/pom.xml +++ b/jelly-tags/antlr/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/antlr/xdocs/changes.xml b/jelly-tags/antlr/xdocs/changes.xml index d2edded6..990e7bf1 100644 --- a/jelly-tags/antlr/xdocs/changes.xml +++ b/jelly-tags/antlr/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/avalon/pom.xml b/jelly-tags/avalon/pom.xml index 5cad5a58..17fc65e9 100644 --- a/jelly-tags/avalon/pom.xml +++ b/jelly-tags/avalon/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/avalon/xdocs/changes.xml b/jelly-tags/avalon/xdocs/changes.xml index d2edded6..990e7bf1 100644 --- a/jelly-tags/avalon/xdocs/changes.xml +++ b/jelly-tags/avalon/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/bean/pom.xml b/jelly-tags/bean/pom.xml index 537ad87f..388fd690 100644 --- a/jelly-tags/bean/pom.xml +++ b/jelly-tags/bean/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/bean/xdocs/changes.xml b/jelly-tags/bean/xdocs/changes.xml index dd5e0ad1..f6f8c1f7 100644 --- a/jelly-tags/bean/xdocs/changes.xml +++ b/jelly-tags/bean/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/beanshell/pom.xml b/jelly-tags/beanshell/pom.xml index 40188b44..1ff596b5 100644 --- a/jelly-tags/beanshell/pom.xml +++ b/jelly-tags/beanshell/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/beanshell/xdocs/changes.xml b/jelly-tags/beanshell/xdocs/changes.xml index 4f9afa50..e8ced4f4 100644 --- a/jelly-tags/beanshell/xdocs/changes.xml +++ b/jelly-tags/beanshell/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/betwixt/pom.xml b/jelly-tags/betwixt/pom.xml index 31e482e9..d4653dbf 100644 --- a/jelly-tags/betwixt/pom.xml +++ b/jelly-tags/betwixt/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/betwixt/xdocs/changes.xml b/jelly-tags/betwixt/xdocs/changes.xml index 2569bc5b..1f3edc49 100644 --- a/jelly-tags/betwixt/xdocs/changes.xml +++ b/jelly-tags/betwixt/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/bsf/pom.xml b/jelly-tags/bsf/pom.xml index c9c93af9..1903bc98 100644 --- a/jelly-tags/bsf/pom.xml +++ b/jelly-tags/bsf/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/bsf/xdocs/changes.xml b/jelly-tags/bsf/xdocs/changes.xml index 9a0f1b78..3e01ee5f 100644 --- a/jelly-tags/bsf/xdocs/changes.xml +++ b/jelly-tags/bsf/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/define/pom.xml b/jelly-tags/define/pom.xml index 1ddeec1e..e3e9e351 100644 --- a/jelly-tags/define/pom.xml +++ b/jelly-tags/define/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/define/xdocs/changes.xml b/jelly-tags/define/xdocs/changes.xml index 9a0f1b78..3e01ee5f 100644 --- a/jelly-tags/define/xdocs/changes.xml +++ b/jelly-tags/define/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/dynabean/pom.xml b/jelly-tags/dynabean/pom.xml index 1c2e224a..742f2c7b 100644 --- a/jelly-tags/dynabean/pom.xml +++ b/jelly-tags/dynabean/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/dynabean/xdocs/changes.xml b/jelly-tags/dynabean/xdocs/changes.xml index 9a0f1b78..3e01ee5f 100644 --- a/jelly-tags/dynabean/xdocs/changes.xml +++ b/jelly-tags/dynabean/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/email/pom.xml b/jelly-tags/email/pom.xml index a8d6748a..13a06fab 100644 --- a/jelly-tags/email/pom.xml +++ b/jelly-tags/email/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/email/xdocs/changes.xml b/jelly-tags/email/xdocs/changes.xml index 62b7e4c8..de4e7820 100644 --- a/jelly-tags/email/xdocs/changes.xml +++ b/jelly-tags/email/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/fmt/pom.xml b/jelly-tags/fmt/pom.xml index 330bdd5a..790f224f 100644 --- a/jelly-tags/fmt/pom.xml +++ b/jelly-tags/fmt/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/fmt/xdocs/changes.xml b/jelly-tags/fmt/xdocs/changes.xml index 4fbcbb73..2c665379 100644 --- a/jelly-tags/fmt/xdocs/changes.xml +++ b/jelly-tags/fmt/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/html/pom.xml b/jelly-tags/html/pom.xml index 0ffa99e6..30f31bff 100644 --- a/jelly-tags/html/pom.xml +++ b/jelly-tags/html/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/html/xdocs/changes.xml b/jelly-tags/html/xdocs/changes.xml index b7f7afbc..87f77ab0 100644 --- a/jelly-tags/html/xdocs/changes.xml +++ b/jelly-tags/html/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/http/pom.xml b/jelly-tags/http/pom.xml index 6d7a8ae4..ca5c9357 100644 --- a/jelly-tags/http/pom.xml +++ b/jelly-tags/http/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/http/xdocs/changes.xml b/jelly-tags/http/xdocs/changes.xml index fcef98fd..c625c1d2 100644 --- a/jelly-tags/http/xdocs/changes.xml +++ b/jelly-tags/http/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/interaction/pom.xml b/jelly-tags/interaction/pom.xml index c6e03b3e..3c543050 100644 --- a/jelly-tags/interaction/pom.xml +++ b/jelly-tags/interaction/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/interaction/xdocs/changes.xml b/jelly-tags/interaction/xdocs/changes.xml index af860830..ca10fbbe 100644 --- a/jelly-tags/interaction/xdocs/changes.xml +++ b/jelly-tags/interaction/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/jaxme/pom.xml b/jelly-tags/jaxme/pom.xml index 5f4b7e2e..4b84f6cb 100644 --- a/jelly-tags/jaxme/pom.xml +++ b/jelly-tags/jaxme/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/jaxme/xdocs/changes.xml b/jelly-tags/jaxme/xdocs/changes.xml index d3442c37..2d18173f 100644 --- a/jelly-tags/jaxme/xdocs/changes.xml +++ b/jelly-tags/jaxme/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/jetty/pom.xml b/jelly-tags/jetty/pom.xml index 75904724..19b95cb4 100644 --- a/jelly-tags/jetty/pom.xml +++ b/jelly-tags/jetty/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/jetty/xdocs/changes.xml b/jelly-tags/jetty/xdocs/changes.xml index 166bbc4a..2e49614c 100644 --- a/jelly-tags/jetty/xdocs/changes.xml +++ b/jelly-tags/jetty/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/jface/pom.xml b/jelly-tags/jface/pom.xml index 25d0ac5d..c58cd633 100644 --- a/jelly-tags/jface/pom.xml +++ b/jelly-tags/jface/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/jface/xdocs/changes.xml b/jelly-tags/jface/xdocs/changes.xml index 19c89b50..8cff83fb 100644 --- a/jelly-tags/jface/xdocs/changes.xml +++ b/jelly-tags/jface/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/jms/pom.xml b/jelly-tags/jms/pom.xml index 26635668..c0316f2b 100644 --- a/jelly-tags/jms/pom.xml +++ b/jelly-tags/jms/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/jms/xdocs/changes.xml b/jelly-tags/jms/xdocs/changes.xml index b0026e3c..697c6a37 100644 --- a/jelly-tags/jms/xdocs/changes.xml +++ b/jelly-tags/jms/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/jmx/pom.xml b/jelly-tags/jmx/pom.xml index 36fb955e..12e19c9f 100644 --- a/jelly-tags/jmx/pom.xml +++ b/jelly-tags/jmx/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/jmx/xdocs/changes.xml b/jelly-tags/jmx/xdocs/changes.xml index 614df12c..8d7cd11f 100644 --- a/jelly-tags/jmx/xdocs/changes.xml +++ b/jelly-tags/jmx/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/jsl/pom.xml b/jelly-tags/jsl/pom.xml index 400d157e..8e11e651 100644 --- a/jelly-tags/jsl/pom.xml +++ b/jelly-tags/jsl/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/jsl/xdocs/changes.xml b/jelly-tags/jsl/xdocs/changes.xml index aafc9dc2..6b666686 100644 --- a/jelly-tags/jsl/xdocs/changes.xml +++ b/jelly-tags/jsl/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/junit/pom.xml b/jelly-tags/junit/pom.xml index 2d973f5e..f5508544 100644 --- a/jelly-tags/junit/pom.xml +++ b/jelly-tags/junit/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/junit/xdocs/changes.xml b/jelly-tags/junit/xdocs/changes.xml index 2c6e4d7d..93cffee5 100644 --- a/jelly-tags/junit/xdocs/changes.xml +++ b/jelly-tags/junit/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/log/pom.xml b/jelly-tags/log/pom.xml index e65d53c3..887ffaf2 100644 --- a/jelly-tags/log/pom.xml +++ b/jelly-tags/log/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/log/xdocs/changes.xml b/jelly-tags/log/xdocs/changes.xml index a9425342..c7054a2d 100644 --- a/jelly-tags/log/xdocs/changes.xml +++ b/jelly-tags/log/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/memory/pom.xml b/jelly-tags/memory/pom.xml index f9b11bd8..8ae61292 100644 --- a/jelly-tags/memory/pom.xml +++ b/jelly-tags/memory/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/memory/xdocs/changes.xml b/jelly-tags/memory/xdocs/changes.xml index fdf91eea..881563c4 100644 --- a/jelly-tags/memory/xdocs/changes.xml +++ b/jelly-tags/memory/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="br...@apache.org">Brett Porter</author> diff --git a/jelly-tags/ojb/pom.xml b/jelly-tags/ojb/pom.xml index 3aa52133..64e875f4 100644 --- a/jelly-tags/ojb/pom.xml +++ b/jelly-tags/ojb/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/ojb/xdocs/changes.xml b/jelly-tags/ojb/xdocs/changes.xml index 614df12c..8d7cd11f 100644 --- a/jelly-tags/ojb/xdocs/changes.xml +++ b/jelly-tags/ojb/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/pom.xml b/jelly-tags/pom.xml index a23af7b7..5707b34a 100644 --- a/jelly-tags/pom.xml +++ b/jelly-tags/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/quartz/pom.xml b/jelly-tags/quartz/pom.xml index a7149b00..e35a0492 100644 --- a/jelly-tags/quartz/pom.xml +++ b/jelly-tags/quartz/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/quartz/xdocs/changes.xml b/jelly-tags/quartz/xdocs/changes.xml index 614df12c..8d7cd11f 100644 --- a/jelly-tags/quartz/xdocs/changes.xml +++ b/jelly-tags/quartz/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/regexp/pom.xml b/jelly-tags/regexp/pom.xml index 30bc564b..76d0889e 100644 --- a/jelly-tags/regexp/pom.xml +++ b/jelly-tags/regexp/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/regexp/xdocs/changes.xml b/jelly-tags/regexp/xdocs/changes.xml index 5ded0b3f..db239f39 100644 --- a/jelly-tags/regexp/xdocs/changes.xml +++ b/jelly-tags/regexp/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/soap/pom.xml b/jelly-tags/soap/pom.xml index 3b3581e4..113dbea1 100644 --- a/jelly-tags/soap/pom.xml +++ b/jelly-tags/soap/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/soap/xdocs/changes.xml b/jelly-tags/soap/xdocs/changes.xml index 23c1a226..fa029ee2 100644 --- a/jelly-tags/soap/xdocs/changes.xml +++ b/jelly-tags/soap/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/sql/pom.xml b/jelly-tags/sql/pom.xml index 6c37cee1..239f759f 100644 --- a/jelly-tags/sql/pom.xml +++ b/jelly-tags/sql/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/sql/xdocs/changes.xml b/jelly-tags/sql/xdocs/changes.xml index 614df12c..8d7cd11f 100644 --- a/jelly-tags/sql/xdocs/changes.xml +++ b/jelly-tags/sql/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/swing/pom.xml b/jelly-tags/swing/pom.xml index 9b8991a1..b6eb06b0 100644 --- a/jelly-tags/swing/pom.xml +++ b/jelly-tags/swing/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/swing/xdocs/changes.xml b/jelly-tags/swing/xdocs/changes.xml index a7ad3cc0..ba981ee9 100644 --- a/jelly-tags/swing/xdocs/changes.xml +++ b/jelly-tags/swing/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/swt/pom.xml b/jelly-tags/swt/pom.xml index b43e6e44..db196e9f 100644 --- a/jelly-tags/swt/pom.xml +++ b/jelly-tags/swt/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/swt/xdocs/changes.xml b/jelly-tags/swt/xdocs/changes.xml index ad3e8801..5783f372 100644 --- a/jelly-tags/swt/xdocs/changes.xml +++ b/jelly-tags/swt/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/threads/pom.xml b/jelly-tags/threads/pom.xml index 64c0522e..8b04b615 100644 --- a/jelly-tags/threads/pom.xml +++ b/jelly-tags/threads/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/threads/xdocs/changes.xml b/jelly-tags/threads/xdocs/changes.xml index 614df12c..8d7cd11f 100644 --- a/jelly-tags/threads/xdocs/changes.xml +++ b/jelly-tags/threads/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/util/pom.xml b/jelly-tags/util/pom.xml index 89baaadd..d7ed3196 100644 --- a/jelly-tags/util/pom.xml +++ b/jelly-tags/util/pom.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/util/xdocs/changes.xml b/jelly-tags/util/xdocs/changes.xml index 415dd2ab..a3cfad79 100644 --- a/jelly-tags/util/xdocs/changes.xml +++ b/jelly-tags/util/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/validate/pom.xml b/jelly-tags/validate/pom.xml index fb93a242..fa054b62 100644 --- a/jelly-tags/validate/pom.xml +++ b/jelly-tags/validate/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/validate/xdocs/changes.xml b/jelly-tags/validate/xdocs/changes.xml index 166bbc4a..2e49614c 100644 --- a/jelly-tags/validate/xdocs/changes.xml +++ b/jelly-tags/validate/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/velocity/pom.xml b/jelly-tags/velocity/pom.xml index 716bd3a5..2754547f 100644 --- a/jelly-tags/velocity/pom.xml +++ b/jelly-tags/velocity/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/velocity/xdocs/changes.xml b/jelly-tags/velocity/xdocs/changes.xml index a9425342..c7054a2d 100644 --- a/jelly-tags/velocity/xdocs/changes.xml +++ b/jelly-tags/velocity/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/xml/pom.xml b/jelly-tags/xml/pom.xml index 7940719f..20bc95f8 100644 --- a/jelly-tags/xml/pom.xml +++ b/jelly-tags/xml/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/xml/xdocs/changes.xml b/jelly-tags/xml/xdocs/changes.xml index a5229d9b..8b2f0826 100644 --- a/jelly-tags/xml/xdocs/changes.xml +++ b/jelly-tags/xml/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/jelly-tags/xmlunit/pom.xml b/jelly-tags/xmlunit/pom.xml index b6f54dbc..b1b8909a 100644 --- a/jelly-tags/xmlunit/pom.xml +++ b/jelly-tags/xmlunit/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/jelly-tags/xmlunit/xdocs/changes.xml b/jelly-tags/xmlunit/xdocs/changes.xml index 8be17759..7f4611c6 100644 --- a/jelly-tags/xmlunit/xdocs/changes.xml +++ b/jelly-tags/xmlunit/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author> diff --git a/pom.xml b/pom.xml index f830c8b3..1a7f7456 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <parent> <groupId>org.apache.commons</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fe2e13ce..e4122fd3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,7 +40,7 @@ The <action> type attribute can be add,update,fix,remove. --> <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Apache Commons IO Release Notes</title> </properties> diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 76c9f815..ac1fb447 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -21,7 +21,7 @@ <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> <author email="d...@apache.org">dIon Gillard</author>