JBoss Rich Faces SVN: r18033 - in root/cdk/trunk: archetypes and 12 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 16:00:36 -0400 (Tue, 13 Jul 2010)
New Revision: 18033
Modified:
root/cdk/trunk/archetypes/pom.xml
root/cdk/trunk/archetypes/ui-multimodule/pom.xml
root/cdk/trunk/archetypes/ui-singlemodule/pom.xml
root/cdk/trunk/bom/pom.xml
root/cdk/trunk/dist/pom.xml
root/cdk/trunk/parent/pom.xml
root/cdk/trunk/plugins/annotations/pom.xml
root/cdk/trunk/plugins/attributes/pom.xml
root/cdk/trunk/plugins/commons/pom.xml
root/cdk/trunk/plugins/generator/pom.xml
root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
root/cdk/trunk/plugins/pom.xml
root/cdk/trunk/plugins/xinclude/pom.xml
root/cdk/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: root/cdk/trunk/archetypes/pom.xml
===================================================================
--- root/cdk/trunk/archetypes/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/archetypes/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: root/cdk/trunk/archetypes/ui-multimodule/pom.xml
===================================================================
--- root/cdk/trunk/archetypes/ui-multimodule/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/archetypes/ui-multimodule/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetypes</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: root/cdk/trunk/archetypes/ui-singlemodule/pom.xml
===================================================================
--- root/cdk/trunk/archetypes/ui-singlemodule/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/archetypes/ui-singlemodule/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetypes</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: root/cdk/trunk/bom/pom.xml
===================================================================
--- root/cdk/trunk/bom/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/bom/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -12,7 +12,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>bom</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK) bill of materials.</name>
<description>This module defines all versions of CDK projects and their dependencies.</description>
@@ -20,9 +20,9 @@
<org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/richfaces-cdk-4.0.0.20...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/bom</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/bom</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/bom</url>
</scm>
<build>
<!-- Define CDK plugin that is used by JSF component projects -->
Modified: root/cdk/trunk/dist/pom.xml
===================================================================
--- root/cdk/trunk/dist/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/dist/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
- <url>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/dist</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/dist</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
</scm>
<build>
<finalName>cdk</finalName>
Modified: root/cdk/trunk/parent/pom.xml
===================================================================
--- root/cdk/trunk/parent/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/parent/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>bom</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>
@@ -13,7 +13,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
@@ -23,9 +23,9 @@
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/richfaces-cdk-4.0.0.20...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/parent</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/parent</url>
</scm>
<repositories>
<repository>
Modified: root/cdk/trunk/plugins/annotations/pom.xml
===================================================================
--- root/cdk/trunk/plugins/annotations/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/plugins/annotations/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -4,12 +4,12 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<description>That project contains annotations for JSF classes</description>
<name>annotations</name>
<dependencies>
Modified: root/cdk/trunk/plugins/attributes/pom.xml
===================================================================
--- root/cdk/trunk/plugins/attributes/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/plugins/attributes/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -4,12 +4,12 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
<name>attributes</name>
Modified: root/cdk/trunk/plugins/commons/pom.xml
===================================================================
--- root/cdk/trunk/plugins/commons/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/plugins/commons/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -4,12 +4,12 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>commons</name>
<build>
<plugins>
Modified: root/cdk/trunk/plugins/generator/pom.xml
===================================================================
--- root/cdk/trunk/plugins/generator/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/plugins/generator/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -3,13 +3,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Java Server Faces component generator</name>
Modified: root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
===================================================================
--- root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: root/cdk/trunk/plugins/pom.xml
===================================================================
--- root/cdk/trunk/plugins/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/plugins/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -14,9 +14,9 @@
<packaging>pom</packaging>
<name>maven CDK plugins</name>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/richfaces-cdk-4.0.0.20...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/plugins</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/plugins</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/plugins</url>
</scm>
<build>
<plugins>
Modified: root/cdk/trunk/plugins/xinclude/pom.xml
===================================================================
--- root/cdk/trunk/plugins/xinclude/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/plugins/xinclude/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>
Modified: root/cdk/trunk/pom.xml
===================================================================
--- root/cdk/trunk/pom.xml 2010-07-13 20:00:16 UTC (rev 18032)
+++ root/cdk/trunk/pom.xml 2010-07-13 20:00:36 UTC (rev 18033)
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
@@ -28,9 +28,9 @@
</modules>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
- <url>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
</scm>
<!-- Minimal build configuration -->
14 years, 6 months
JBoss Rich Faces SVN: r18032 - root/cdk/tags.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 16:00:16 -0400 (Tue, 13 Jul 2010)
New Revision: 18032
Added:
root/cdk/tags/richfaces-cdk-4.0.0.20100713-M1/
Log:
[maven-release-plugin] copy for tag richfaces-cdk-4.0.0.20100713-M1
Copied: root/cdk/tags/richfaces-cdk-4.0.0.20100713-M1 (from rev 18031, root/cdk)
14 years, 6 months
JBoss Rich Faces SVN: r18031 - in root/cdk/trunk: archetypes and 12 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 16:00:04 -0400 (Tue, 13 Jul 2010)
New Revision: 18031
Modified:
root/cdk/trunk/archetypes/pom.xml
root/cdk/trunk/archetypes/ui-multimodule/pom.xml
root/cdk/trunk/archetypes/ui-singlemodule/pom.xml
root/cdk/trunk/bom/pom.xml
root/cdk/trunk/dist/pom.xml
root/cdk/trunk/parent/pom.xml
root/cdk/trunk/plugins/annotations/pom.xml
root/cdk/trunk/plugins/attributes/pom.xml
root/cdk/trunk/plugins/commons/pom.xml
root/cdk/trunk/plugins/generator/pom.xml
root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
root/cdk/trunk/plugins/pom.xml
root/cdk/trunk/plugins/xinclude/pom.xml
root/cdk/trunk/pom.xml
Log:
[maven-release-plugin] prepare release richfaces-cdk-4.0.0.20100713-M1
Modified: root/cdk/trunk/archetypes/pom.xml
===================================================================
--- root/cdk/trunk/archetypes/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/archetypes/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../parent</relativePath>
</parent>
Modified: root/cdk/trunk/archetypes/ui-multimodule/pom.xml
===================================================================
--- root/cdk/trunk/archetypes/ui-multimodule/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/archetypes/ui-multimodule/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetypes</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: root/cdk/trunk/archetypes/ui-singlemodule/pom.xml
===================================================================
--- root/cdk/trunk/archetypes/ui-singlemodule/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/archetypes/ui-singlemodule/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetypes</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: root/cdk/trunk/bom/pom.xml
===================================================================
--- root/cdk/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/bom/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -1,7 +1,6 @@
<?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 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">
<parent>
<groupId>org.richfaces</groupId>
@@ -13,7 +12,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>bom</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK) bill of materials.</name>
<description>This module defines all versions of CDK projects and their dependencies.</description>
@@ -21,9 +20,9 @@
<org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/bom</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/bom</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/bom</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/richfaces-cdk-4.0.0.20...</url>
</scm>
<build>
<!-- Define CDK plugin that is used by JSF component projects -->
Modified: root/cdk/trunk/dist/pom.xml
===================================================================
--- root/cdk/trunk/dist/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/dist/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/dist</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/dist</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
+ <url>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</url>
</scm>
<build>
<finalName>cdk</finalName>
Modified: root/cdk/trunk/parent/pom.xml
===================================================================
--- root/cdk/trunk/parent/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/parent/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>bom</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../bom</relativePath>
</parent>
@@ -13,7 +13,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
@@ -23,9 +23,9 @@
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/parent</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/parent</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/parent</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/richfaces-cdk-4.0.0.20...</url>
</scm>
<repositories>
<repository>
Modified: root/cdk/trunk/plugins/annotations/pom.xml
===================================================================
--- root/cdk/trunk/plugins/annotations/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/plugins/annotations/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -4,12 +4,12 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<description>That project contains annotations for JSF classes</description>
<name>annotations</name>
<dependencies>
Modified: root/cdk/trunk/plugins/attributes/pom.xml
===================================================================
--- root/cdk/trunk/plugins/attributes/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/plugins/attributes/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -4,12 +4,12 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
<name>attributes</name>
Modified: root/cdk/trunk/plugins/commons/pom.xml
===================================================================
--- root/cdk/trunk/plugins/commons/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/plugins/commons/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -4,12 +4,12 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<name>commons</name>
<build>
<plugins>
Modified: root/cdk/trunk/plugins/generator/pom.xml
===================================================================
--- root/cdk/trunk/plugins/generator/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/plugins/generator/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -3,13 +3,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<name>Java Server Faces component generator</name>
Modified: root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
===================================================================
--- root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/plugins/maven-cdk-plugin/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: root/cdk/trunk/plugins/pom.xml
===================================================================
--- root/cdk/trunk/plugins/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/plugins/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../parent</relativePath>
</parent>
@@ -14,9 +14,9 @@
<packaging>pom</packaging>
<name>maven CDK plugins</name>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/plugins</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/plugins</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/trunk/plugins</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/richfaces-cdk-4.0.0.20...</url>
</scm>
<build>
<plugins>
Modified: root/cdk/trunk/plugins/xinclude/pom.xml
===================================================================
--- root/cdk/trunk/plugins/xinclude/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/plugins/xinclude/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>
Modified: root/cdk/trunk/pom.xml
===================================================================
--- root/cdk/trunk/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
+++ root/cdk/trunk/pom.xml 2010-07-13 20:00:04 UTC (rev 18031)
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
@@ -28,9 +28,9 @@
</modules>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</developerConnection>
+ <url>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/tags/richfaces-cdk...</url>
</scm>
<!-- Minimal build configuration -->
14 years, 6 months
JBoss Rich Faces SVN: r18030 - in root: dist/trunk and 7 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 15:57:59 -0400 (Tue, 13 Jul 2010)
New Revision: 18030
Modified:
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml
root/dist/trunk/pom.xml
root/ui-sandbox/notify/trunk/bom/pom.xml
root/ui-sandbox/schedule/trunk/bom/pom.xml
root/ui/core/trunk/bom/pom.xml
root/ui/dist/trunk/bom/pom.xml
root/ui/iteration/trunk/bom/pom.xml
root/ui/misc/trunk/bom/pom.xml
root/ui/output/trunk/bom/pom.xml
Log:
[RichFaces Release Script] Updated intermodule version of org.richfaces.core.version properties to: 4.0.0.20100713-M1
Modified: root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml
===================================================================
--- root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/dist/trunk/pom.xml
===================================================================
--- root/dist/trunk/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/dist/trunk/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -35,7 +35,7 @@
<properties>
<org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
<org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
<org.richfaces.examples.core-demo.version>4.0.0-SNAPSHOT</org.richfaces.examples.core-demo.version>
<org.richfaces.examples.richfaces-showcase.version>4.0.0-SNAPSHOT</org.richfaces.examples.richfaces-showcase.version>
Modified: root/ui/core/trunk/bom/pom.xml
===================================================================
--- root/ui/core/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/ui/core/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/ui/dist/trunk/bom/pom.xml
===================================================================
--- root/ui/dist/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/ui/dist/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -39,7 +39,7 @@
<properties>
<org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
<org.richfaces.ui.misc.version>4.0.0-SNAPSHOT</org.richfaces.ui.misc.version>
<org.richfaces.ui.iteration.version>4.0.0-SNAPSHOT</org.richfaces.ui.iteration.version>
Modified: root/ui/iteration/trunk/bom/pom.xml
===================================================================
--- root/ui/iteration/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/ui/iteration/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/ui/misc/trunk/bom/pom.xml
===================================================================
--- root/ui/misc/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/ui/misc/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
</properties>
Modified: root/ui/output/trunk/bom/pom.xml
===================================================================
--- root/ui/output/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/ui/output/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
</properties>
Modified: root/ui-sandbox/notify/trunk/bom/pom.xml
===================================================================
--- root/ui-sandbox/notify/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/ui-sandbox/notify/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -39,7 +39,7 @@
<packaging>pom</packaging>
<properties>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/ui-sandbox/schedule/trunk/bom/pom.xml
===================================================================
--- root/ui-sandbox/schedule/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
+++ root/ui-sandbox/schedule/trunk/bom/pom.xml 2010-07-13 19:57:59 UTC (rev 18030)
@@ -36,7 +36,7 @@
<packaging>pom</packaging>
<properties>
- <org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
</properties>
<dependencyManagement>
14 years, 6 months
JBoss Rich Faces SVN: r18029 - in root/core/trunk: api and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 15:52:54 -0400 (Tue, 13 Jul 2010)
New Revision: 18029
Modified:
root/core/trunk/api/pom.xml
root/core/trunk/bom/pom.xml
root/core/trunk/impl/pom.xml
root/core/trunk/parent/pom.xml
root/core/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: root/core/trunk/api/pom.xml
===================================================================
--- root/core/trunk/api/pom.xml 2010-07-13 19:52:43 UTC (rev 18028)
+++ root/core/trunk/api/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -97,8 +97,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/api</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/api</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/api</url>
</scm>
</project>
\ No newline at end of file
Modified: root/core/trunk/bom/pom.xml
===================================================================
--- root/core/trunk/bom/pom.xml 2010-07-13 19:52:43 UTC (rev 18028)
+++ root/core/trunk/bom/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
@@ -22,7 +22,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Core BOM</name>
<parent>
@@ -73,9 +73,9 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/bom</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/bom</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/bom</url>
</scm>
</project>
Modified: root/core/trunk/impl/pom.xml
===================================================================
--- root/core/trunk/impl/pom.xml 2010-07-13 19:52:43 UTC (rev 18028)
+++ root/core/trunk/impl/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -256,8 +256,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/impl</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/impl</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/impl</url>
</scm>
</project>
\ No newline at end of file
Modified: root/core/trunk/parent/pom.xml
===================================================================
--- root/core/trunk/parent/pom.xml 2010-07-13 19:52:43 UTC (rev 18028)
+++ root/core/trunk/parent/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
@@ -23,7 +23,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Core Parent</name>
<parent>
@@ -101,8 +101,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/parent</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/parent</url>
</scm>
</project>
\ No newline at end of file
Modified: root/core/trunk/pom.xml
===================================================================
--- root/core/trunk/pom.xml 2010-07-13 19:52:43 UTC (rev 18028)
+++ root/core/trunk/pom.xml 2010-07-13 19:52:54 UTC (rev 18029)
@@ -28,7 +28,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
@@ -43,9 +43,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk</url>
</scm>
</project>
14 years, 6 months
JBoss Rich Faces SVN: r18028 - root/core/tags.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 15:52:43 -0400 (Tue, 13 Jul 2010)
New Revision: 18028
Added:
root/core/tags/richfaces-core-4.0.0.20100713-M1/
Log:
[maven-scm] copy for tag richfaces-core-4.0.0.20100713-M1
Copied: root/core/tags/richfaces-core-4.0.0.20100713-M1 (from rev 18027, root/core/trunk)
14 years, 6 months
JBoss Rich Faces SVN: r18027 - in root/core/trunk: api and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 15:52:31 -0400 (Tue, 13 Jul 2010)
New Revision: 18027
Modified:
root/core/trunk/api/pom.xml
root/core/trunk/bom/pom.xml
root/core/trunk/impl/pom.xml
root/core/trunk/parent/pom.xml
root/core/trunk/pom.xml
Log:
[maven-release-plugin] prepare release richfaces-core-4.0.0.20100713-M1
Modified: root/core/trunk/api/pom.xml
===================================================================
--- root/core/trunk/api/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
+++ root/core/trunk/api/pom.xml 2010-07-13 19:52:31 UTC (rev 18027)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -97,8 +97,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/api</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/api</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/api</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
</scm>
</project>
\ No newline at end of file
Modified: root/core/trunk/bom/pom.xml
===================================================================
--- root/core/trunk/bom/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
+++ root/core/trunk/bom/pom.xml 2010-07-13 19:52:31 UTC (rev 18027)
@@ -22,7 +22,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<name>RichFaces Core BOM</name>
<parent>
@@ -73,9 +73,9 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/bom</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/bom</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/bom</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
</scm>
</project>
Modified: root/core/trunk/impl/pom.xml
===================================================================
--- root/core/trunk/impl/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
+++ root/core/trunk/impl/pom.xml 2010-07-13 19:52:31 UTC (rev 18027)
@@ -15,13 +15,12 @@
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/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">
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -257,8 +256,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/impl</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/impl</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/impl</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
</scm>
</project>
\ No newline at end of file
Modified: root/core/trunk/parent/pom.xml
===================================================================
--- root/core/trunk/parent/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
+++ root/core/trunk/parent/pom.xml 2010-07-13 19:52:31 UTC (rev 18027)
@@ -23,7 +23,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<name>RichFaces Core Parent</name>
<parent>
@@ -101,8 +101,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk/parent</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk/parent</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk/parent</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
</scm>
</project>
\ No newline at end of file
Modified: root/core/trunk/pom.xml
===================================================================
--- root/core/trunk/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
+++ root/core/trunk/pom.xml 2010-07-13 19:52:31 UTC (rev 18027)
@@ -28,7 +28,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100713-M1</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
@@ -43,9 +43,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/core/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/core/tags/richfaces...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/core/tags/richfaces-co...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/core/tags/richfaces-core-4...</url>
</scm>
</project>
14 years, 6 months
JBoss Rich Faces SVN: r18026 - in root: core/trunk/bom and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 15:49:36 -0400 (Tue, 13 Jul 2010)
New Revision: 18026
Modified:
root/cdk/trunk/bom/pom.xml
root/core/trunk/bom/pom.xml
root/dist/trunk/pom.xml
root/ui/dist/trunk/bom/pom.xml
Log:
[RichFaces Release Script] Updated intermodule version of org.richfaces.commons.version properties to: 4.0.0.20100713-M1
Modified: root/cdk/trunk/bom/pom.xml
===================================================================
--- root/cdk/trunk/bom/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
+++ root/cdk/trunk/bom/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
@@ -18,7 +18,7 @@
<name>JSF Components Development Kit (CDK) bill of materials.</name>
<description>This module defines all versions of CDK projects and their dependencies.</description>
<properties>
- <org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
+ <org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
</properties>
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/trunk/bom</connection>
Modified: root/core/trunk/bom/pom.xml
===================================================================
--- root/core/trunk/bom/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
+++ root/core/trunk/bom/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
@@ -38,7 +38,7 @@
<url>http://www.jboss.org/richfaces</url>
<properties>
- <org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
+ <org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
</properties>
<!-- Runtime dependency management -->
Modified: root/dist/trunk/pom.xml
===================================================================
--- root/dist/trunk/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
+++ root/dist/trunk/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
@@ -34,7 +34,7 @@
<name>Richfaces Distribution Assembler</name>
<properties>
- <org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
+ <org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
<org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
<org.richfaces.examples.core-demo.version>4.0.0-SNAPSHOT</org.richfaces.examples.core-demo.version>
Modified: root/ui/dist/trunk/bom/pom.xml
===================================================================
--- root/ui/dist/trunk/bom/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
+++ root/ui/dist/trunk/bom/pom.xml 2010-07-13 19:49:36 UTC (rev 18026)
@@ -38,7 +38,7 @@
<url>http://www.jboss.org/richfaces</url>
<properties>
- <org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
+ <org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
<org.richfaces.ui.misc.version>4.0.0-SNAPSHOT</org.richfaces.ui.misc.version>
14 years, 6 months
JBoss Rich Faces SVN: r18025 - in root/commons/trunk: api and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 15:48:28 -0400 (Tue, 13 Jul 2010)
New Revision: 18025
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:
[maven-release-plugin] prepare for next development iteration
Modified: root/commons/trunk/api/pom.xml
===================================================================
--- root/commons/trunk/api/pom.xml 2010-07-13 19:48:21 UTC (rev 18024)
+++ root/commons/trunk/api/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
@@ -21,13 +21,13 @@
<parent>
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-parent</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-api</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Commons API</name>
<dependencies>
@@ -72,8 +72,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/tags/richfa...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/tags/richfaces...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/commons/tags/richfaces-com...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/trunk/api</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/trunk/api</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk/api</url>
</scm>
</project>
\ No newline at end of file
Modified: root/commons/trunk/bom/pom.xml
===================================================================
--- root/commons/trunk/bom/pom.xml 2010-07-13 19:48:21 UTC (rev 18024)
+++ root/commons/trunk/bom/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
@@ -23,7 +23,7 @@
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Commons BOM</name>
<parent>
@@ -62,9 +62,9 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/tags/richfa...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/tags/richfaces...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/commons/tags/richfaces-com...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/trunk/bom</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/trunk/bom</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk/bom</url>
</scm>
</project>
Modified: root/commons/trunk/parent/pom.xml
===================================================================
--- root/commons/trunk/parent/pom.xml 2010-07-13 19:48:21 UTC (rev 18024)
+++ root/commons/trunk/parent/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
@@ -21,7 +21,7 @@
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Commons Parent</name>
<parent>
@@ -78,8 +78,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/tags/richfa...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/tags/richfaces...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/commons/tags/richfaces-com...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/trunk/parent</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/trunk/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk/parent</url>
</scm>
</project>
\ No newline at end of file
Modified: root/commons/trunk/pom.xml
===================================================================
--- root/commons/trunk/pom.xml 2010-07-13 19:48:21 UTC (rev 18024)
+++ root/commons/trunk/pom.xml 2010-07-13 19:48:28 UTC (rev 18025)
@@ -28,7 +28,7 @@
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-aggregator</artifactId>
- <version>4.0.0.20100713-M1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces Commons Aggregator</name>
@@ -42,9 +42,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/tags/richfa...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/tags/richfaces...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/root/commons/tags/richfaces-com...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/commons/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/commons/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/root/commons/trunk</url>
</scm>
</project>
14 years, 6 months
JBoss Rich Faces SVN: r18024 - root/commons/tags.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-07-13 15:48:21 -0400 (Tue, 13 Jul 2010)
New Revision: 18024
Added:
root/commons/tags/richfaces-commons-4.0.0.20100713-M1/
Log:
[maven-scm] copy for tag richfaces-commons-4.0.0.20100713-M1
Copied: root/commons/tags/richfaces-commons-4.0.0.20100713-M1 (from rev 18023, root/commons/trunk)
14 years, 6 months