[richfaces-svn-commits] JBoss Rich Faces SVN: r18903 - in branches/RFPL-754: archetypes and 2 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sun Aug 22 11:13:49 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-22 11:13:49 -0400 (Sun, 22 Aug 2010)
New Revision: 18903

Modified:
   branches/RFPL-754/archetypes/pom.xml
   branches/RFPL-754/examples/parent/pom.xml
   branches/RFPL-754/examples/pom.xml
   branches/RFPL-754/pom.xml
Log:
RFPL-754 Fixed a scm settings in some pom.xml for release

Modified: branches/RFPL-754/archetypes/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/pom.xml	2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/archetypes/pom.xml	2010-08-22 15:13:49 UTC (rev 18903)
@@ -49,4 +49,10 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
     
+    <scm>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/archetypes</url>
+    </scm>
+    
 </project>

Modified: branches/RFPL-754/examples/parent/pom.xml
===================================================================
--- branches/RFPL-754/examples/parent/pom.xml	2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/examples/parent/pom.xml	2010-08-22 15:13:49 UTC (rev 18903)
@@ -222,4 +222,10 @@
             </dependencies>
         </profile>
     </profiles>
+    
+    <scm>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/parent</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/parent</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/examples/parent</url>
+    </scm>
 </project>
\ No newline at end of file

Modified: branches/RFPL-754/examples/pom.xml
===================================================================
--- branches/RFPL-754/examples/pom.xml	2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/examples/pom.xml	2010-08-22 15:13:49 UTC (rev 18903)
@@ -1,35 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    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
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                       http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
-         examples at once from trunk. -->
+    <!--
+        This aggregator pom, is not released, and is only used to make
+        it easy to build all of the examples at once from trunk.
+    -->
 
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-parent</artifactId>
         <version>10</version>
-<relativePath>../build/parent/pom.xml</relativePath>
+        <relativePath>../build/parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.examples</groupId>
@@ -50,4 +52,10 @@
         <!--<module>dist</module>-->
     </modules>
 
+    <scm>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/examples</url>
+    </scm>
+
 </project>

Modified: branches/RFPL-754/pom.xml
===================================================================
--- branches/RFPL-754/pom.xml	2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/pom.xml	2010-08-22 15:13:49 UTC (rev 18903)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <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
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                       http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
@@ -25,14 +25,14 @@
         <module>cdk</module>
 
         <!-- richfaces ui -->
-		<module>ui</module>
+        <module>ui</module>
 
         <!-- Remaining -->
         <module>archetypes</module>
         <module>examples</module>
         <!--<module>docs</module>-->
     </modules>
-    
+
     <build>
         <plugins>
             <!-- To trigger the release -->
@@ -59,4 +59,10 @@
             </modules>
         </profile>
     </profiles>
+
+    <scm>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk</url>
+    </scm>
 </project>



More information about the richfaces-svn-commits mailing list