Author: thomas.heute(a)jboss.com
Date: 2009-01-15 05:38:41 -0500 (Thu, 15 Jan 2009)
New Revision: 12515
Modified:
modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/build/pom.xml
modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/pom.xml
modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/web/pom.xml
Log:
Web 1.2.3
Modified: modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/build/pom.xml
===================================================================
--- modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/build/pom.xml 2009-01-15 09:59:28
UTC (rev 12514)
+++ modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/build/pom.xml 2009-01-15 10:38:41
UTC (rev 12515)
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.web</groupId>
<artifactId>module-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.3</version>
<packaging>pom</packaging>
<name>JBoss Portal Test Module</name>
<
url>http://www.jboss.com/products/jbossmc</url>
@@ -26,21 +26,20 @@
<properties>
<version.concurrent>1.3.4</version.concurrent>
- <version.sun.servlet>2.4</version.sun.servlet>
+ <version.sun.servlet>2.5</version.sun.servlet>
<version.apache.tomcat>6.0.16</version.apache.tomcat>
<version.jetty>6.1.7</version.jetty>
<version.jboss-logging>2.0.4.GA</version.jboss-logging>
<version.apache.log4j>1.2.14</version.apache.log4j>
- <version.jboss-remoting>2.2.1.GA</version.jboss-remoting>
- <version.jboss.portal.common>1.2.2</version.jboss.portal.common>
- <version.jboss.unit>1.2.1</version.jboss.unit>
- <version.jboss-reflect>2.0.0.Beta12</version.jboss-reflect>
- <version.log4j>1.2.14</version.log4j>
- <version.apache.commons-logging>1.1.1</version.apache.commons-logging>
+ <version.jboss-remoting>2.2.2.SP1</version.jboss-remoting>
+ <version.jboss.portal.common>1.2.3</version.jboss.portal.common>
+ <version.jboss.unit>1.2.2</version.jboss.unit>
+ <version.jboss-reflect>2.0.2.GA</version.jboss-reflect>
+
<version.apache.commons-logging>1.1.0.jboss</version.apache.commons-logging>
<version.apache.commons-httpclient>3.0.1</version.apache.commons-httpclient>
-
<version.jboss.microcontainer>2.0.0.Beta13</version.jboss.microcontainer>
+ <version.jboss.microcontainer>2.0.2.GA</version.jboss.microcontainer>
<version.cargo>1.0-alpha-6</version.cargo>
- <version.junit>3.8.1</version.junit>
+ <version.junit>3.8.2-brew</version.junit>
<version.ant>1.7.0</version.ant>
</properties>
@@ -114,7 +113,7 @@
<version>${version.jboss.portal.common}</version>
</dependency>
<dependency>
- <groupId>sun-servlet</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${version.sun.servlet}</version>
</dependency>
Modified: modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/pom.xml
===================================================================
--- modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/pom.xml 2009-01-15 09:59:28 UTC (rev
12514)
+++ modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/pom.xml 2009-01-15 10:38:41 UTC (rev
12515)
@@ -5,7 +5,7 @@
<artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Web Module</name>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.3</version>
<
url>http://labs.jboss.com/jbossportal</url>
<dependencies/>
Modified: modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/web/pom.xml
===================================================================
--- modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/web/pom.xml 2009-01-15 09:59:28 UTC
(rev 12514)
+++ modules/web/branches/JBP_WEB_RELEASE_BRANCH_1_2_3/web/pom.xml 2009-01-15 10:38:41 UTC
(rev 12515)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.web</groupId>
<artifactId>module-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.3</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
</exclusions>
</dependency>
<dependency>
- <groupId>sun-servlet</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>