Author: blabno
Date: 2011-12-20 04:26:45 -0500 (Tue, 20 Dec 2011)
New Revision: 23098
Modified:
sandbox/trunk/ui/schedule/bom/pom.xml
sandbox/trunk/ui/schedule/demo/pom.xml
sandbox/trunk/ui/schedule/parent/pom.xml
sandbox/trunk/ui/schedule/pom.xml
sandbox/trunk/ui/schedule/ui/pom.xml
Log:
[maven-release-plugin] prepare release schedule-aggregator-4.1.0.Final
Modified: sandbox/trunk/ui/schedule/bom/pom.xml
===================================================================
--- sandbox/trunk/ui/schedule/bom/pom.xml 2011-12-20 09:10:36 UTC (rev 23097)
+++ sandbox/trunk/ui/schedule/bom/pom.xml 2011-12-20 09:26:45 UTC (rev 23098)
@@ -17,14 +17,13 @@
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>
<groupId>org.richfaces.sandbox.ui.schedule</groupId>
<artifactId>schedule-bom</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0.Final</version>
<name>Richfaces UI Components: schedule bom</name>
<packaging>pom</packaging>
Modified: sandbox/trunk/ui/schedule/demo/pom.xml
===================================================================
--- sandbox/trunk/ui/schedule/demo/pom.xml 2011-12-20 09:10:36 UTC (rev 23097)
+++ sandbox/trunk/ui/schedule/demo/pom.xml 2011-12-20 09:26:45 UTC (rev 23098)
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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.sandbox.ui.schedule</groupId>
<artifactId>schedule-parent</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -37,12 +36,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>${project.version}</version>
+ <version>4.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-impl</artifactId>
- <version>${project.version}</version>
+ <version>4.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui.schedule</groupId>
Modified: sandbox/trunk/ui/schedule/parent/pom.xml
===================================================================
--- sandbox/trunk/ui/schedule/parent/pom.xml 2011-12-20 09:10:36 UTC (rev 23097)
+++ sandbox/trunk/ui/schedule/parent/pom.xml 2011-12-20 09:26:45 UTC (rev 23098)
@@ -17,15 +17,14 @@
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</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0.Final</version>
</parent>
<groupId>org.richfaces.sandbox.ui.schedule</groupId>
@@ -50,7 +49,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>${org.richfaces.cdk.version}</version>
+ <version>4.1.0.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -62,7 +61,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>${org.richfaces.cdk.version}</version>
+ <version>4.1.0.Final</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -114,4 +113,10 @@
</snapshotRepository>
</distributionManagement>
+
+ <scm>
+
<
connection>scm:svn:https://svn.jboss.org/repos/richfaces/sandbox/tags/...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/sand...
+
<
url>scm:svn:https://svn.jboss.org/repos/richfaces/sandbox/tags/schedul...
+ </scm>
</project>
Modified: sandbox/trunk/ui/schedule/pom.xml
===================================================================
--- sandbox/trunk/ui/schedule/pom.xml 2011-12-20 09:10:36 UTC (rev 23097)
+++ sandbox/trunk/ui/schedule/pom.xml 2011-12-20 09:26:45 UTC (rev 23098)
@@ -1,73 +1,72 @@
-<?xml version="1.0" encoding="UTF-8"?><!--
- JBoss, Home of Professional Open Source
- Copyright , 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/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.richfaces.sandbox.ui.schedule</groupId>
- <artifactId>schedule-parent</artifactId>
- <version>4.1.0-SNAPSHOT</version>
- <relativePath>parent/pom.xml</relativePath>
- </parent>
-
- <artifactId>schedule-aggregator</artifactId>
- <packaging>pom</packaging>
- <name>Richfaces UI Components: schedule Aggregator</name>
-
- <modules>
- <module>bom</module>
- <module>parent</module>
- <module>ui</module>
- <module>demo</module>
- </modules>
-
- <profiles>
- <profile>
- <id>cli</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.twdata.maven</groupId>
- <artifactId>maven-cli-plugin</artifactId>
- <version>1.0.6-SNAPSHOT</version>
- <configuration>
- <userAliases>
- <ui>schedule-ui clean install</ui>
- <demo>schedule-demo clean package</demo>
- </userAliases>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/sandbox/tr...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/sand...
- <
url>http://fisheye.jboss.org/browse/richfaces/</url>
- </scm>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?><!--
+ JBoss, Home of Professional Open Source
+ Copyright , 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/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces.sandbox.ui.schedule</groupId>
+ <artifactId>schedule-parent</artifactId>
+ <version>4.1.0.Final</version>
+ <relativePath>parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>schedule-aggregator</artifactId>
+ <packaging>pom</packaging>
+ <name>Richfaces UI Components: schedule Aggregator</name>
+
+ <modules>
+ <module>bom</module>
+ <module>parent</module>
+ <module>ui</module>
+ <module>demo</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>cli</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.twdata.maven</groupId>
+ <artifactId>maven-cli-plugin</artifactId>
+ <version>1.0.6-SNAPSHOT</version>
+ <configuration>
+ <userAliases>
+ <ui>schedule-ui clean install</ui>
+ <demo>schedule-demo clean package</demo>
+ </userAliases>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/sandbox/ta...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/sand...
+
<
url>scm:svn:https://svn.jboss.org/repos/richfaces/sandbox/tags/schedul...
+ </scm>
+
+</project>
Modified: sandbox/trunk/ui/schedule/ui/pom.xml
===================================================================
--- sandbox/trunk/ui/schedule/ui/pom.xml 2011-12-20 09:10:36 UTC (rev 23097)
+++ sandbox/trunk/ui/schedule/ui/pom.xml 2011-12-20 09:26:45 UTC (rev 23098)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
-
xmlns="http://maven.apache.org/POM/4.0.0"
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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.sandbox.ui.schedule</groupId>
<artifactId>schedule-parent</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>schedule-ui</artifactId>
@@ -16,13 +14,13 @@
<dependency>
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-ui</artifactId>
- <version>${project.version}</version>
+ <version>4.1.0.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-impl</artifactId>
- <version>${project.version}</version>
+ <version>4.1.0.Final</version>
<scope>provided</scope>
</dependency>
<dependency>