[richfaces-svn-commits] JBoss Rich Faces SVN: r18875 - modules/build/parent/trunk.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 20 14:26:19 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-20 14:26:18 -0400 (Fri, 20 Aug 2010)
New Revision: 18875

Modified:
   modules/build/parent/trunk/pom.xml
Log:
Minor updates to richfaces-parent prior to release

Modified: modules/build/parent/trunk/pom.xml
===================================================================
--- modules/build/parent/trunk/pom.xml	2010-08-20 18:15:52 UTC (rev 18874)
+++ modules/build/parent/trunk/pom.xml	2010-08-20 18:26:18 UTC (rev 18875)
@@ -1,21 +1,24 @@
 
     <!--
-        JBoss, Home of Professional Open Source Copyright 2010, Red Hat, Inc.
-        and individual contributors by the @authors tag. See the copyright.txt
-        in the distribution for a full listing of individual contributors. This
-        is free software; you can redistribute it and/or modify it under the
-        terms of the GNU Lesser General Public License as published by the Free
-        Software Foundation; either version 2.1 of the License, or (at your
-        option) any later version. This software is distributed in the hope that
-        it will be useful, but WITHOUT ANY WARRANTY; without even the implied
-        warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-        GNU Lesser General Public License for more details. You should have
-        received a copy of the GNU Lesser General Public License along with this
-        software; if not, write to the Free Software Foundation, Inc., 51
-        Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF
-        site: http://www.fsf.org.
+        JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+        Inc. and individual contributors by the @authors tag. See the
+        copyright.txt in the distribution for a full listing of
+        individual contributors. This is free software; you can
+        redistribute it and/or modify it under the terms of the GNU
+        Lesser General Public License as published by the Free Software
+        Foundation; either version 2.1 of the License, or (at your
+        option) any later version. This software is distributed in the
+        hope that it will be useful, but WITHOUT ANY WARRANTY; without
+        even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+        PARTICULAR PURPOSE. See the GNU Lesser General Public License
+        for more details. You should have received a copy of the GNU
+        Lesser General Public License along with this software; if not,
+        write to the Free Software Foundation, Inc., 51 Franklin St,
+        Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+        http://www.fsf.org.
     -->
-<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">
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.richfaces</groupId>
@@ -59,12 +62,17 @@
     </issueManagement>
 
     <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        
+
         <!-- Override the default 2.0.9 from jboss-parent -->
         <maven.min.version>2.1.0</maven.min.version>
     </properties>
 
+    <prerequisites>
+        <maven>${maven.min.version}</maven>
+    </prerequisites>
+
     <!-- Repository management, including extra repositories if needed -->
     <repositories>
         <repository>
@@ -104,9 +112,9 @@
     <!-- Build -->
     <build>
         <!--
-            The pluginManagement section of the richfaces-parent should contain
-            and stable plugin settings, and versions to be used by all part of
-            the project.
+            The pluginManagement section of the richfaces-parent should
+            contain and stable plugin settings, and versions to be used
+            by all part of the project.
         -->
         <pluginManagement>
             <plugins>
@@ -143,7 +151,7 @@
             </plugin>
         </plugins>
     </build>
-    
+
     <distributionManagement>
         <!-- Other items inherited from jboss-parent -->
         <downloadUrl>http://www.jboss.org/richfaces/download</downloadUrl>
@@ -151,10 +159,8 @@
 
     <!-- SCM and distribution management -->
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/trunk
-        </connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/trunk
-        </developerConnection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/trunk</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/trunk</developerConnection>
         <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/trunk</url>
     </scm>
 



More information about the richfaces-svn-commits mailing list