[gatein-commits] gatein SVN: r308 - in components/common/trunk: common and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 7 03:31:41 EDT 2009


Author: thomas.heute at jboss.com
Date: 2009-10-07 03:31:40 -0400 (Wed, 07 Oct 2009)
New Revision: 308

Modified:
   components/common/trunk/common/pom.xml
   components/common/trunk/mc/pom.xml
   components/common/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.0-Beta03

Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml	2009-10-07 07:27:38 UTC (rev 307)
+++ components/common/trunk/common/pom.xml	2009-10-07 07:31:40 UTC (rev 308)
@@ -1,121 +1,120 @@
-<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">
-   <parent>
-      <groupId>org.gatein.common</groupId>
-      <artifactId>common-parent</artifactId>
-      <version>2.0.0-Beta03-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <artifactId>common-common</artifactId>
-   <packaging>jar</packaging>
-   <name>GateIn - Common component (common)</name>
-
-   <dependencies>
-
-      <dependency>
-         <groupId>apache-log4j</groupId>
-         <artifactId>log4j</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.activation</groupId>
-         <artifactId>activation</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>jboss</groupId>
-         <artifactId>jboss-j2ee</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss</groupId>
-         <artifactId>jboss-vfs</artifactId>
-      </dependency>
-     
-      <dependency>
-         <groupId>org.apache.ant</groupId>
-         <artifactId>ant</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>jboss</groupId>
-         <artifactId>jboss-jmx</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-httpclient</groupId>
-         <artifactId>commons-httpclient</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.apache.ant</groupId>
-         <artifactId>ant-junit</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.codehaus.cargo</groupId>
-         <artifactId>cargo-core-uberjar</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.apache.ant</groupId>
-         <artifactId>ant-nodeps</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>org.apache.ant</groupId>
-         <artifactId>ant-launcher</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>junit</groupId>
-         <artifactId>junit</artifactId>
-      </dependency>
-
-   </dependencies>
-
-   <build>
-      <plugins>
-
-         <plugin>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-               <encoding>iso-8859-1</encoding>
-            </configuration>
-         </plugin>
-
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <!-- To use in conjonctin with
-              export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"               
-                  -->
-               <forkMode>never</forkMode>
-               <argLine>-enableassertions</argLine>
-               <excludes>
-                  <exclude>org/gatein/common/i18n/BundleNameParserTestCase*.java</exclude>
-                  <exclude>org/gatein/common/net/URLNavigatorTestCase.java</exclude>
-               </excludes>
-            </configuration>
-         </plugin>
-
-      </plugins>
-
-      <testSourceDirectory>src/test/java</testSourceDirectory>
-
-      <testResources>
-         <testResource>
-            <directory>src/test/resources</directory>
-            <filtering>false</filtering>
-         </testResource>
-      </testResources>
-   </build>
-
-   <properties/>
-</project>
+<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">
+   <parent>
+      <groupId>org.gatein.common</groupId>
+      <artifactId>common-parent</artifactId>
+      <version>2.0.0-Beta03</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>common-common</artifactId>
+   <packaging>jar</packaging>
+   <name>GateIn - Common component (common)</name>
+
+   <dependencies>
+
+      <dependency>
+         <groupId>apache-log4j</groupId>
+         <artifactId>log4j</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.activation</groupId>
+         <artifactId>activation</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-j2ee</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss</groupId>
+         <artifactId>jboss-vfs</artifactId>
+      </dependency>
+     
+      <dependency>
+         <groupId>org.apache.ant</groupId>
+         <artifactId>ant</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-jmx</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-httpclient</groupId>
+         <artifactId>commons-httpclient</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.apache.ant</groupId>
+         <artifactId>ant-junit</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.codehaus.cargo</groupId>
+         <artifactId>cargo-core-uberjar</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.apache.ant</groupId>
+         <artifactId>ant-nodeps</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.apache.ant</groupId>
+         <artifactId>ant-launcher</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+      </dependency>
+
+   </dependencies>
+
+   <build>
+      <plugins>
+
+         <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+               <encoding>iso-8859-1</encoding>
+            </configuration>
+         </plugin>
+
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <!-- To use in conjonctin with
+              export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"               
+                  -->
+               <forkMode>never</forkMode>
+               <argLine>-enableassertions</argLine>
+               <excludes>
+                  <exclude>org/gatein/common/i18n/BundleNameParserTestCase*.java</exclude>
+                  <exclude>org/gatein/common/net/URLNavigatorTestCase.java</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
+
+      </plugins>
+
+      <testSourceDirectory>src/test/java</testSourceDirectory>
+
+      <testResources>
+         <testResource>
+            <directory>src/test/resources</directory>
+            <filtering>false</filtering>
+         </testResource>
+      </testResources>
+   </build>
+
+   <properties />
+</project>

Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml	2009-10-07 07:27:38 UTC (rev 307)
+++ components/common/trunk/mc/pom.xml	2009-10-07 07:31:40 UTC (rev 308)
@@ -1,37 +1,36 @@
-<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">
-   <parent>
-      <groupId>org.gatein.common</groupId>
-      <artifactId>common-parent</artifactId>
-      <version>2.0.0-Beta03-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <artifactId>common-mc</artifactId>
-   <packaging>jar</packaging>
-   <name>GateIn - Common component (mc)</name>
-
-   <dependencies>
-      
-      <dependency>
-         <groupId>org.jboss.microcontainer</groupId>
-         <artifactId>jboss-kernel</artifactId>
-      </dependency>
-
-      <dependency>
-        <groupId>org.jboss.man</groupId>
-        <artifactId>jboss-managed</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>apache-log4j</groupId>
-         <artifactId>log4j</artifactId>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-      </dependency>
-
-   </dependencies>
-
-</project>
+<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">
+   <parent>
+      <groupId>org.gatein.common</groupId>
+      <artifactId>common-parent</artifactId>
+      <version>2.0.0-Beta03</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>common-mc</artifactId>
+   <packaging>jar</packaging>
+   <name>GateIn - Common component (mc)</name>
+
+   <dependencies>
+      
+      <dependency>
+         <groupId>org.jboss.microcontainer</groupId>
+         <artifactId>jboss-kernel</artifactId>
+      </dependency>
+
+      <dependency>
+        <groupId>org.jboss.man</groupId>
+        <artifactId>jboss-managed</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>apache-log4j</groupId>
+         <artifactId>log4j</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+      </dependency>
+
+   </dependencies>
+
+</project>

Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml	2009-10-07 07:27:38 UTC (rev 307)
+++ components/common/trunk/pom.xml	2009-10-07 07:31:40 UTC (rev 308)
@@ -1,68 +1,66 @@
-<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>
-  
-  <name>GateIn - Common component</name>
-  
-  <groupId>org.gatein.common</groupId>
-  <artifactId>common-parent</artifactId>
-  <version>2.0.0-Beta03-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  
-  <parent>
-    <groupId>org.gatein</groupId>
-    <artifactId>gatein-parent</artifactId>
-    <version>1.0.0-Beta01</version>
-  </parent>
-  
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk/</developerConnection>
-    <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk/</url>
-  </scm>
-  
-  <!-- Import dependency management configuration -->
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.gatein</groupId>
-        <artifactId>gatein-dep</artifactId>
-        <version>1.0.0-Beta01</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-   
-  <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshots Repository</name>
-      <layout>default</layout>
-      <url>http://snapshots.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  
-  <modules>
-    <module>common</module>
-    <module>mc</module>
-  </modules>
-
-</project>
+<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>
+  
+  <name>GateIn - Common component</name>
+  
+  <groupId>org.gatein.common</groupId>
+  <artifactId>common-parent</artifactId>
+  <version>2.0.0-Beta03</version>
+  <packaging>pom</packaging>
+  
+  <parent>
+    <groupId>org.gatein</groupId>
+    <artifactId>gatein-parent</artifactId>
+    <version>1.0.0-Beta01</version>
+  </parent>
+  
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0.0-Beta03</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.0-Beta03</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.0-Beta03</url>
+  </scm>
+  
+  <!-- Import dependency management configuration -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.gatein</groupId>
+        <artifactId>gatein-dep</artifactId>
+        <version>1.0.0-Beta01</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+   
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshots Repository</name>
+      <layout>default</layout>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
+  <modules>
+    <module>common</module>
+    <module>mc</module>
+  </modules>
+
+</project>



More information about the gatein-commits mailing list