r588 - in trunk: . echobase-domain echobase-services echobase-services/src/main/java/fr/ifremer/echobase/services echobase-tools echobase-ui
Author: tchemit Date: 2012-09-01 13:35:19 +0200 (Sat, 01 Sep 2012) New Revision: 588 Url: http://forge.codelutin.com/repositories/revision/echobase/588 Log: rename to domain module = remove no more used package Added: trunk/echobase-domain/ Removed: trunk/echobase-entities/ trunk/echobase-services/src/main/java/fr/ifremer/echobase/services/exceptions/ Modified: trunk/echobase-domain/pom.xml trunk/echobase-services/pom.xml trunk/echobase-tools/pom.xml trunk/echobase-ui/pom.xml trunk/pom.xml Modified: trunk/echobase-domain/pom.xml =================================================================== --- trunk/echobase-entities/pom.xml 2012-09-01 11:28:26 UTC (rev 587) +++ trunk/echobase-domain/pom.xml 2012-09-01 11:35:19 UTC (rev 588) @@ -15,9 +15,9 @@ </parent> <groupId>fr.ifremer.echobase</groupId> - <artifactId>echobase-entities</artifactId> - <name>EchoBase :: Entities</name> - <description>EchoBase entities module</description> + <artifactId>echobase-domain</artifactId> + <name>EchoBase :: Domain</name> + <description>EchoBase domain module</description> <properties> <!-- no site generation --> Modified: trunk/echobase-services/pom.xml =================================================================== --- trunk/echobase-services/pom.xml 2012-09-01 11:28:26 UTC (rev 587) +++ trunk/echobase-services/pom.xml 2012-09-01 11:35:19 UTC (rev 588) @@ -100,7 +100,7 @@ <dependency> <groupId>${project.groupId}</groupId> - <artifactId>echobase-entities</artifactId> + <artifactId>echobase-domain</artifactId> <version>${project.version}</version> </dependency> Modified: trunk/echobase-tools/pom.xml =================================================================== --- trunk/echobase-tools/pom.xml 2012-09-01 11:28:26 UTC (rev 587) +++ trunk/echobase-tools/pom.xml 2012-09-01 11:35:19 UTC (rev 588) @@ -49,7 +49,7 @@ <dependency> <groupId>${project.groupId}</groupId> - <artifactId>echobase-entities</artifactId> + <artifactId>echobase-domain</artifactId> <version>${project.version}</version> </dependency> Modified: trunk/echobase-ui/pom.xml =================================================================== --- trunk/echobase-ui/pom.xml 2012-09-01 11:28:26 UTC (rev 587) +++ trunk/echobase-ui/pom.xml 2012-09-01 11:35:19 UTC (rev 588) @@ -153,7 +153,7 @@ <dependency> <groupId>${project.groupId}</groupId> - <artifactId>echobase-entities</artifactId> + <artifactId>echobase-domain</artifactId> <version>${project.version}</version> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-09-01 11:28:26 UTC (rev 587) +++ trunk/pom.xml 2012-09-01 11:35:19 UTC (rev 588) @@ -14,7 +14,7 @@ <version>1.1-SNAPSHOT</version> <modules> - <module>echobase-entities</module> + <module>echobase-domain</module> <module>echobase-services</module> <module>echobase-tools</module> <module>echobase-ui</module>
participants (1)
-
tchemit@users.forge.codelutin.com