Author: alain_defrance
Date: 2010-09-24 08:37:38 -0400 (Fri, 24 Sep 2010)
New Revision: 4382
Modified:
portal/branches/wci/packaging/jboss-as/ear/pom.xml
portal/branches/wci/packaging/module/src/main/javascript/portal.packaging.module.js
portal/branches/wci/pom.xml
Log:
Change WCI version for the WCI login feature
Modified: portal/branches/wci/packaging/jboss-as/ear/pom.xml
===================================================================
--- portal/branches/wci/packaging/jboss-as/ear/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
+++ portal/branches/wci/packaging/jboss-as/ear/pom.xml 2010-09-24 12:37:38 UTC (rev 4382)
@@ -291,7 +291,7 @@
</dependency>
<dependency>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-tomcat</artifactId>
+ <artifactId>wci-tomcat6</artifactId>
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
Modified:
portal/branches/wci/packaging/module/src/main/javascript/portal.packaging.module.js
===================================================================
---
portal/branches/wci/packaging/module/src/main/javascript/portal.packaging.module.js 2010-09-24
11:17:22 UTC (rev 4381)
+++
portal/branches/wci/packaging/module/src/main/javascript/portal.packaging.module.js 2010-09-24
12:37:38 UTC (rev 4382)
@@ -70,7 +70,7 @@
addDependency(new Project("org.gatein.pc", "pc-controller",
"jar", pcVersion)).
addDependency(new Project("org.gatein.pc", "pc-federation",
"jar", pcVersion)).
addDependency(new Project("org.gatein.wci", "wci-wci",
"jar", wciVersion)).
- addDependency(new Project("org.gatein.wci", "wci-tomcat",
"jar", wciVersion)).
+ addDependency(new Project("org.gatein.wci", "wci-tomcat6",
"jar", wciVersion)).
addDependency(new Project("org.gatein.wci", "wci-exo",
"jar", wciVersion)).
addDependency(new Project("org.gatein.common", "common-common",
"jar", commonVersion)).
addDependency(new Project("log4j", "log4j", "jar",
"1.2.14")).
Modified: portal/branches/wci/pom.xml
===================================================================
--- portal/branches/wci/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
+++ portal/branches/wci/pom.xml 2010-09-24 12:37:38 UTC (rev 4382)
@@ -45,7 +45,7 @@
<org.shindig.version>1.0-r790473-Patch02</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
<org.gatein.common.version>2.0.3-GA</org.gatein.common.version>
- <org.gatein.wci.version>2.0.2-GA</org.gatein.wci.version>
+
<org.gatein.wci.version>2.1.0-Alpha01-SNAPSHOT</org.gatein.wci.version>
<org.gatein.pc.version>2.2.0-Beta03</org.gatein.pc.version>
<org.picketlink.idm>1.1.5.GA</org.picketlink.idm>
<org.gatein.wsrp.version>2.0.0-Alpha02</org.gatein.wsrp.version>
@@ -288,7 +288,7 @@
</dependency>
<dependency>
<groupId>org.gatein.wci</groupId>
- <artifactId>wci-tomcat</artifactId>
+ <artifactId>wci-tomcat6</artifactId>
<version>${org.gatein.wci.version}</version>
</dependency>
<dependency>
Show replies by date