[Suiviobsmer-commits] r866 - in trunk: . wao-business
Author: tchemit Date: 2010-12-29 17:54:17 +0000 (Wed, 29 Dec 2010) New Revision: 866 Log: use stable version of eugene + make build works with the new Binder Api Modified: trunk/pom.xml trunk/wao-business/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-29 16:27:19 UTC (rev 865) +++ trunk/pom.xml 2010-12-29 17:54:17 UTC (rev 866) @@ -332,7 +332,7 @@ <nuitonUtilsVersion>1.5.3-SNAPSHOT</nuitonUtilsVersion> <nuitonWebVersion>0.1</nuitonWebVersion> <topiaVersion>2.5-SNAPSHOT</topiaVersion> - <eugeneVersion>2.3-SNAPSHOT</eugeneVersion> + <eugeneVersion>2.3</eugeneVersion> <tapestryVersion>5.2.4</tapestryVersion> <hibernateVersion>3.3.2.GA</hibernateVersion> Modified: trunk/wao-business/pom.xml =================================================================== --- trunk/wao-business/pom.xml 2010-12-29 16:27:19 UTC (rev 865) +++ trunk/wao-business/pom.xml 2010-12-29 17:54:17 UTC (rev 866) @@ -195,6 +195,21 @@ </goals> </execution> </executions> + <dependencies> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-persistence</artifactId> + <version>${topiaVersion}</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + <version>${nuitonUtilsVersion}</version> + <scope>compile</scope> + </dependency> + </dependencies> + </plugin> <plugin> <groupId>org.nuiton.i18n</groupId>
participants (1)
-
tchemit@users.labs.libre-entreprise.org