Author: tchemit Date: 2009-01-07 09:00:33 +0000 (Wed, 07 Jan 2009) New Revision: 1126 Modified: jaxx/trunk/changelog.txt jaxx/trunk/pom.xml Log: prepare release Modified: jaxx/trunk/changelog.txt =================================================================== --- jaxx/trunk/changelog.txt 2009-01-07 08:33:44 UTC (rev 1125) +++ jaxx/trunk/changelog.txt 2009-01-07 09:00:33 UTC (rev 1126) @@ -1,3 +1,8 @@ +1.0 chemit 20090105 + - integrate new architecture to allow to have runtime code with NO link with compiler :) + - use lutinproject 3.3 + + 0.8 chemit 200812?? 0.7 chemit 20081210 Modified: jaxx/trunk/pom.xml =================================================================== --- jaxx/trunk/pom.xml 2009-01-07 08:33:44 UTC (rev 1125) +++ jaxx/trunk/pom.xml 2009-01-07 09:00:33 UTC (rev 1126) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> </parent> <groupId>org.codelutin.jaxx</groupId>