[seam-commits] Seam SVN: r12673 - modules/international/trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Apr 30 21:18:36 EDT 2010


Author: kenfinni
Date: 2010-04-30 21:18:35 -0400 (Fri, 30 Apr 2010)
New Revision: 12673

Modified:
   modules/international/trunk/pom.xml
Log:
SEAMINTL-1 - Forgot to commit latest module pom!

Modified: modules/international/trunk/pom.xml
===================================================================
--- modules/international/trunk/pom.xml	2010-05-01 01:05:28 UTC (rev 12672)
+++ modules/international/trunk/pom.xml	2010-05-01 01:18:35 UTC (rev 12673)
@@ -1,113 +1,145 @@
 <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>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<artifactId>seam-parent</artifactId>
-		<groupId>org.jboss.seam</groupId>
-		<version>3.0.0-SNAPSHOT</version>
-	</parent>
+  <parent>
+    <groupId>org.jboss.weld</groupId>
+    <artifactId>weld-parent</artifactId>
+    <version>9</version>
+  </parent>
 
-	<artifactId>seam-international-parent</artifactId>
-	<groupId>org.jboss.seam.international</groupId>
-	<version>3.0.0-SNAPSHOT</version>
+  <artifactId>seam-international-parent</artifactId>
+  <groupId>org.jboss.seam.international</groupId>
+  <version>3.0.0-SNAPSHOT</version>
 
-	<packaging>pom</packaging>
-	<name>Seam International Module Parent POM</name>
+  <packaging>pom</packaging>
+  <name>Seam International Module Parent POM</name>
 
-	<description>The Parent for Seam International Module</description>
-	<url>http://www.seamframework.org</url>
+  <description>The Parent for Seam International Module</description>
+  <url>http://www.seamframework.org</url>
 
-	<modules>
-		<module>api</module>
-		<module>impl</module>
-		<!--module>docs</module-->
-		<!--module>examples/??</module-->
-	</modules>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+    <!--module>docs</module-->
+    <!--module>examples/??</module-->
+  </modules>
 
-	<properties>
-		<arquillian.version>1.0.0.Alpha1</arquillian.version>
-	</properties>
+  <properties>
+    <arquillian.version>1.0.0.Alpha1</arquillian.version>
+    <seam.xml.version>3.0.0-SNAPSHOT</seam.xml.version>
+    <weld.extensions.version>1.0.0.Alpha1</weld.extensions.version>
+    <weld.api.version>1.0-SP1</weld.api.version>
+    <joda-time.version>1.6</joda-time.version>
+    <pretty-time.version>1.0.6</pretty-time.version>
+  </properties>
 
-	<dependencies>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.jboss.weld</groupId>
+        <artifactId>weld-api-bom</artifactId>
+        <version>${weld.api.version}</version>
+        <scope>import</scope>
+        <type>pom</type>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
-		<!-- Environment Dependencies -->
-		<dependency>
-			<groupId>javax.el</groupId>
-			<artifactId>el-api</artifactId>
-			<version>2.2</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.enterprise</groupId>
-			<artifactId>cdi-api</artifactId>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.weld</groupId>
-			<artifactId>weld-extensions</artifactId>
-			<version>1.0.0.Alpha1</version>
-		</dependency>
+  <dependencies>
 
-		<!-- Test Dependencies -->
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.arquillian</groupId>
-			<artifactId>arquillian-junit</artifactId>
-			<version>${arquillian.version}</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.arquillian.container</groupId>
-			<artifactId>arquillian-weld-embedded</artifactId>
-			<version>${arquillian.version}</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+    <!-- Environment Dependencies -->
+    <dependency>
+      <groupId>javax.el</groupId>
+      <artifactId>el-api</artifactId>
+      <version>2.2</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.enterprise</groupId>
+      <artifactId>cdi-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-extensions</artifactId>
+      <version>${weld.extensions.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>${joda-time.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.ocpsoft</groupId>
+      <artifactId>ocpsoft-pretty-time</artifactId>
+      <version>${pretty-time.version}</version>
+    </dependency>
 
-	<developers>
-		<developer>
-			<name>Lincoln Baxter, III</name>
-			<email>lincolnbaxter at gmail.com</email>
-			<url>http://ocpsoft.com</url>
-			<organization>JBoss, by Red Hat</organization>
-			<organizationUrl>http://jboss.org</organizationUrl>
-			<timezone>EST</timezone>
-			<roles>
-				<role>Project Lead</role>
-			</roles>
-		</developer>
-		<developer>
-			<name>Ken Finnigan</name>
-			<timezone>GMT</timezone>
-			<roles>
-				<role>Project Lead</role>
-			</roles>
-		</developer>
-	</developers>
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.arquillian</groupId>
+      <artifactId>arquillian-junit</artifactId>
+      <version>${arquillian.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.arquillian.container</groupId>
+      <artifactId>arquillian-weld-embedded</artifactId>
+      <version>${arquillian.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.seam.xml</groupId>
+      <artifactId>seam-xml-bean-config</artifactId>
+      <version>${seam.xml.version}</version>
+    </dependency>
+  </dependencies>
 
-	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/international/trunk</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/international/trunk</developerConnection>
-		<url>http://fisheye.jboss.org/browse/Seam/modules/international/trunk</url>
-	</scm>
+  <developers>
+    <developer>
+      <name>Lincoln Baxter, III</name>
+      <email>lincolnbaxter at gmail.com</email>
+      <url>http://ocpsoft.com</url>
+      <organization>JBoss, by Red Hat</organization>
+      <organizationUrl>http://jboss.org</organizationUrl>
+      <timezone>EST</timezone>
+      <roles>
+        <role>Project Lead</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Ken Finnigan</name>
+      <timezone>GMT</timezone>
+      <roles>
+        <role>Project Lead</role>
+      </roles>
+    </developer>
+  </developers>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.0.2</version>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/international/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/international/trunk</developerConnection>
+    <url>http://fisheye.jboss.org/browse/Seam/modules/international/trunk</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>



More information about the seam-commits mailing list