|
From: <de...@us...> - 2009-10-15 18:33:53
|
Revision: 5282
http://fudaa.svn.sourceforge.net/fudaa/?rev=5282&view=rev
Author: deniger
Date: 2009-10-15 18:33:46 +0000 (Thu, 15 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/business/fudaa-ef/pom.xml
Modified: trunk/business/fudaa-ef/pom.xml
===================================================================
--- trunk/business/fudaa-ef/pom.xml 2009-10-15 18:30:21 UTC (rev 5281)
+++ trunk/business/fudaa-ef/pom.xml 2009-10-15 18:33:46 UTC (rev 5282)
@@ -10,8 +10,8 @@
<parent>
<groupId>org.fudaa.pom</groupId>
- <artifactId>soft-pom</artifactId>
- <version>0.2</version>
+ <artifactId>business-pom</artifactId>
+ <version>0.3</version>
</parent>
<groupId>org.fudaa.business.ef</groupId>
<artifactId>project</artifactId>
@@ -36,14 +36,21 @@
</dependency>
<dependency>
<groupId>org.fudaa.business.ef</groupId>
- <artifactId>core</artifactId>
+ <artifactId>ef-core</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>org.fudaa.business.ef</groupId>
- <artifactId>io</artifactId>
+ <artifactId>ef-core</artifactId>
<version>${version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.fudaa.business.ef</groupId>
+ <artifactId>ef-io</artifactId>
+ <version>${version}</version>
+ </dependency>
<!-- <dependency>-->
<!-- <groupId>org.fudaa.business.ef</groupId>-->
<!-- <artifactId>client</artifactId>-->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|