Author: jbalunas(a)redhat.com
Date: 2010-05-24 18:53:25 -0400 (Mon, 24 May 2010)
New Revision: 17224
Modified:
root/commons/trunk/api/pom.xml
root/commons/trunk/bom/pom.xml
root/commons/trunk/parent/pom.xml
root/commons/trunk/pom.xml
Log:
Updates to prep for release plugin
Modified: root/commons/trunk/api/pom.xml
===================================================================
--- root/commons/trunk/api/pom.xml 2010-05-24 22:53:06 UTC (rev 17223)
+++ root/commons/trunk/api/pom.xml 2010-05-24 22:53:25 UTC (rev 17224)
@@ -18,16 +18,17 @@
<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/xsd/maven-4.0.0.xsd">
-
+ <modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
-
- <modelVersion>4.0.0</modelVersion>
+
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-api</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Commons API</name>
<dependencies>
@@ -70,4 +71,10 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commo...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+
<
url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk/api&l...
+ </scm>
</project>
\ No newline at end of file
Modified: root/commons/trunk/bom/pom.xml
===================================================================
--- root/commons/trunk/bom/pom.xml 2010-05-24 22:53:06 UTC (rev 17223)
+++ root/commons/trunk/bom/pom.xml 2010-05-24 22:53:25 UTC (rev 17224)
@@ -65,7 +65,7 @@
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commo...
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
- <
url>http://fisheye.jboss.org/browse/richfaces</url>
+
<
url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk/bom&l...
</scm>
</project>
Modified: root/commons/trunk/parent/pom.xml
===================================================================
--- root/commons/trunk/parent/pom.xml 2010-05-24 22:53:06 UTC (rev 17223)
+++ root/commons/trunk/parent/pom.xml 2010-05-24 22:53:25 UTC (rev 17224)
@@ -78,4 +78,10 @@
</plugins>
</pluginManagement>
</build>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commo...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+
<
url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk/paren...
+ </scm>
</project>
\ No newline at end of file
Modified: root/commons/trunk/pom.xml
===================================================================
--- root/commons/trunk/pom.xml 2010-05-24 22:53:06 UTC (rev 17223)
+++ root/commons/trunk/pom.xml 2010-05-24 22:53:25 UTC (rev 17224)
@@ -42,5 +42,11 @@
<module>parent</module>
<module>api</module>
</modules>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commo...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+
<
url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk</u...
+ </scm>
</project>