Author: jbalunas(a)redhat.com
Date: 2010-06-03 18:19:18 -0400 (Thu, 03 Jun 2010)
New Revision: 17532
Modified:
root/ui/dist/trunk/bom/pom.xml
root/ui/dist/trunk/parent/pom.xml
root/ui/dist/trunk/pom.xml
root/ui/dist/trunk/richfaces-components-api/pom.xml
root/ui/dist/trunk/richfaces-components-impl/pom.xml
root/ui/dist/trunk/richfaces-components-ui/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: root/ui/dist/trunk/bom/pom.xml
===================================================================
--- root/ui/dist/trunk/bom/pom.xml 2010-06-03 22:19:08 UTC (rev 17531)
+++ root/ui/dist/trunk/bom/pom.xml 2010-06-03 22:19:18 UTC (rev 17532)
@@ -22,7 +22,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces UI BOM</name>
<parent>
@@ -103,9 +103,9 @@
</dependencyManagement>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
-
<
url>http://fisheye.jboss.org/browse/richfaces/root/ui/dist/tags/richfa...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+
<
url>http://fisheye.jboss.org/browse/richfaces/root/ui/dist/trunk/bom&l...
</scm>
</project>
Modified: root/ui/dist/trunk/parent/pom.xml
===================================================================
--- root/ui/dist/trunk/parent/pom.xml 2010-06-03 22:19:08 UTC (rev 17531)
+++ root/ui/dist/trunk/parent/pom.xml 2010-06-03 22:19:18 UTC (rev 17532)
@@ -18,7 +18,7 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces UI Components: Parent</name>
<packaging>pom</packaging>
@@ -47,8 +47,8 @@
</dependencyManagement>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/richfaces-ui-dist-4...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
Modified: root/ui/dist/trunk/pom.xml
===================================================================
--- root/ui/dist/trunk/pom.xml 2010-06-03 22:19:08 UTC (rev 17531)
+++ root/ui/dist/trunk/pom.xml 2010-06-03 22:19:18 UTC (rev 17532)
@@ -15,7 +15,7 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-assembler</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Assembler</name>
@@ -87,9 +87,9 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/richfaces-ui-dist-4...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: root/ui/dist/trunk/richfaces-components-api/pom.xml
===================================================================
--- root/ui/dist/trunk/richfaces-components-api/pom.xml 2010-06-03 22:19:08 UTC (rev
17531)
+++ root/ui/dist/trunk/richfaces-components-api/pom.xml 2010-06-03 22:19:18 UTC (rev
17532)
@@ -17,20 +17,20 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components API</name>
@@ -173,8 +173,8 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/richfaces-ui-dist-4...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: root/ui/dist/trunk/richfaces-components-impl/pom.xml
===================================================================
--- root/ui/dist/trunk/richfaces-components-impl/pom.xml 2010-06-03 22:19:08 UTC (rev
17531)
+++ root/ui/dist/trunk/richfaces-components-impl/pom.xml 2010-06-03 22:19:18 UTC (rev
17532)
@@ -17,20 +17,20 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-impl</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components Impl</name>
@@ -207,8 +207,8 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/richfaces-ui-dist-4...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: root/ui/dist/trunk/richfaces-components-ui/pom.xml
===================================================================
--- root/ui/dist/trunk/richfaces-components-ui/pom.xml 2010-06-03 22:19:08 UTC (rev
17531)
+++ root/ui/dist/trunk/richfaces-components-ui/pom.xml 2010-06-03 22:19:18 UTC (rev
17532)
@@ -17,20 +17,20 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components UI</name>
@@ -242,9 +242,9 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/richfaces-ui-dist-4...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file