Add the correct xml schemas to xml files.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1374840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -16,7 +16,7 @@ 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<!--
|
||||
- Note that due to the special requirements of logging unit-tests, most
|
||||
- tests are executed in the "integration-test" phase rather than the
|
||||
|
||||
@@ -19,7 +19,7 @@ specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
|
||||
<project>
|
||||
<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
|
||||
<bannerRight>
|
||||
<name>Commons Logging</name>
|
||||
<src>/images/logo.png</src>
|
||||
|
||||
Reference in New Issue
Block a user