Skip to content

Commit 47f0483

Browse files
committed
Formatology.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1151316 13f79535-47bb-0310-9956-ffa450edef68
1 parent d5895b2 commit 47f0483

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

pom.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?xml version="1.0"?>
2-
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
3-
license agreements. See the NOTICE file distributed with this work for additional
4-
information regarding copyright ownership. The ASF licenses this file to
5-
You under the Apache License, Version 2.0 (the "License"); you may not use
6-
this file except in compliance with the License. You may obtain a copy of
7-
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
8-
by applicable law or agreed to in writing, software distributed under the
9-
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
10-
OF ANY KIND, either express or implied. See the License for the specific
11-
language governing permissions and limitations under the License. -->
2+
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with
3+
this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the
4+
"License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
5+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
6+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations
7+
under the License. -->
128
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
139
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1410
<parent>
@@ -200,16 +196,19 @@
200196
<commons.rc.version>RC1</commons.rc.version>
201197
<commons.jira.id>CODEC</commons.jira.id>
202198
<commons.jira.pid>12310464</commons.jira.pid>
203-
<!-- Ensure copies work OK (can be removed later when this is in parent
204-
POM) -->
199+
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
205200
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
206201
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
207202
<commons.encoding>UTF-8</commons.encoding>
208203
<commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link>
209204
</properties>
210205
<build>
211206
<sourceDirectory>src/java</sourceDirectory>
212-
<resources><resource><directory>src/resources</directory></resource></resources>
207+
<resources>
208+
<resource>
209+
<directory>src/resources</directory>
210+
</resource>
211+
</resources>
213212
<testSourceDirectory>src/test</testSourceDirectory>
214213
<plugins>
215214
<plugin>

0 commit comments

Comments
 (0)