[portal-commits] JBoss Portal SVN: r9186 - in modules/test/tags/JBP_TEST_1_1_0: build and 12 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Nov 29 05:47:44 EST 2007


Author: thomas.heute at jboss.com
Date: 2007-11-29 05:47:44 -0500 (Thu, 29 Nov 2007)
New Revision: 9186

Modified:
   modules/test/tags/JBP_TEST_1_1_0/build/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/mc/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/remote/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/test/agent/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/test/core/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/test/generic/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/test/jboss/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/test/opends/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/tooling/ant/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/tooling/examples/maven2/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/tooling/maven2/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/tooling/pom.xml
   modules/test/tags/JBP_TEST_1_1_0/unit/pom.xml
Log:
Change version number to 1.1.0


Modified: modules/test/tags/JBP_TEST_1_1_0/build/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/build/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/build/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -18,7 +18,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.unit</groupId>
   <artifactId>jboss-portal-modules-test</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0</version>
   <packaging>pom</packaging>
   <name>JBoss Portal Test Module</name>
   <url>http://www.jboss.com/products/jbossmc</url>
@@ -122,6 +122,17 @@
             <downloadSources>true</downloadSources>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <configuration>
+             <archive>
+                <manifest>
+                   <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                </manifest>
+             </archive>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Modified: modules/test/tags/JBP_TEST_1_1_0/mc/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/mc/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/mc/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -1,45 +1,45 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.unit</groupId>
-   <artifactId>jboss-portal-modules-test-aggregator</artifactId>
-   <packaging>pom</packaging>
-   <name>JBoss Portal Modules Test</name>
-   <version>1.1.0-SNAPSHOT</version>
-   <url>http://labs.jboss.com/jbossportal</url>
-
-   <dependencies/>
-
-   <distributionManagement>
-      <!--<repository>-->
-      <!--Copy the distribution jar file to a local checkout of the maven repository
-       -  This variable can be set in $MAVEN_HOME/conf/settings.xml-->
-      <!--<id>repository.jboss.org</id>-->
-      <!--<url>file://${jboss.repository.root}</url>-->
-      <!--</repository>-->
-      <snapshotRepository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Snapshot Repository</name>
-         <url>dav:https://snapshots.jboss.org/maven2</url>
-         <uniqueVersion>true</uniqueVersion>
-      </snapshotRepository>
-   </distributionManagement>
-
-   <modules>
-      <module>build</module>
-      <module>unit</module>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.unit</groupId>
+   <artifactId>jboss-portal-modules-test-aggregator</artifactId>
+   <packaging>pom</packaging>
+   <name>JBoss Portal Modules Test</name>
+   <version>1.1.0</version>
+   <url>http://labs.jboss.com/jbossportal</url>
+
+   <dependencies/>
+
+   <distributionManagement>
+      <!--<repository>-->
+      <!--Copy the distribution jar file to a local checkout of the maven repository
+       -  This variable can be set in $MAVEN_HOME/conf/settings.xml-->
+      <!--<id>repository.jboss.org</id>-->
+      <!--<url>file://${jboss.repository.root}</url>-->
+      <!--</repository>-->
+      <snapshotRepository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>dav:https://snapshots.jboss.org/maven2</url>
+         <uniqueVersion>true</uniqueVersion>
+      </snapshotRepository>
+   </distributionManagement>
+
+   <modules>
+      <module>build</module>
+      <module>unit</module>
       <module>tooling/ant</module>
-      <module>tooling/maven2</module>
-      <module>mc</module>
-      <module>remote</module>
-      <module>test/core</module>
-      <module>test/opends</module>
-      <module>test/generic</module>
-      <module>test/jboss</module>
-      <module>test/agent</module>
-   </modules>
-
-   
-
-
-</project>
+      <module>tooling/maven2</module>
+      <module>mc</module>
+      <module>remote</module>
+      <module>test/core</module>
+      <module>test/opends</module>
+      <module>test/generic</module>
+      <module>test/jboss</module>
+      <module>test/agent</module>
+   </modules>
+
+   
+
+
+</project>

Modified: modules/test/tags/JBP_TEST_1_1_0/remote/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/remote/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/remote/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/test/agent/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/test/agent/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/test/agent/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -71,8 +71,6 @@
          </resource>
       </resources>
 
-      
-
       <plugins>
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
@@ -121,4 +119,4 @@
    <properties>
 
    </properties>
-</project>
\ No newline at end of file
+</project>

Modified: modules/test/tags/JBP_TEST_1_1_0/test/core/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/test/core/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/test/core/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/test/generic/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/test/generic/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/test/generic/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/test/jboss/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/test/jboss/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/test/jboss/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/test/opends/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/test/opends/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/test/opends/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -98,4 +98,4 @@
    <properties>
 
    </properties>
-</project>
\ No newline at end of file
+</project>

Modified: modules/test/tags/JBP_TEST_1_1_0/tooling/ant/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/tooling/ant/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/tooling/ant/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/tooling/examples/maven2/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/tooling/examples/maven2/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/tooling/examples/maven2/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <groupId>org.jboss.unit</groupId>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-unit-tooling-maven2-example</artifactId>
-   <version>0.1</version>
+   <version>1.1.0</version>
    <packaging>jar</packaging>
    <name>bobo</name>
 
@@ -107,4 +107,4 @@
    <properties>
 
    </properties>
-</project>
\ No newline at end of file
+</project>

Modified: modules/test/tags/JBP_TEST_1_1_0/tooling/maven2/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/tooling/maven2/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/tooling/maven2/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/tooling/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/tooling/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/tooling/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: modules/test/tags/JBP_TEST_1_1_0/unit/pom.xml
===================================================================
--- modules/test/tags/JBP_TEST_1_1_0/unit/pom.xml	2007-11-29 09:56:14 UTC (rev 9185)
+++ modules/test/tags/JBP_TEST_1_1_0/unit/pom.xml	2007-11-29 10:47:44 UTC (rev 9186)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
       <relativePath>../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>




More information about the portal-commits mailing list