r3310 - in trunk: . lima-business lima-callao lima-swing
Author: echatellier Date: 2012-01-09 10:52:52 +0100 (Mon, 09 Jan 2012) New Revision: 3310 Url: http://chorem.org/repositories/revision/lima/3310 Log: T?\195?\162che #457: Updates to nuiton-utils 2.4.1 T?\195?\162che #458: Updates to topia 2.6.5 T?\195?\162che #464: Update to eugene 2.4.2 T?\195?\162che #465: Update opencsv to 2.3 T?\195?\162che #466: Update to h2 1.3.163 T?\195?\162che #467: Update to pdfbox 1.6.0 Modified: trunk/lima-business/pom.xml trunk/lima-callao/pom.xml trunk/lima-swing/pom.xml trunk/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2012-01-04 17:21:25 UTC (rev 3309) +++ trunk/lima-business/pom.xml 2012-01-09 09:52:52 UTC (rev 3310) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2012-01-04 17:21:25 UTC (rev 3309) +++ trunk/lima-callao/pom.xml 2012-01-09 09:52:52 UTC (rev 3310) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2012-01-04 17:21:25 UTC (rev 3309) +++ trunk/lima-swing/pom.xml 2012-01-09 09:52:52 UTC (rev 3310) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-04 17:21:25 UTC (rev 3309) +++ trunk/pom.xml 2012-01-09 09:52:52 UTC (rev 3310) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> <modules> <module>lima-callao</module> @@ -96,14 +96,14 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.155</version> + <version>1.3.163</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - <version>3.3.2.GA</version> + <version>3.6.9.Final</version> </dependency> <!-- librairie axis 2 @@ -184,7 +184,7 @@ <dependency> <groupId>net.sf.opencsv</groupId> <artifactId>opencsv</artifactId> - <version>2.1</version> + <version>2.3</version> <scope>compile</scope> </dependency> @@ -227,7 +227,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>1.5.0</version> + <version>1.6.0</version> </dependency> </dependencies> @@ -330,9 +330,9 @@ <projectId>lima</projectId> <!-- customized libs version --> - <nuitonUtilsVersion>2.3</nuitonUtilsVersion> - <eugenePluginVersion>2.4</eugenePluginVersion> - <topiaVersion>2.6.2</topiaVersion> + <nuitonUtilsVersion>2.4.1</nuitonUtilsVersion> + <eugenePluginVersion>2.4.2</eugenePluginVersion> + <topiaVersion>2.6.5</topiaVersion> <jaxxVersion>2.5-SNAPSHOT</jaxxVersion> <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <openEjbVersion>3.1.4</openEjbVersion>
participants (1)
-
echatellier@users.chorem.org