Author: thomas.heute(a)jboss.com
Date: 2008-10-22 05:39:01 -0400 (Wed, 22 Oct 2008)
New Revision: 12126
Modified:
modules/common/tags/JBP_COMMON_1_2_2/build/pom.xml
modules/common/tags/JBP_COMMON_1_2_2/common/pom.xml
modules/common/tags/JBP_COMMON_1_2_2/mc/pom.xml
modules/common/tags/JBP_COMMON_1_2_2/pom.xml
modules/common/tags/JBP_COMMON_1_2_2/portal/pom.xml
modules/common/tags/JBP_COMMON_1_2_2/releaseLibs.sh
Log:
1.2.2 version
Modified: modules/common/tags/JBP_COMMON_1_2_2/build/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_2/build/pom.xml 2008-10-22 09:35:14 UTC (rev
12125)
+++ modules/common/tags/JBP_COMMON_1_2_2/build/pom.xml 2008-10-22 09:39:01 UTC (rev
12126)
@@ -3,14 +3,14 @@
<parent>
<groupId>org.jboss.portal</groupId>
<artifactId>jboss-portal-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.common</groupId>
<artifactId>module-parent</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Modules Common</name>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.2</version>
<
url>http://labs.jboss.com/jbossportal</url>
<properties>
Modified: modules/common/tags/JBP_COMMON_1_2_2/common/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_2/common/pom.xml 2008-10-22 09:35:14 UTC (rev
12125)
+++ modules/common/tags/JBP_COMMON_1_2_2/common/pom.xml 2008-10-22 09:39:01 UTC (rev
12126)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.common</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/common/tags/JBP_COMMON_1_2_2/mc/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_2/mc/pom.xml 2008-10-22 09:35:14 UTC (rev 12125)
+++ modules/common/tags/JBP_COMMON_1_2_2/mc/pom.xml 2008-10-22 09:39:01 UTC (rev 12126)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.common</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/common/tags/JBP_COMMON_1_2_2/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_2/pom.xml 2008-10-22 09:35:14 UTC (rev 12125)
+++ modules/common/tags/JBP_COMMON_1_2_2/pom.xml 2008-10-22 09:39:01 UTC (rev 12126)
@@ -5,7 +5,7 @@
<artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Modules Common (aggregator)</name>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.2</version>
<distributionManagement>
<repository>
Modified: modules/common/tags/JBP_COMMON_1_2_2/portal/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_2/portal/pom.xml 2008-10-22 09:35:14 UTC (rev
12125)
+++ modules/common/tags/JBP_COMMON_1_2_2/portal/pom.xml 2008-10-22 09:39:01 UTC (rev
12126)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.common</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.2</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/common/tags/JBP_COMMON_1_2_2/releaseLibs.sh
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_2/releaseLibs.sh 2008-10-22 09:35:14 UTC (rev
12125)
+++ modules/common/tags/JBP_COMMON_1_2_2/releaseLibs.sh 2008-10-22 09:39:01 UTC (rev
12126)
@@ -22,6 +22,6 @@
fi
-cp common/target/common-common-1.2.0-SNAPSHOT.jar $loc/portal-common-lib.jar
-cp mc/target/common-mc-1.2.0-SNAPSHOT.jar $loc/portal-common-mc-lib.jar
-cp portal/target/common-portal-1.2.0-SNAPSHOT.jar $loc/portal-common-portal-lib.jar
+cp common/target/common-common-1.2.2.jar $loc/portal-common-lib.jar
+cp mc/target/common-mc-1.2.2.jar $loc/portal-common-mc-lib.jar
+cp portal/target/common-portal-1.2.2.jar $loc/portal-common-portal-lib.jar