[Lutinutil-commits] r1399 - commandline/trunk
Author: tchemit Date: 2009-02-23 13:08:50 +0000 (Mon, 23 Feb 2009) New Revision: 1399 Modified: commandline/trunk/ commandline/trunk/changelog.txt commandline/trunk/pom.xml Log: - use jaxx 1.2 Property changes on: commandline/trunk ___________________________________________________________________ Name: svn:ignore - *.iws *.ipr *.iml *.log + *.iws *.ipr *.iml *.log target Modified: commandline/trunk/changelog.txt =================================================================== --- commandline/trunk/changelog.txt 2009-02-23 08:48:33 UTC (rev 1398) +++ commandline/trunk/changelog.txt 2009-02-23 13:08:50 UTC (rev 1399) @@ -1,3 +1,5 @@ +1.1 chemit 200901?? + * 20090223 [chemit] - use jaxx-1.2 1.0 chemit 200901?? * 20090121 [chemit] - refactor pom for sibling module dependencies - use Jaxx 1.1-SNAPSHOT (no use anylonger uimodel directory, but src/main/java instead) Modified: commandline/trunk/pom.xml =================================================================== --- commandline/trunk/pom.xml 2009-02-23 08:48:33 UTC (rev 1398) +++ commandline/trunk/pom.xml 2009-02-23 13:08:50 UTC (rev 1399) @@ -57,11 +57,11 @@ </dependency> <!-- jaxx library --> - <dependency> + <!--dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-util</artifactId> <version>${jaxx.version}</version> - </dependency> + </dependency--> <dependency> <groupId>org.codelutin.jaxx</groupId> @@ -110,7 +110,7 @@ <labs.project>lutinutil</labs.project> <!-- libs version --> - <jaxx.version>1.1</jaxx.version> + <jaxx.version>1.2-SNAPSHOT</jaxx.version> <i18n.version>0.9</i18n.version> <lutinwidget.version>0.13</lutinwidget.version> <lutinutil.version>1.0.3</lutinutil.version>
participants (1)
-
tchemit@users.labs.libre-entreprise.org