Author: thimel Date: 2008-09-22 12:40:33 +0000 (Mon, 22 Sep 2008) New Revision: 1130 Modified: topia/trunk/changelog topia/trunk/pom.xml Log: Deployed version 2.0.26 (last version with old maven2 structure) Modified: topia/trunk/changelog =================================================================== --- topia/trunk/changelog 2008-09-19 17:25:22 UTC (rev 1129) +++ topia/trunk/changelog 2008-09-22 12:40:33 UTC (rev 1130) @@ -1,4 +1,5 @@ -ver-2-0-26 ?? ??? +ver-2-0-26 thimel 20080922 + * 20080926 [thimel] Last version with lutinproject 2.2 * 20082608 [chemit] permettre de recuperer uniquement une fenetre de resultat en hql (TopiaContext#find(String hql,int startIndex,int endIndex, Object ... args) * 20082907 [chemit] Suppression des dependances en dur sur les implantations d'entites * 20072012 [thimel] Support des index sur les attibuts Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2008-09-19 17:25:22 UTC (rev 1129) +++ topia/trunk/pom.xml 2008-09-22 12:40:33 UTC (rev 1130) @@ -21,13 +21,13 @@ <!--A unique name for this project--> <artifactId>topia</artifactId> - <name>Topia</name> + <name>Topia - Tools for Persistence and Independant Architecture</name> <!--ejb, jar, war...--> <packaging>jar</packaging> <!--Version--> - <version>2.0.26-SNAPSHOT</version> + <version>2.0.26</version> <!--Description--> <description> @@ -60,9 +60,9 @@ <plugins> <!--Attaching processor plugin to the Build Lifecycle--> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-processor-plugin</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.15</version> <executions> <execution> <phase>generate-sources</phase>
participants (1)
-
thimel@users.labs.libre-entreprise.org