Author: thomas.heute(a)jboss.com
Date: 2009-02-20 07:38:24 -0500 (Fri, 20 Feb 2009)
New Revision: 12843
Modified:
modules/common/tags/JBP_COMMON_1_2_4/build/pom.xml
modules/common/tags/JBP_COMMON_1_2_4/common/pom.xml
modules/common/tags/JBP_COMMON_1_2_4/mc/pom.xml
modules/common/tags/JBP_COMMON_1_2_4/pom.xml
modules/common/tags/JBP_COMMON_1_2_4/portal/pom.xml
modules/common/tags/JBP_COMMON_1_2_4/releaseLibs.sh
Log:
Tagging 1.2.4
Modified: modules/common/tags/JBP_COMMON_1_2_4/build/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_4/build/pom.xml 2009-02-20 12:32:51 UTC (rev
12842)
+++ modules/common/tags/JBP_COMMON_1_2_4/build/pom.xml 2009-02-20 12:38:24 UTC (rev
12843)
@@ -10,7 +10,7 @@
<artifactId>module-parent</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal Modules Common</name>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.4</version>
<
url>http://labs.jboss.com/jbossportal</url>
<properties>
Modified: modules/common/tags/JBP_COMMON_1_2_4/common/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_4/common/pom.xml 2009-02-20 12:32:51 UTC (rev
12842)
+++ modules/common/tags/JBP_COMMON_1_2_4/common/pom.xml 2009-02-20 12:38:24 UTC (rev
12843)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.common</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/common/tags/JBP_COMMON_1_2_4/mc/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_4/mc/pom.xml 2009-02-20 12:32:51 UTC (rev 12842)
+++ modules/common/tags/JBP_COMMON_1_2_4/mc/pom.xml 2009-02-20 12:38:24 UTC (rev 12843)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.common</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/common/tags/JBP_COMMON_1_2_4/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_4/pom.xml 2009-02-20 12:32:51 UTC (rev 12842)
+++ modules/common/tags/JBP_COMMON_1_2_4/pom.xml 2009-02-20 12:38:24 UTC (rev 12843)
@@ -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.4</version>
<distributionManagement>
<repository>
Modified: modules/common/tags/JBP_COMMON_1_2_4/portal/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_4/portal/pom.xml 2009-02-20 12:32:51 UTC (rev
12842)
+++ modules/common/tags/JBP_COMMON_1_2_4/portal/pom.xml 2009-02-20 12:38:24 UTC (rev
12843)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.common</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/common/tags/JBP_COMMON_1_2_4/releaseLibs.sh
===================================================================
--- modules/common/tags/JBP_COMMON_1_2_4/releaseLibs.sh 2009-02-20 12:32:51 UTC (rev
12842)
+++ modules/common/tags/JBP_COMMON_1_2_4/releaseLibs.sh 2009-02-20 12:38:24 UTC (rev
12843)
@@ -1,4 +1,4 @@
-repos=$HOME/Dev/portal-modules-repos/common/trunk-SNAPSHOT/lib
+repos=$HOME/Dev/portal-modules-repos/common/1.2.4/lib
thirdparty=$HOME/Dev/jboss-portal-2.7/thirdparty/jboss-portal/modules/common/lib/
echo "Copies current version of common libraries either to local repository copy or
Portal thirdparty to test or release purpose"
@@ -26,6 +26,6 @@
fi
-cp common/target/common-common-trunk-SNAPSHOT.jar $loc/portal-common-lib.jar
-cp mc/target/common-mc-trunk-SNAPSHOT.jar $loc/portal-common-mc-lib.jar
-cp portal/target/common-portal-trunk-SNAPSHOT.jar $loc/portal-common-portal-lib.jar
+cp common/target/common-common-1.2.4.jar $loc/portal-common-lib.jar
+cp mc/target/common-mc-1.2.4.jar $loc/portal-common-mc-lib.jar
+cp portal/target/common-portal-1.2.4.jar $loc/portal-common-portal-lib.jar