You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/06/14 21:30:44 UTC

svn commit: r667869 - /commons/proper/math/branches/MATH_2_0/pom.xml

Author: luc
Date: Sat Jun 14 12:30:44 2008
New Revision: 667869

URL: http://svn.apache.org/viewvc?rev=667869&view=rev
Log:
putting the <project> tag on one line as recommended by the commons wiki

Modified:
    commons/proper/math/branches/MATH_2_0/pom.xml

Modified: commons/proper/math/branches/MATH_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/pom.xml?rev=667869&r1=667868&r2=667869&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/pom.xml (original)
+++ commons/proper/math/branches/MATH_2_0/pom.xml Sat Jun 14 12:30:44 2008
@@ -15,10 +15,7 @@
    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/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
@@ -299,3 +296,4 @@
     </plugins>
   </reporting>
 </project>
+