Repository: jspwiki Updated Branches: refs/heads/master 719a1a1e3 -> 836db9f07
minor formatting Project: http://git-wip-us.apache.org/repos/asf/jspwiki/repo Commit: http://git-wip-us.apache.org/repos/asf/jspwiki/commit/746492fa Tree: http://git-wip-us.apache.org/repos/asf/jspwiki/tree/746492fa Diff: http://git-wip-us.apache.org/repos/asf/jspwiki/diff/746492fa Branch: refs/heads/master Commit: 746492fa7715751f286e34b365841cc991357cb4 Parents: 719a1a1 Author: juanpablo <[email protected]> Authored: Fri Dec 8 21:49:17 2017 +0100 Committer: juanpablo <[email protected]> Committed: Fri Dec 8 21:49:17 2017 +0100 ---------------------------------------------------------------------- jspwiki-war/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jspwiki/blob/746492fa/jspwiki-war/pom.xml ---------------------------------------------------------------------- diff --git a/jspwiki-war/pom.xml b/jspwiki-war/pom.xml index 74d3a15..324a5cf 100644 --- a/jspwiki-war/pom.xml +++ b/jspwiki-war/pom.xml @@ -17,7 +17,9 @@ 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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.jspwiki</groupId>
