You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/08/26 15:39:58 UTC

svn commit: r689076 - in /maven/pom/trunk/maven: pom.xml src/site/site.xml

Author: bentmann
Date: Tue Aug 26 06:39:57 2008
New Revision: 689076

URL: http://svn.apache.org/viewvc?rev=689076&view=rev
Log:
o Changed encoding of site descriptor to UTF-8 just like used for POMs
o Unified license headers

Modified:
    maven/pom/trunk/maven/pom.xml
    maven/pom/trunk/maven/src/site/site.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=689076&r1=689075&r2=689076&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Aug 26 06:39:57 2008
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -8,7 +9,7 @@
 "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
+  http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
@@ -17,6 +18,7 @@
 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">
   <modelVersion>4.0.0</modelVersion>
 

Modified: maven/pom/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/site.xml?rev=689076&r1=689075&r2=689076&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site/site.xml (original)
+++ maven/pom/trunk/maven/src/site/site.xml Tue Aug 26 06:39:57 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one