Author: thomas.heute(a)jboss.com
Date: 2010-12-10 07:43:06 -0500 (Fri, 10 Dec 2010)
New Revision: 5555
Added:
components/wsrp/branches/2.0.0-EPP51-GA-prep/settings.xml
Modified:
components/wsrp/branches/2.0.0-EPP51-GA-prep/admin-gui/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/api/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/common/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/consumer/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/hibernate-impl/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/producer/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/test/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp-producer-war/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp1-ws/pom.xml
components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp2-ws/pom.xml
Log:
Preparing for 2.0.0 GA EPP51
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/admin-gui/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/admin-gui/pom.xml 2010-12-10 10:46:19 UTC
(rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/admin-gui/pom.xml 2010-12-10 12:43:06 UTC
(rev 5555)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
@@ -68,12 +68,12 @@
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>2.1.0.FINAL</version>
+ <version>2.1.0.CR2.EPP51</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>2.1.0.FINAL</version>
+ <version>2.1.0.CR2.EPP51</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/api/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/api/pom.xml 2010-12-10 10:46:19 UTC (rev
5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/api/pom.xml 2010-12-10 12:43:06 UTC (rev
5555)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/common/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/common/pom.xml 2010-12-10 10:46:19 UTC
(rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/common/pom.xml 2010-12-10 12:43:06 UTC
(rev 5555)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/consumer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/consumer/pom.xml 2010-12-10 10:46:19 UTC
(rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/consumer/pom.xml 2010-12-10 12:43:06 UTC
(rev 5555)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/hibernate-impl/pom.xml 2010-12-10
10:46:19 UTC (rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/hibernate-impl/pom.xml 2010-12-10
12:43:06 UTC (rev 5555)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/pom.xml 2010-12-10 10:46:19 UTC (rev
5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/pom.xml 2010-12-10 12:43:06 UTC (rev
5555)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
<packaging>pom</packaging>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/producer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/producer/pom.xml 2010-12-10 10:46:19 UTC
(rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/producer/pom.xml 2010-12-10 12:43:06 UTC
(rev 5555)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Added: components/wsrp/branches/2.0.0-EPP51-GA-prep/settings.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/settings.xml (rev
0)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/settings.xml 2010-12-10 12:43:06 UTC (rev
5555)
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<settings
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
+
+ <localRepository>${env.HOME}/.m2_EPP</localRepository>
+
+ <mirrors>
+ <mirror>
+ <id>internal-repository</id>
+ <name>Maven Repository Manager running on repo.mycompany.com</name>
+
<
url>http://download.devel.redhat.com/brewroot/repos/jboss-epp-5-build/...
+ <mirrorOf>*</mirrorOf>
+ </mirror>
+ </mirrors>
+</settings>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/test/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/test/pom.xml 2010-12-10 10:46:19 UTC (rev
5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/test/pom.xml 2010-12-10 12:43:06 UTC (rev
5555)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp-producer-war/pom.xml 2010-12-10
10:46:19 UTC (rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp-producer-war/pom.xml 2010-12-10
12:43:06 UTC (rev 5555)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp1-ws/pom.xml 2010-12-10 10:46:19 UTC
(rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp1-ws/pom.xml 2010-12-10 12:43:06 UTC
(rev 5555)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp2-ws/pom.xml 2010-12-10 10:46:19 UTC
(rev 5554)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/wsrp2-ws/pom.xml 2010-12-10 12:43:06 UTC
(rev 5555)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.0.0-GA</version>
+ <version>2.0.0-epp51-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>