gatein SVN: r6549 - components/wci/trunk/test/servers/jetty6.
by do-not-reply@jboss.org
Author: mwringe
Date: 2011-05-24 17:04:19 -0400 (Tue, 24 May 2011)
New Revision: 6549
Modified:
components/wci/trunk/test/servers/jetty6/pom.xml
Log:
Update the version of the Cargo Jetty deployer. The Jetty tests should now be passing.
Modified: components/wci/trunk/test/servers/jetty6/pom.xml
===================================================================
--- components/wci/trunk/test/servers/jetty6/pom.xml 2011-05-24 21:04:09 UTC (rev 6548)
+++ components/wci/trunk/test/servers/jetty6/pom.xml 2011-05-24 21:04:19 UTC (rev 6549)
@@ -229,7 +229,7 @@
<!-- Jetty Deployer -->
<dependency>
<groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-jetty-deployer</artifactId>
+ <artifactId>cargo-jetty-6-and-earlier-deployer</artifactId>
<type>war</type>
<version>${version.cargo.jetty.deployer}</version>
</dependency>
@@ -392,7 +392,7 @@
<!-- -->
<!-- Cargo Jetty deployer -->
- <property name="dependency.cargo.jetty-deployer" value="${maven.dependency.org.codehaus.cargo.cargo-jetty-deployer.war.path}" />
+ <property name="dependency.cargo.jetty-deployer" value="${maven.dependency.org.codehaus.cargo.cargo-jetty-6-and-earlier-deployer.war.path}" />
<ant antfile="${basedir}/src/integration-tests/build.xml" inheritRefs="true">
13 years, 7 months
gatein SVN: r6548 - components/wci/trunk.
by do-not-reply@jboss.org
Author: mwringe
Date: 2011-05-24 17:04:09 -0400 (Tue, 24 May 2011)
New Revision: 6548
Modified:
components/wci/trunk/pom.xml
Log:
Update the version of the Cargo Jetty deployer. The Jetty tests should now be passing.
Modified: components/wci/trunk/pom.xml
===================================================================
--- components/wci/trunk/pom.xml 2011-05-24 15:00:29 UTC (rev 6547)
+++ components/wci/trunk/pom.xml 2011-05-24 21:04:09 UTC (rev 6548)
@@ -33,7 +33,7 @@
<version.discovery>0.4</version.discovery>
<!-- used in test module by maven-antrun-extended-plugin -->
<version.cargo>1.0.6</version.cargo>
- <version.cargo.jetty.deployer>1.0.1</version.cargo.jetty.deployer>
+ <version.cargo.jetty.deployer>1.1.0</version.cargo.jetty.deployer>
<version.oswego.concurrent>1.3.4</version.oswego.concurrent>
</properties>
13 years, 7 months
gatein SVN: r6547 - portal/trunk.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-05-24 11:00:29 -0400 (Tue, 24 May 2011)
New Revision: 6547
Modified:
portal/trunk/pom.xml
Log:
- Updated to use WSRP 2.1.0-Beta04.
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
+++ portal/trunk/pom.xml 2011-05-24 15:00:29 UTC (rev 6547)
@@ -48,7 +48,7 @@
<org.gatein.wci.version>2.1.0-Beta02</org.gatein.wci.version>
<org.gatein.pc.version>2.3.0-Beta03</org.gatein.pc.version>
<org.picketlink.idm>1.3.0.Alpha03</org.picketlink.idm>
- <org.gatein.wsrp.version>2.1.0-Beta03</org.gatein.wsrp.version>
+ <org.gatein.wsrp.version>2.1.0-Beta04</org.gatein.wsrp.version>
<org.gatein.mop.version>1.1.0-Beta01</org.gatein.mop.version>
<version.chromattic>1.1.0-beta2</version.chromattic>
<version.reflext>1.1.0-beta12</version.reflext>
13 years, 7 months
gatein SVN: r6546 - in sandbox/as7_support/wci: jboss/jboss6 and 8 other directories.
by do-not-reply@jboss.org
Author: mstruk
Date: 2011-05-24 10:58:38 -0400 (Tue, 24 May 2011)
New Revision: 6546
Added:
sandbox/as7_support/wci/jboss/pom.xml
sandbox/as7_support/wci/test/portlets/pom.xml
sandbox/as7_support/wci/tomcat/pom.xml
Modified:
sandbox/as7_support/wci/jboss/jboss6/pom.xml
sandbox/as7_support/wci/jboss/jboss7/pom.xml
sandbox/as7_support/wci/test/portlets/exo-portlet/pom.xml
sandbox/as7_support/wci/test/portlets/gatein-portlet/pom.xml
sandbox/as7_support/wci/test/portlets/native-portlet/pom.xml
sandbox/as7_support/wci/tomcat/tomcat6/pom.xml
sandbox/as7_support/wci/tomcat/tomcat7/pom.xml
Log:
Maven 3 compatibility - manually applied patch by claprun
Modified: sandbox/as7_support/wci/jboss/jboss6/pom.xml
===================================================================
--- sandbox/as7_support/wci/jboss/jboss6/pom.xml 2011-05-24 14:34:22 UTC (rev 6545)
+++ sandbox/as7_support/wci/jboss/jboss6/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-parent</artifactId>
+ <artifactId>wci-jboss</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: sandbox/as7_support/wci/jboss/jboss7/pom.xml
===================================================================
--- sandbox/as7_support/wci/jboss/jboss7/pom.xml 2011-05-24 14:34:22 UTC (rev 6545)
+++ sandbox/as7_support/wci/jboss/jboss7/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-parent</artifactId>
+ <artifactId>wci-jboss</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Added: sandbox/as7_support/wci/jboss/pom.xml
===================================================================
--- sandbox/as7_support/wci/jboss/pom.xml (rev 0)
+++ sandbox/as7_support/wci/jboss/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -0,0 +1,16 @@
+<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/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-parent</artifactId>
+ <version>2.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-jboss</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI JBoss compatibility component</name>
+
+ <modules>
+ <module>jboss6</module>
+ <module>jboss7</module>
+ </modules>
+</project>
\ No newline at end of file
Modified: sandbox/as7_support/wci/test/portlets/exo-portlet/pom.xml
===================================================================
--- sandbox/as7_support/wci/test/portlets/exo-portlet/pom.xml 2011-05-24 14:34:22 UTC (rev 6545)
+++ sandbox/as7_support/wci/test/portlets/exo-portlet/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: sandbox/as7_support/wci/test/portlets/gatein-portlet/pom.xml
===================================================================
--- sandbox/as7_support/wci/test/portlets/gatein-portlet/pom.xml 2011-05-24 14:34:22 UTC (rev 6545)
+++ sandbox/as7_support/wci/test/portlets/gatein-portlet/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: sandbox/as7_support/wci/test/portlets/native-portlet/pom.xml
===================================================================
--- sandbox/as7_support/wci/test/portlets/native-portlet/pom.xml 2011-05-24 14:34:22 UTC (rev 6545)
+++ sandbox/as7_support/wci/test/portlets/native-portlet/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Added: sandbox/as7_support/wci/test/portlets/pom.xml
===================================================================
--- sandbox/as7_support/wci/test/portlets/pom.xml (rev 0)
+++ sandbox/as7_support/wci/test/portlets/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -0,0 +1,17 @@
+<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/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-test-parent</artifactId>
+ <version>2.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-test-portlets</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI Tomcat compatibility component</name>
+
+ <modules>
+ <module>exo-portlet</module>
+ <module>gatein-portlet</module>
+ <module>native-portlet</module>
+ </modules>
+</project>
Added: sandbox/as7_support/wci/tomcat/pom.xml
===================================================================
--- sandbox/as7_support/wci/tomcat/pom.xml (rev 0)
+++ sandbox/as7_support/wci/tomcat/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -0,0 +1,16 @@
+<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/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-parent</artifactId>
+ <version>2.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-tomcat</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI Tomcat compatibility component</name>
+
+ <modules>
+ <module>tomcat6</module>
+ <module>tomcat7</module>
+ </modules>
+</project>
\ No newline at end of file
Modified: sandbox/as7_support/wci/tomcat/tomcat6/pom.xml
===================================================================
--- sandbox/as7_support/wci/tomcat/tomcat6/pom.xml 2011-05-24 14:34:22 UTC (rev 6545)
+++ sandbox/as7_support/wci/tomcat/tomcat6/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-parent</artifactId>
+ <artifactId>wci-tomcat</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: sandbox/as7_support/wci/tomcat/tomcat7/pom.xml
===================================================================
--- sandbox/as7_support/wci/tomcat/tomcat7/pom.xml 2011-05-24 14:34:22 UTC (rev 6545)
+++ sandbox/as7_support/wci/tomcat/tomcat7/pom.xml 2011-05-24 14:58:38 UTC (rev 6546)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-parent</artifactId>
+ <artifactId>wci-tomcat</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 7 months
gatein SVN: r6545 - portal/trunk/wsrp-integration/extension-component/src/main/java/org/gatein/integration/wsrp.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-05-24 10:34:22 -0400 (Tue, 24 May 2011)
New Revision: 6545
Modified:
portal/trunk/wsrp-integration/extension-component/src/main/java/org/gatein/integration/wsrp/WSRPServiceIntegration.java
Log:
- Added some logging.
Modified: portal/trunk/wsrp-integration/extension-component/src/main/java/org/gatein/integration/wsrp/WSRPServiceIntegration.java
===================================================================
--- portal/trunk/wsrp-integration/extension-component/src/main/java/org/gatein/integration/wsrp/WSRPServiceIntegration.java 2011-05-24 14:26:37 UTC (rev 6544)
+++ portal/trunk/wsrp-integration/extension-component/src/main/java/org/gatein/integration/wsrp/WSRPServiceIntegration.java 2011-05-24 14:34:22 UTC (rev 6545)
@@ -278,6 +278,8 @@
exoKernelIntegration.getPortletApplicationRegistry().addListener(producer);
producer.start();
+
+ log.info("WSRP Producer started");
}
private void startConsumers()
@@ -331,6 +333,8 @@
throw new RuntimeException("Couldn't start WSRP consumers registry.", e);
}
container.registerComponentInstance(ConsumerRegistry.class, consumerRegistry);
+
+ log.info("WSRP Consumers started");
}
public void stop()
13 years, 7 months
gatein SVN: r6544 - in epp/portal/branches/EPP-5-1-tmp/distribution: src and 1 other directory.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-05-24 10:26:37 -0400 (Tue, 24 May 2011)
New Revision: 6544
Modified:
epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml
epp/portal/branches/EPP-5-1-tmp/distribution/src/assemble.xml
Log:
EPP packaging with assemble
Modified: epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
+++ epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml 2011-05-24 14:26:37 UTC (rev 6544)
@@ -17,7 +17,7 @@
<name>Distribution</name>
<properties>
- <eap.version>5.1.1.GA</eap.version>
+ <eap.version>5.1.0</eap.version>
</properties>
<modules>
@@ -83,7 +83,8 @@
<executions>
<execution>
<id>unpack-zips</id>
- <phase>generate-resources</phase>
+<!-- <phase>generate-resources</phase>-->
+ <phase>package</phase>
<goals>
<goal>unpack</goal>
</goals>
Modified: epp/portal/branches/EPP-5-1-tmp/distribution/src/assemble.xml
===================================================================
--- epp/portal/branches/EPP-5-1-tmp/distribution/src/assemble.xml 2011-05-24 14:12:10 UTC (rev 6543)
+++ epp/portal/branches/EPP-5-1-tmp/distribution/src/assemble.xml 2011-05-24 14:26:37 UTC (rev 6544)
@@ -40,20 +40,14 @@
<outputDirectory>jboss-as/server/default/deploy</outputDirectory>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
- <dependencySet>
+<!-- <dependencySet>
<includes>
<include>*:zip</include>
</includes>
<outputDirectory></outputDirectory>
<unpack>true</unpack>
- </dependencySet>
+ </dependencySet>-->
</dependencySets>
- <fileSets>
- <fileSet>
- <directory>/opt/AS/jboss-5.1.0.GA</directory>
- <outputDirectory>jboss-as</outputDirectory>
- </fileSet>
- </fileSets>
<files>
<file>
<source>../component/common/src/main/java/conf/configuration-jboss.properties</source>
@@ -64,6 +58,12 @@
<outputDirectory>jboss-as/server/default/conf/gatein</outputDirectory>
</file>
</files>
+ <fileSets>
+ <fileSet>
+ <directory>${project.build.directory}/work/jboss-eap-5.1</directory>
+ <outputDirectory></outputDirectory>
+ </fileSet>
+ </fileSets>
<!-- <moduleSets>
<moduleSet>
13 years, 7 months
gatein SVN: r6543 - in components/wsrp/trunk: admin-gui and 14 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-05-24 10:12:10 -0400 (Tue, 24 May 2011)
New Revision: 6543
Modified:
components/wsrp/trunk/admin-gui/pom.xml
components/wsrp/trunk/api/pom.xml
components/wsrp/trunk/common/pom.xml
components/wsrp/trunk/consumer/pom.xml
components/wsrp/trunk/hibernate-impl/pom.xml
components/wsrp/trunk/jcr-impl/pom.xml
components/wsrp/trunk/pom.xml
components/wsrp/trunk/producer/pom.xml
components/wsrp/trunk/test/pom.xml
components/wsrp/trunk/ws-security/jboss5/pom.xml
components/wsrp/trunk/ws-security/pom.xml
components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
components/wsrp/trunk/ws-security/wss/pom.xml
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp1-ws/pom.xml
components/wsrp/trunk/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/admin-gui/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Modified: components/wsrp/trunk/api/pom.xml
===================================================================
--- components/wsrp/trunk/api/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/api/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/trunk/common/pom.xml
===================================================================
--- components/wsrp/trunk/common/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/common/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/trunk/consumer/pom.xml
===================================================================
--- components/wsrp/trunk/consumer/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/consumer/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/trunk/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/trunk/hibernate-impl/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/hibernate-impl/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/trunk/jcr-impl/pom.xml
===================================================================
--- components/wsrp/trunk/jcr-impl/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/jcr-impl/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-Beta04</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.1.0-Beta04</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk/</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/trunk/</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/trunk/</url>
</scm>
<properties>
Modified: components/wsrp/trunk/producer/pom.xml
===================================================================
--- components/wsrp/trunk/producer/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/producer/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/trunk/test/pom.xml
===================================================================
--- components/wsrp/trunk/test/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/test/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/ws-security/jboss5/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss-jboss5</artifactId>
Modified: components/wsrp/trunk/ws-security/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/ws-security/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>wsrp-wss-parent</artifactId>
Modified: components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-jb5wss</artifactId>
Modified: components/wsrp/trunk/ws-security/wss/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/wss/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/ws-security/wss/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss</artifactId>
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/trunk/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp2-ws/pom.xml 2011-05-24 14:11:40 UTC (rev 6542)
+++ components/wsrp/trunk/wsrp2-ws/pom.xml 2011-05-24 14:12:10 UTC (rev 6543)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Beta04</version>
+ <version>2.1.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>
13 years, 7 months
gatein SVN: r6542 - components/wsrp/tags.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-05-24 10:11:40 -0400 (Tue, 24 May 2011)
New Revision: 6542
Added:
components/wsrp/tags/2.1.0-Beta04/
Log:
[maven-scm] copy for tag 2.1.0-Beta04
13 years, 7 months
gatein SVN: r6541 - in components/wsrp/trunk: admin-gui and 14 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-05-24 10:11:15 -0400 (Tue, 24 May 2011)
New Revision: 6541
Modified:
components/wsrp/trunk/admin-gui/pom.xml
components/wsrp/trunk/api/pom.xml
components/wsrp/trunk/common/pom.xml
components/wsrp/trunk/consumer/pom.xml
components/wsrp/trunk/hibernate-impl/pom.xml
components/wsrp/trunk/jcr-impl/pom.xml
components/wsrp/trunk/pom.xml
components/wsrp/trunk/producer/pom.xml
components/wsrp/trunk/test/pom.xml
components/wsrp/trunk/ws-security/jboss5/pom.xml
components/wsrp/trunk/ws-security/pom.xml
components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
components/wsrp/trunk/ws-security/wss/pom.xml
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp1-ws/pom.xml
components/wsrp/trunk/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare release 2.1.0-Beta04
Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/admin-gui/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Modified: components/wsrp/trunk/api/pom.xml
===================================================================
--- components/wsrp/trunk/api/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/api/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/trunk/common/pom.xml
===================================================================
--- components/wsrp/trunk/common/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/common/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/trunk/consumer/pom.xml
===================================================================
--- components/wsrp/trunk/consumer/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/consumer/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/trunk/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/trunk/hibernate-impl/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/hibernate-impl/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/trunk/jcr-impl/pom.xml
===================================================================
--- components/wsrp/trunk/jcr-impl/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/jcr-impl/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
</parent>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/trunk/</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/trunk/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.1.0-Beta04</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.1.0-Beta04</url>
</scm>
<properties>
Modified: components/wsrp/trunk/producer/pom.xml
===================================================================
--- components/wsrp/trunk/producer/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/producer/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/trunk/test/pom.xml
===================================================================
--- components/wsrp/trunk/test/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/test/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/ws-security/jboss5/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/ws-security/jboss5/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss-jboss5</artifactId>
Modified: components/wsrp/trunk/ws-security/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/ws-security/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<artifactId>wsrp-wss-parent</artifactId>
Modified: components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-jb5wss</artifactId>
Modified: components/wsrp/trunk/ws-security/wss/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/wss/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/ws-security/wss/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-wss-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wss</artifactId>
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/trunk/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp2-ws/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
+++ components/wsrp/trunk/wsrp2-ws/pom.xml 2011-05-24 14:11:15 UTC (rev 6541)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.1.0-Beta04-SNAPSHOT</version>
+ <version>2.1.0-Beta04</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>
13 years, 7 months
gatein SVN: r6540 - in components/wci/trunk: jboss/jboss6 and 7 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2011-05-24 10:07:50 -0400 (Tue, 24 May 2011)
New Revision: 6540
Added:
components/wci/trunk/jboss/pom.xml
components/wci/trunk/test/portlets/pom.xml
components/wci/trunk/tomcat/pom.xml
Modified:
components/wci/trunk/jboss/jboss6/pom.xml
components/wci/trunk/test/portlets/exo-portlet/pom.xml
components/wci/trunk/test/portlets/gatein-portlet/pom.xml
components/wci/trunk/test/portlets/native-portlet/pom.xml
components/wci/trunk/tomcat/tomcat6/pom.xml
components/wci/trunk/tomcat/tomcat7/pom.xml
Log:
- Create a valid structure for Maven 3.
Modified: components/wci/trunk/jboss/jboss6/pom.xml
===================================================================
--- components/wci/trunk/jboss/jboss6/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/jboss/jboss6/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-parent</artifactId>
+ <artifactId>wci-jboss</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Added: components/wci/trunk/jboss/pom.xml
===================================================================
--- components/wci/trunk/jboss/pom.xml (rev 0)
+++ components/wci/trunk/jboss/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -0,0 +1,15 @@
+<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/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-parent</artifactId>
+ <version>2.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-jboss</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI JBoss compatibility component</name>
+
+ <modules>
+ <module>jboss6</module>
+ </modules>
+</project>
Modified: components/wci/trunk/test/portlets/exo-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/exo-portlet/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/test/portlets/exo-portlet/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wci/trunk/test/portlets/gatein-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/gatein-portlet/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/test/portlets/gatein-portlet/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wci/trunk/test/portlets/native-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/native-portlet/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/test/portlets/native-portlet/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-test-parent</artifactId>
+ <artifactId>wci-test-portlets</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Added: components/wci/trunk/test/portlets/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/pom.xml (rev 0)
+++ components/wci/trunk/test/portlets/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -0,0 +1,17 @@
+<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/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-test-parent</artifactId>
+ <version>2.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-test-portlets</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI Tomcat compatibility component</name>
+
+ <modules>
+ <module>exo-portlet</module>
+ <module>gatein-portlet</module>
+ <module>native-portlet</module>
+ </modules>
+</project>
Added: components/wci/trunk/tomcat/pom.xml
===================================================================
--- components/wci/trunk/tomcat/pom.xml (rev 0)
+++ components/wci/trunk/tomcat/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -0,0 +1,16 @@
+<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/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-parent</artifactId>
+ <version>2.1.0-Beta03-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-tomcat</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI Tomcat compatibility component</name>
+
+ <modules>
+ <module>tomcat6</module>
+ <module>tomcat7</module>
+ </modules>
+</project>
Modified: components/wci/trunk/tomcat/tomcat6/pom.xml
===================================================================
--- components/wci/trunk/tomcat/tomcat6/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/tomcat/tomcat6/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-parent</artifactId>
+ <artifactId>wci-tomcat</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wci/trunk/tomcat/tomcat7/pom.xml
===================================================================
--- components/wci/trunk/tomcat/tomcat7/pom.xml 2011-05-24 13:57:57 UTC (rev 6539)
+++ components/wci/trunk/tomcat/tomcat7/pom.xml 2011-05-24 14:07:50 UTC (rev 6540)
@@ -1,7 +1,7 @@
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-parent</artifactId>
+ <artifactId>wci-tomcat</artifactId>
<version>2.1.0-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 7 months