[portal-commits] JBoss Portal SVN: r9183 - in modules/common/tags/JBP_COMMON_1_1_0: common and 2 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Nov 29 04:37:49 EST 2007


Author: thomas.heute at jboss.com
Date: 2007-11-29 04:37:48 -0500 (Thu, 29 Nov 2007)
New Revision: 9183

Modified:
   modules/common/tags/JBP_COMMON_1_1_0/common/pom.xml
   modules/common/tags/JBP_COMMON_1_1_0/mc/pom.xml
   modules/common/tags/JBP_COMMON_1_1_0/pom.xml
   modules/common/tags/JBP_COMMON_1_1_0/portal/pom.xml
Log:
- Add 1.1.0 version number
- Add version number in the manifest


Modified: modules/common/tags/JBP_COMMON_1_1_0/common/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_1_0/common/pom.xml	2007-11-29 09:02:04 UTC (rev 9182)
+++ modules/common/tags/JBP_COMMON_1_1_0/common/pom.xml	2007-11-29 09:37:48 UTC (rev 9183)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.portal.common</groupId>
       <artifactId>jboss-portal-modules-common-root</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-portal-modules-common</artifactId>
@@ -208,4 +208,4 @@
    </reporting>
 
    <properties/>
-</project>
\ No newline at end of file
+</project>

Modified: modules/common/tags/JBP_COMMON_1_1_0/mc/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_1_0/mc/pom.xml	2007-11-29 09:02:04 UTC (rev 9182)
+++ modules/common/tags/JBP_COMMON_1_1_0/mc/pom.xml	2007-11-29 09:37:48 UTC (rev 9183)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.portal.common</groupId>
       <artifactId>jboss-portal-modules-common-root</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-portal-modules-common-mc</artifactId>
@@ -43,4 +43,4 @@
 
    <properties/>
    
-</project>
\ No newline at end of file
+</project>

Modified: modules/common/tags/JBP_COMMON_1_1_0/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_1_0/pom.xml	2007-11-29 09:02:04 UTC (rev 9182)
+++ modules/common/tags/JBP_COMMON_1_1_0/pom.xml	2007-11-29 09:37:48 UTC (rev 9183)
@@ -5,7 +5,7 @@
    <artifactId>jboss-portal-modules-common-root</artifactId>
    <packaging>pom</packaging>
    <name>JBoss Portal Modules Common</name>
-   <version>1.1.0-SNAPSHOT</version>
+   <version>1.1.0</version>
    <url>http://labs.jboss.com/jbossportal</url>
 
    <dependencies/>
@@ -72,6 +72,7 @@
                   <archive>
                      <manifest>
                         <addClasspath>true</addClasspath>
+                        <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                      </manifest>
                   </archive>
                </configuration>
@@ -198,4 +199,4 @@
 
    <properties/>
 
-</project>
\ No newline at end of file
+</project>

Modified: modules/common/tags/JBP_COMMON_1_1_0/portal/pom.xml
===================================================================
--- modules/common/tags/JBP_COMMON_1_1_0/portal/pom.xml	2007-11-29 09:02:04 UTC (rev 9182)
+++ modules/common/tags/JBP_COMMON_1_1_0/portal/pom.xml	2007-11-29 09:37:48 UTC (rev 9183)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.portal.common</groupId>
       <artifactId>jboss-portal-modules-common-root</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-portal-modules-common-portal</artifactId>




More information about the portal-commits mailing list