Author: pete.muir(a)jboss.org
Date: 2009-12-16 14:18:19 -0500 (Wed, 16 Dec 2009)
New Revision: 11846
Removed:
modules/remoting/trunk/.settings/
Modified:
modules/remoting/trunk/pom.xml
Log:
cleanup, new build
Modified: modules/remoting/trunk/pom.xml
===================================================================
--- modules/remoting/trunk/pom.xml 2009-12-16 19:17:43 UTC (rev 11845)
+++ modules/remoting/trunk/pom.xml 2009-12-16 19:18:19 UTC (rev 11846)
@@ -1,10 +1,9 @@
-<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">
+<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>
-
+
<parent>
- <artifactId>seam-version-matrix</artifactId>
+ <artifactId>seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
<version>3.0.0-SNAPSHOT</version>
</parent>
@@ -14,6 +13,10 @@
<version>3.0.0-SNAPSHOT</version>
<name>Seam Remoting</name>
+ <properties>
+ <seam.version>3.0.0-SNAPSHOT</seam.version>
+ </properties>
+
<dependencies>
<dependency>
@@ -30,21 +33,10 @@
<dependency>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
+ <artifactId>hibernate-core</artifactId>
<scope>provided</scope>
</dependency>
- <!--dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-el</artifactId>
- <scope>provided</scope>
- </dependency-->
-
- <!--dependency>
- <groupId>${seam.groupId}</groupId>
- <artifactId>seam-international</artifactId>
- </dependency-->
-
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
@@ -52,8 +44,8 @@
</dependency>
<dependency>
- <groupId>javax.ejb</groupId>
- <artifactId>ejb-api</artifactId>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-api</artifactId>
<scope>provided</scope>
</dependency>
@@ -90,4 +82,10 @@
</dependency>
</dependencies>
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remotin...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/r...
+ <
url>http://fisheye.jboss.org/browse/Seam/modules/remoting/trunk</ur...
+ </scm>
+
</project>