[seam-commits] Seam SVN: r12674 - modules/jms/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 30 21:58:26 EDT 2010
Author: jganoff
Date: 2010-04-30 21:58:25 -0400 (Fri, 30 Apr 2010)
New Revision: 12674
Modified:
modules/jms/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 3.0.0.Alpha1
Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml 2010-05-01 01:18:35 UTC (rev 12673)
+++ modules/jms/trunk/pom.xml 2010-05-01 01:58:25 UTC (rev 12674)
@@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.jboss.seam</groupId>
- <artifactId>seam-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <groupId>org.jboss.weld</groupId>
+ <artifactId>weld-parent</artifactId>
+ <version>9</version>
</parent>
<groupId>org.jboss.seam</groupId>
@@ -15,8 +15,11 @@
<name>Seam JMS Parent</name>
<version>3.0.0-SNAPSHOT</version>
+ <url>http://sfwk.org/Seam3/JMSModule</url>
+
<properties>
- <seamJmsVersion>3.0.0-SNAPSHOT</seamJmsVersion>
+ <seam.jms.version>3.0.0-SNAPSHOT</seam.jms.version>
+ <weld.api.version>1.0-SP1</weld.api.version>
</properties>
<modules>
@@ -41,16 +44,25 @@
<developers>
<developer>
<name>Jordan Ganoff</name>
+ <email>jganoff at gmail.com</email>
+ <timezone>EST</timezone>
<roles>
<role>Project Lead</role>
</roles>
- <email>jganoff at gmail.com</email>
</developer>
</developers>
<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>
+
+ <dependency>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
<version>1.1</version>
@@ -66,13 +78,13 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-jms</artifactId>
- <version>${seamJmsVersion}</version>
+ <version>${seam.jms.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-jms-impl</artifactId>
- <version>${seamJmsVersion}</version>
+ <version>${seam.jms.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
More information about the seam-commits
mailing list