Author: thomas.heute(a)jboss.com
Date: 2009-01-15 06:39:22 -0500 (Thu, 15 Jan 2009)
New Revision: 12517
Modified:
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/bridge/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/build/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/controller/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/user-guide/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/federation/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/jsr168api/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/management/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/mc/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portal/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portlet/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/releaseLibs.sh
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/samples/pom.xml
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/test/pom.xml
Log:
2.0.5 release
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/bridge/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/bridge/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/bridge/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -24,4 +24,4 @@
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/build/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/build/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/build/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -18,31 +18,31 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<packaging>pom</packaging>
<name>JBoss Portal Portlet Module</name>
<description>JBoss Portal Portlet Module</description>
<properties>
- <version.apache.portals.bridges>1.0.3</version.apache.portals.bridges>
+ <version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
<version.apache-taglibs>1.1.2</version.apache-taglibs>
<version.concurrent>1.3.4</version.concurrent>
<version.javax.servlet>2.5</version.javax.servlet>
<version.javax.servlet.jsp>2.1</version.javax.servlet.jsp>
<version.apache.tomcat>5.5.12</version.apache.tomcat>
<version.jboss-logging>2.0.4.GA</version.jboss-logging>
- <version.jbossxb>2.0.0.CR8</version.jbossxb>
+ <version.jbossxb>2.0.0.GA</version.jbossxb>
<version.jboss-remoting>2.2.1.GA</version.jboss-remoting>
-
<version.jboss.portal.common>trunk-SNAPSHOT</version.jboss.portal.common>
- <version.jboss.portal.web>1.2.2</version.jboss.portal.web>
- <version.jboss.unit>1.2.1</version.jboss.unit>
+ <version.jboss.portal.common>1.2.3</version.jboss.portal.common>
+ <version.jboss.portal.web>1.2.3</version.jboss.portal.web>
+ <version.jboss.unit>1.2.2</version.jboss.unit>
<version.log4j>1.2.14</version.log4j>
<version.apache.commons-logging>1.1.1</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.reflect>2.0.0.Beta12</version.jboss.reflect>
+ <version.jboss.microcontainer>2.0.2.GA</version.jboss.microcontainer>
+ <version.jboss.reflect>2.0.2.GA</version.jboss.reflect>
<version.cargo>1.0-alpha-6</version.cargo>
- <version.junit>3.8.1</version.junit>
+ <version.junit>3.8.2</version.junit>
<version.ant>1.7.0</version.ant>
<version.sun-jaxb>2.1.4</version.sun-jaxb>
<version.portlet-api>2.0</version.portlet-api>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/controller/pom.xml
===================================================================
---
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/controller/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/controller/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -4,13 +4,13 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Portlet Docs Aggregator</name>
- <version>2.0-Beta1</version>
+ <version>2.0.5</version>
<
url>http://labs.jboss.com/jbossportal</url>
<modules>
Modified:
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/user-guide/pom.xml
===================================================================
---
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/user-guide/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/docs/user-guide/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>user-guide-${translation}</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<packaging>jdocbook</packaging>
<name>User_Guide_(${translation})</name>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/federation/pom.xml
===================================================================
---
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/federation/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/federation/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -62,4 +62,4 @@
</build>
-</project>
\ No newline at end of file
+</project>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/jsr168api/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/jsr168api/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/jsr168api/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/management/pom.xml
===================================================================
---
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/management/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++
modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/management/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -20,4 +20,4 @@
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/mc/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/mc/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/mc/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/pom.xml 2009-01-15 10:47:25
UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/pom.xml 2009-01-15 11:39:22
UTC (rev 12517)
@@ -5,7 +5,7 @@
<artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Portlet Module Aggregator</name>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.5</version>
<
url>http://labs.jboss.com/jbossportal</url>
<dependencies/>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portal/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portal/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portal/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portlet/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portlet/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/portlet/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -207,4 +207,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/releaseLibs.sh
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/releaseLibs.sh 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/releaseLibs.sh 2009-01-15
11:39:22 UTC (rev 12517)
@@ -1,4 +1,4 @@
-repos=$HOME/Dev/portal-modules-repos/portlet/trunk-SNAPSHOT/lib
+repos=$HOME/Dev/portal-modules-repos/portlet/2.0.5/lib
thirdparty=$HOME/Dev/jboss-portal-2.7/thirdparty/jboss-portal/modules/portlet/lib
echo "Copies current version of portlet libraries either to local repository copy or
Portal thirdparty to test or release purpose"
@@ -21,9 +21,9 @@
echo "Releasing to Portal thirdparty"
fi
-cp bridge/target/portlet-bridge-2.1.0-SNAPSHOT.jar $loc/portal-portlet-bridge-lib.jar
-cp controller/target/portlet-controller-2.1.0-SNAPSHOT.jar
$loc/portal-portlet-controller-lib.jar
-cp federation/target/portlet-federation-2.1.0-SNAPSHOT.jar
$loc/portal-portlet-federation-lib.jar
-cp management/target/portlet-management-2.1.0-SNAPSHOT.jar
$loc/portal-portlet-management-lib.jar
-cp portlet/target/portlet-portlet-2.1.0-SNAPSHOT.jar $loc/portal-portlet-lib.jar
-cp samples/target/portlet-samples-2.1.0-SNAPSHOT.jar $loc/portal-portlet-samples-lib.jar
+cp bridge/target/portlet-bridge-2.0.5.jar $loc/portal-portlet-bridge-lib.jar
+cp controller/target/portlet-controller-2.0.5.jar $loc/portal-portlet-controller-lib.jar
+cp federation/target/portlet-federation-2.0.5.jar $loc/portal-portlet-federation-lib.jar
+cp management/target/portlet-management-2.0.5.jar $loc/portal-portlet-management-lib.jar
+cp portlet/target/portlet-portlet-2.0.5.jar $loc/portal-portlet-lib.jar
+cp samples/target/portlet-samples-2.0.5.jar $loc/portal-portlet-samples-lib.jar
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/samples/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/samples/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/samples/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/test/pom.xml
===================================================================
--- modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/test/pom.xml 2009-01-15
10:47:25 UTC (rev 12516)
+++ modules/portlet/branches/JBP_PORTLET_RELEASE_BRANCH_2_0_5/test/pom.xml 2009-01-15
11:39:22 UTC (rev 12517)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.0.5</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>