From 16b8c13277a673e21778819772ac43b254087233 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 27 Sep 2014 16:48:43 -0400 Subject: [PATCH] Correct Maven XSD Location Currently used XSD location is legacy and results in a redirect. Switch to the redirected location. --- integration/pom.xml | 2 +- jcl-over-slf4j/pom.xml | 2 +- jul-to-slf4j/pom.xml | 2 +- log4j-over-slf4j/pom.xml | 2 +- osgi-over-slf4j/pom.xml | 2 +- pom.xml | 2 +- slf4j-android/pom.xml | 2 +- slf4j-api/pom.xml | 2 +- slf4j-ext/pom.xml | 2 +- slf4j-jcl/pom.xml | 2 +- slf4j-jdk14/pom.xml | 2 +- slf4j-log4j12/pom.xml | 2 +- slf4j-migrator/pom.xml | 2 +- slf4j-nop/pom.xml | 2 +- slf4j-simple/pom.xml | 2 +- slf4j-site/pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index e2d4ea78..af3734ba 100755 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/jcl-over-slf4j/pom.xml b/jcl-over-slf4j/pom.xml index ce47dd86..5cfe3945 100644 --- a/jcl-over-slf4j/pom.xml +++ b/jcl-over-slf4j/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/jul-to-slf4j/pom.xml b/jul-to-slf4j/pom.xml index 3c0edb42..1edb166f 100644 --- a/jul-to-slf4j/pom.xml +++ b/jul-to-slf4j/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/log4j-over-slf4j/pom.xml b/log4j-over-slf4j/pom.xml index 00a75806..3b70456e 100644 --- a/log4j-over-slf4j/pom.xml +++ b/log4j-over-slf4j/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/osgi-over-slf4j/pom.xml b/osgi-over-slf4j/pom.xml index 269e84dc..1549b1b2 100644 --- a/osgi-over-slf4j/pom.xml +++ b/osgi-over-slf4j/pom.xml @@ -1,4 +1,4 @@ - + org.slf4j diff --git a/pom.xml b/pom.xml index 4d15bddf..9f242e50 100755 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/slf4j-android/pom.xml b/slf4j-android/pom.xml index 37e97c8c..bd3532a5 100644 --- a/slf4j-android/pom.xml +++ b/slf4j-android/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/slf4j-api/pom.xml b/slf4j-api/pom.xml index 04a93323..7fbad1e6 100644 --- a/slf4j-api/pom.xml +++ b/slf4j-api/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/slf4j-ext/pom.xml b/slf4j-ext/pom.xml index 1f5adc82..9ae6521e 100644 --- a/slf4j-ext/pom.xml +++ b/slf4j-ext/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/slf4j-jcl/pom.xml b/slf4j-jcl/pom.xml index 3e817885..312029e8 100644 --- a/slf4j-jcl/pom.xml +++ b/slf4j-jcl/pom.xml @@ -1,4 +1,4 @@ - + org.slf4j diff --git a/slf4j-jdk14/pom.xml b/slf4j-jdk14/pom.xml index f6121e5f..f38387db 100644 --- a/slf4j-jdk14/pom.xml +++ b/slf4j-jdk14/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/slf4j-log4j12/pom.xml b/slf4j-log4j12/pom.xml index 8d4b2b35..c697a7c4 100644 --- a/slf4j-log4j12/pom.xml +++ b/slf4j-log4j12/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/slf4j-migrator/pom.xml b/slf4j-migrator/pom.xml index e520bf36..8d2801e3 100644 --- a/slf4j-migrator/pom.xml +++ b/slf4j-migrator/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> diff --git a/slf4j-nop/pom.xml b/slf4j-nop/pom.xml index de3f9b62..e5396429 100644 --- a/slf4j-nop/pom.xml +++ b/slf4j-nop/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/slf4j-simple/pom.xml b/slf4j-simple/pom.xml index 6aa89f2d..21d4bd39 100644 --- a/slf4j-simple/pom.xml +++ b/slf4j-simple/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j diff --git a/slf4j-site/pom.xml b/slf4j-site/pom.xml index 632cdecb..e08a4c2d 100644 --- a/slf4j-site/pom.xml +++ b/slf4j-site/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.slf4j