Author: tchemit Date: 2008-12-10 16:20:41 +0000 (Wed, 10 Dec 2008) New Revision: 1260 Modified: topia-test/trunk/changelog.txt topia-test/trunk/pom.xml Log: prepare release Modified: topia-test/trunk/changelog.txt =================================================================== --- topia-test/trunk/changelog.txt 2008-12-10 15:57:54 UTC (rev 1259) +++ topia-test/trunk/changelog.txt 2008-12-10 16:20:41 UTC (rev 1260) @@ -1,3 +1,3 @@ -2.0.28 ?? 200812?? +2.1.0 chemit 20081210 * 20081206 [chemit] - improve poms, use lutinproject 3.2 \ No newline at end of file Modified: topia-test/trunk/pom.xml =================================================================== --- topia-test/trunk/pom.xml 2008-12-10 15:57:54 UTC (rev 1259) +++ topia-test/trunk/pom.xml 2008-12-10 16:20:41 UTC (rev 1260) @@ -15,15 +15,15 @@ </parent> <artifactId>topia-test</artifactId> - <version>2.0.28-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <dependencies> <!--Compile--> <dependency> - <groupId>org.codelutin</groupId> - <artifactId>topia</artifactId> - <version>${topia.version}</version> + <groupId>org.codelutin.topia</groupId> + <artifactId>topia-persistence</artifactId> + <version>${project.version}</version> <scope>compile</scope> </dependency> @@ -42,6 +42,13 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.4</version> + <scope>compile</scope> + </dependency> + </dependencies> <!-- ************************************************************* --> @@ -67,11 +74,8 @@ <!-- nom du projet sur le labs --> <labs.project>topia</labs.project> - <!-- topia version --> - <topia.version>2.0.27</topia.version> - <!-- generator version --> - <generator.version>0.62-SNAPSHOT</generator.version> + <generator.version>0.62</generator.version> </properties> <build> @@ -106,9 +110,9 @@ </executions> <dependencies> <dependency> - <groupId>org.codelutin</groupId> - <artifactId>topia</artifactId> - <version>${topia.version}</version> + <groupId>org.codelutin.topia</groupId> + <artifactId>topia-persistence</artifactId> + <version>${project.version}</version> <scope>compile</scope> </dependency> </dependencies>