Author: thomas.heute(a)jboss.com
Date: 2009-04-07 08:33:33 -0400 (Tue, 07 Apr 2009)
New Revision: 13168
Modified:
modules/portlet/tags/JBP_PORTLET_2_0_7/bridge/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/build/distrib/distrib.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/build/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/controller/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/docs/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/docs/user-guide/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/federation/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/jsr168api/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/management/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/mc/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/portal/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/portlet/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/releaseLibs.sh
modules/portlet/tags/JBP_PORTLET_2_0_7/samples/pom.xml
modules/portlet/tags/JBP_PORTLET_2_0_7/test/pom.xml
Log:
tagging
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/bridge/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/bridge/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/bridge/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</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/tags/JBP_PORTLET_2_0_7/build/distrib/distrib.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/build/distrib/distrib.xml 2009-04-07 12:13:30
UTC (rev 13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/build/distrib/distrib.xml 2009-04-07 12:33:33
UTC (rev 13168)
@@ -2,9 +2,9 @@
<property name="source.dir" value="../.."/>
<property name="src.docs.dir" value="${source.dir}/docs"/>
- <property name="pc.release.version"
value="trunk-SNAPSHOT"/>
- <property name="demo.release.version"
value="trunk-SNAPSHOT"/>
- <property name="maven.version" value="trunk-SNAPSHOT"/>
+ <property name="pc.release.version" value="2.0.7"/>
+ <property name="demo.release.version" value="2.0.7"/>
+ <property name="maven.version" value="2.0.7"/>
<!-- -->
<property name="pc.release.name"
value="jboss-portletcontainer-${pc.release.version}"/>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/build/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/build/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/build/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<packaging>pom</packaging>
<name>JBoss Portal Portlet Module</name>
<description>JBoss Portal Portlet Module</description>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/controller/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/controller/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/controller/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/docs/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/docs/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/docs/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -4,13 +4,13 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</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.7</version>
<
url>http://labs.jboss.com/jbossportal</url>
<modules>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/docs/user-guide/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/docs/user-guide/pom.xml 2009-04-07 12:13:30 UTC
(rev 13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/docs/user-guide/pom.xml 2009-04-07 12:33:33 UTC
(rev 13168)
@@ -11,7 +11,7 @@
</parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>user-guide-${translation}</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<packaging>jdocbook</packaging>
<name>User_Guide_(${translation})</name>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/federation/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/federation/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/federation/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</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/tags/JBP_PORTLET_2_0_7/jsr168api/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/jsr168api/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/jsr168api/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/management/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/management/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/management/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</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/tags/JBP_PORTLET_2_0_7/mc/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/mc/pom.xml 2009-04-07 12:13:30 UTC (rev 13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/mc/pom.xml 2009-04-07 12:33:33 UTC (rev 13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/pom.xml 2009-04-07 12:13:30 UTC (rev 13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/pom.xml 2009-04-07 12:33:33 UTC (rev 13168)
@@ -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.7</version>
<
url>http://labs.jboss.com/jbossportal</url>
<dependencies/>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/portal/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/portal/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/portal/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/portlet/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/portlet/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/portlet/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</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/tags/JBP_PORTLET_2_0_7/releaseLibs.sh
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/releaseLibs.sh 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/releaseLibs.sh 2009-04-07 12:33:33 UTC (rev
13168)
@@ -25,9 +25,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.7.jar $loc/portal-portlet-bridge-lib.jar
+cp controller/target/portlet-controller-2.0.7.jar $loc/portal-portlet-controller-lib.jar
+cp federation/target/portlet-federation-2.0.7.jar $loc/portal-portlet-federation-lib.jar
+cp management/target/portlet-management-2.0.7.jar $loc/portal-portlet-management-lib.jar
+cp portlet/target/portlet-portlet-2.0.7.jar $loc/portal-portlet-lib.jar
+cp samples/target/portlet-samples-2.0.7.jar $loc/portal-portlet-samples-lib.jar
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/samples/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/samples/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/samples/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: modules/portlet/tags/JBP_PORTLET_2_0_7/test/pom.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_7/test/pom.xml 2009-04-07 12:13:30 UTC (rev
13167)
+++ modules/portlet/tags/JBP_PORTLET_2_0_7/test/pom.xml 2009-04-07 12:33:33 UTC (rev
13168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.portal.portlet</groupId>
<artifactId>module-parent</artifactId>
- <version>trunk-SNAPSHOT</version>
+ <version>2.0.7</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>