gatein SVN: r5563 - components/wsrp/branches/2.0.0-EPP51-GA-prep/admin-gui.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-12-10 12:38:13 -0500 (Fri, 10 Dec 2010)
New Revision: 5563
Modified:
components/wsrp/branches/2.0.0-EPP51-GA-prep/admin-gui/pom.xml
Log:
Changing portletbridge version
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 14:05:58 UTC (rev 5562)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/admin-gui/pom.xml 2010-12-10 17:38:13 UTC (rev 5563)
@@ -68,12 +68,12 @@
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>2.1.0.CR2.EPP51</version>
+ <version>2.1.0.GA.EPP51</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>2.1.0.CR2.EPP51</version>
+ <version>2.1.0.GA.EPP51</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
14 years
gatein SVN: r5562 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 09:05:58 -0500 (Fri, 10 Dec 2010)
New Revision: 5562
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml
Log:
- Minor reformatting.
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml 2010-12-10 14:04:25 UTC (rev 5561)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml 2010-12-10 14:05:58 UTC (rev 5562)
@@ -152,34 +152,34 @@
<external-component-plugins>
<target-component>org.exoplatform.portal.config.UserPortalConfigService</target-component>
<component-plugin>
- <!-- The name of the plugin -->
- <name>new.portal.config.user.listener</name>
- <!-- The name of the method to call on the UserPortalConfigService in order to register the NewPortalConfigs -->
- <set-method>initListener</set-method>
- <!-- The full qualified name of the NewPortalConfigListener -->
- <type>org.exoplatform.portal.config.NewPortalConfigListener</type>
- <description>this listener init the portal configuration</description>
- <init-params>
- <object-param>
- <name>group.configuration</name>
- <description>description</description>
- <object type="org.exoplatform.portal.config.NewPortalConfig">
- <field name="predefinedOwner">
- <collection type="java.util.HashSet">
- <value>
- <string>platform/administrators</string>
- </value>
- </collection>
- </field>
- <field name="ownerType">
- <string>group</string>
- </field>
- <field name="templateLocation">
- <string>war:/conf/wsrp/portal</string>
- </field>
- </object>
- </object-param>
- </init-params>
+ <!-- The name of the plugin -->
+ <name>new.portal.config.user.listener</name>
+ <!-- The name of the method to call on the UserPortalConfigService in order to register the NewPortalConfigs -->
+ <set-method>initListener</set-method>
+ <!-- The full qualified name of the NewPortalConfigListener -->
+ <type>org.exoplatform.portal.config.NewPortalConfigListener</type>
+ <description>this listener init the portal configuration</description>
+ <init-params>
+ <object-param>
+ <name>group.configuration</name>
+ <description>description</description>
+ <object type="org.exoplatform.portal.config.NewPortalConfig">
+ <field name="predefinedOwner">
+ <collection type="java.util.HashSet">
+ <value>
+ <string>platform/administrators</string>
+ </value>
+ </collection>
+ </field>
+ <field name="ownerType">
+ <string>group</string>
+ </field>
+ <field name="templateLocation">
+ <string>war:/conf/wsrp/portal</string>
+ </field>
+ </object>
+ </object-param>
+ </init-params>
</component-plugin>
</external-component-plugins>
14 years
gatein SVN: r5561 - components/wsrp/branches/2.0.0-EPP51-GA-prep.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-12-10 09:04:25 -0500 (Fri, 10 Dec 2010)
New Revision: 5561
Added:
components/wsrp/branches/2.0.0-EPP51-GA-prep/README.txt
Log:
Adding a little README
Added: components/wsrp/branches/2.0.0-EPP51-GA-prep/README.txt
===================================================================
--- components/wsrp/branches/2.0.0-EPP51-GA-prep/README.txt (rev 0)
+++ components/wsrp/branches/2.0.0-EPP51-GA-prep/README.txt 2010-12-10 14:04:25 UTC (rev 5561)
@@ -0,0 +1,7 @@
+This is the Product flavor:
+
+mvn clean install -s settings.xml
+
+You may want to edit settings.xml to point to a different repo, but I wouldn't recommend using your common repo.
+
+You need to be being Red Hat VPN.
14 years
gatein SVN: r5560 - portal/trunk.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 09:02:32 -0500 (Fri, 10 Dec 2010)
New Revision: 5560
Modified:
portal/trunk/pom.xml
Log:
- Use WSRP 2.0.0-GA.
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-12-10 14:01:46 UTC (rev 5559)
+++ portal/trunk/pom.xml 2010-12-10 14:02:32 UTC (rev 5560)
@@ -48,7 +48,7 @@
<org.gatein.wci.version>2.0.2-GA</org.gatein.wci.version>
<org.gatein.pc.version>2.2.0-GA</org.gatein.pc.version>
<org.picketlink.idm>1.1.7.GA</org.picketlink.idm>
- <org.gatein.wsrp.version>2.0.0-CR03</org.gatein.wsrp.version>
+ <org.gatein.wsrp.version>2.0.0-GA</org.gatein.wsrp.version>
<org.gatein.mop.version>1.0.3-GA</org.gatein.mop.version>
<org.slf4j.version>1.5.6</org.slf4j.version>
<rhino.version>1.6R5</rhino.version>
14 years
gatein SVN: r5559 - portal/trunk/docs/reference-guide/en/modules.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 09:01:46 -0500 (Fri, 10 Dec 2010)
New Revision: 5559
Modified:
portal/trunk/docs/reference-guide/en/modules/WSRP.xml
Log:
- producers -> consumers.
Modified: portal/trunk/docs/reference-guide/en/modules/WSRP.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/WSRP.xml 2010-12-10 13:38:02 UTC (rev 5558)
+++ portal/trunk/docs/reference-guide/en/modules/WSRP.xml 2010-12-10 14:01:46 UTC (rev 5559)
@@ -686,7 +686,7 @@
<para>
Here is the configuration of the
<literal>selfv1</literal> and <literal>selfv2</literal>
- producers as found in
+ consumers as found in
<filename>$GATEIN_HOME/lib/wsrp-consumer-$WSRP_VERSION.jar/conf/wsrp-consumers-config.xml</filename>
with a cache expiring every 500 seconds and with a 50 second timeout for web service operations.
</para>
14 years
gatein SVN: r5558 - in components/wsrp/trunk: admin-gui and 9 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 08:38:02 -0500 (Fri, 10 Dec 2010)
New Revision: 5558
Modified:
components/wsrp/trunk/
components/wsrp/trunk/admin-gui/
components/wsrp/trunk/api/
components/wsrp/trunk/common/
components/wsrp/trunk/consumer/
components/wsrp/trunk/hibernate-impl/
components/wsrp/trunk/producer/
components/wsrp/trunk/test/
components/wsrp/trunk/wsrp-producer-war/
components/wsrp/trunk/wsrp1-ws/
components/wsrp/trunk/wsrp2-ws/
Log:
- Added *.iml and .idea to ignored svn files.
Property changes on: components/wsrp/trunk
___________________________________________________________________
Name: svn:ignore
- .settings
.project
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/admin-gui
___________________________________________________________________
Name: svn:ignore
- .settings
target
.classpath
.project
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/api
___________________________________________________________________
Name: svn:ignore
- .project
.settings
.classpath
target
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/common
___________________________________________________________________
Name: svn:ignore
- .settings
.project
.classpath
target
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/consumer
___________________________________________________________________
Name: svn:ignore
- target
.project
.classpath
.settings
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/hibernate-impl
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/producer
___________________________________________________________________
Name: svn:ignore
- .classpath
.settings
.project
target
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/test
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/wsrp-producer-war
___________________________________________________________________
Name: svn:ignore
- .settings
target
.project
.classpath
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/wsrp1-ws
___________________________________________________________________
Name: svn:ignore
- .project
.settings
target
.classpath
+ target
.project
.classpath
.settings
.idea
*.iml
Property changes on: components/wsrp/trunk/wsrp2-ws
___________________________________________________________________
Name: svn:ignore
- target
+ target
.project
.classpath
.settings
.idea
*.iml
14 years
gatein SVN: r5557 - components/wsrp/trunk/wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 08:23:04 -0500 (Fri, 10 Dec 2010)
New Revision: 5557
Modified:
components/wsrp/trunk/wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/WSRPBaseEndpoint.java
Log:
- GTNWSRP-181: do not force producer to start so that web services can properly be deployed on AS 6.
Modified: components/wsrp/trunk/wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/WSRPBaseEndpoint.java
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/WSRPBaseEndpoint.java 2010-12-10 13:15:45 UTC (rev 5556)
+++ components/wsrp/trunk/wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/WSRPBaseEndpoint.java 2010-12-10 13:23:04 UTC (rev 5557)
@@ -38,7 +38,7 @@
{
public WSRPBaseEndpoint()
{
- producer = ProducerHolder.getProducer();
+ producer = ProducerHolder.getProducer(true);
}
protected void forceSessionAccess()
14 years
gatein SVN: r5556 - components/wsrp/trunk/admin-gui.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-12-10 08:15:45 -0500 (Fri, 10 Dec 2010)
New Revision: 5556
Modified:
components/wsrp/trunk/admin-gui/pom.xml
Log:
- Updated to use PBR 2.1.0.FINAL.
Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml 2010-12-10 12:43:06 UTC (rev 5555)
+++ components/wsrp/trunk/admin-gui/pom.xml 2010-12-10 13:15:45 UTC (rev 5556)
@@ -69,12 +69,12 @@
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>2.1.0.CR1</version>
+ <version>2.1.0.FINAL</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>2.1.0.CR1</version>
+ <version>2.1.0.FINAL</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
14 years
gatein SVN: r5555 - in components/wsrp/branches/2.0.0-EPP51-GA-prep: admin-gui and 9 other directories.
by do-not-reply@jboss.org
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/latest/...</url>
+ <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>
14 years
gatein SVN: r5554 - components/wsrp/branches.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-12-10 05:46:19 -0500 (Fri, 10 Dec 2010)
New Revision: 5554
Added:
components/wsrp/branches/2.0.0-EPP51-GA-prep/
Log:
Preparing 2.0.0-EPP51-GA
Copied: components/wsrp/branches/2.0.0-EPP51-GA-prep (from rev 5553, components/wsrp/tags/2.0.0-GA)
14 years