[portal-commits] JBoss Portal SVN: r11869 - in modules/cms/tags/JBP_CMS_1_2_0: build and 1 other directories.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Wed Sep 10 07:50:00 EDT 2008
Author: thomas.heute at jboss.com
Date: 2008-09-10 07:50:00 -0400 (Wed, 10 Sep 2008)
New Revision: 11869
Modified:
modules/cms/tags/JBP_CMS_1_2_0/build/pom.xml
modules/cms/tags/JBP_CMS_1_2_0/cms-jackrabbit/pom.xml
modules/cms/tags/JBP_CMS_1_2_0/pom.xml
Log:
using correct version numbers
Modified: modules/cms/tags/JBP_CMS_1_2_0/build/pom.xml
===================================================================
--- modules/cms/tags/JBP_CMS_1_2_0/build/pom.xml 2008-09-10 11:48:31 UTC (rev 11868)
+++ modules/cms/tags/JBP_CMS_1_2_0/build/pom.xml 2008-09-10 11:50:00 UTC (rev 11869)
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.cms</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.0</version>
<packaging>pom</packaging>
<name>JBoss Portal CMS</name>
<url>http://www.jboss.com/products/jbossmc</url>
Modified: modules/cms/tags/JBP_CMS_1_2_0/cms-jackrabbit/pom.xml
===================================================================
--- modules/cms/tags/JBP_CMS_1_2_0/cms-jackrabbit/pom.xml 2008-09-10 11:48:31 UTC (rev 11868)
+++ modules/cms/tags/JBP_CMS_1_2_0/cms-jackrabbit/pom.xml 2008-09-10 11:50:00 UTC (rev 11869)
@@ -5,7 +5,7 @@
<groupId>org.jboss.portal.cms</groupId>
<artifactId>module-parent</artifactId>
<relativePath>../build/pom.xml</relativePath>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cms-jackrabbit</artifactId>
Modified: modules/cms/tags/JBP_CMS_1_2_0/pom.xml
===================================================================
--- modules/cms/tags/JBP_CMS_1_2_0/pom.xml 2008-09-10 11:48:31 UTC (rev 11868)
+++ modules/cms/tags/JBP_CMS_1_2_0/pom.xml 2008-09-10 11:50:00 UTC (rev 11869)
@@ -5,7 +5,7 @@
<artifactId>module-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal CMS Module</name>
- <version>trunk-SNAPSHOT</version>
+ <version>1.2.0</version>
<url>http://labs.jboss.com/jbossportal</url>
<dependencies/>
@@ -29,4 +29,4 @@
<module>build</module>
<module>cms-jackrabbit</module>
</modules>
-</project>
\ No newline at end of file
+</project>
More information about the portal-commits
mailing list