[seam-commits] Seam SVN: r15579 - branches/enterprise/WFK-2_1/seam-cdk-helper.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jul 30 09:48:23 EDT 2013
Author: manaRH
Date: 2013-07-30 09:48:23 -0400 (Tue, 30 Jul 2013)
New Revision: 15579
Modified:
branches/enterprise/WFK-2_1/seam-cdk-helper/pom.xml
Log:
changed dependency on parent for seam-cdk-helper
Modified: branches/enterprise/WFK-2_1/seam-cdk-helper/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/seam-cdk-helper/pom.xml 2013-07-30 13:48:16 UTC (rev 15578)
+++ branches/enterprise/WFK-2_1/seam-cdk-helper/pom.xml 2013-07-30 13:48:23 UTC (rev 15579)
@@ -3,15 +3,16 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>jboss-seam-parent</artifactId>
- <groupId>org.jboss.seam</groupId>
- <version>2.3.1.Final-redhat-2</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>10-redhat-2</version>
+ <relativePath/>
+ </parent>
+ <groupId>org.jboss.seam</groupId>
<artifactId>seam-cdk-helper</artifactId>
<packaging>maven-plugin</packaging>
- <version>1.0-redhat-1</version>
+ <version>1.0.1-redhat-1</version>
<name>Seam 2.3 CDK Helper for using RF 4 CDK</name>
<url>http://seamframework.org</url>
<dependencies>
@@ -20,10 +21,5 @@
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
More information about the seam-commits
mailing list