Author: thimel Date: 2008-09-22 12:28:39 +0000 (Mon, 22 Sep 2008) New Revision: 122 Modified: trunk/lutinprocessor/changelog trunk/lutinprocessor/pom.xml Log: Added changelog Deploy 0.15 Modified: trunk/lutinprocessor/changelog =================================================================== --- trunk/lutinprocessor/changelog 2008-09-22 08:24:38 UTC (rev 121) +++ trunk/lutinprocessor/changelog 2008-09-22 12:28:39 UTC (rev 122) @@ -1,3 +1,6 @@ +ver-0-15 thimel (20080922) + * Parent is org.codelutin:lutinproject:3.0 + ver-0-14 chemit (2008????) * utilisation super-pom org.codelutin:lutinproject:2.4 (reusingage de directory layout) * passage en licence lgpl v3 Modified: trunk/lutinprocessor/pom.xml =================================================================== --- trunk/lutinprocessor/pom.xml 2008-09-22 08:24:38 UTC (rev 121) +++ trunk/lutinprocessor/pom.xml 2008-09-22 12:28:39 UTC (rev 122) @@ -11,7 +11,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.5</version> + <version>3.0</version> </parent> <artifactId>lutinprocessor</artifactId> @@ -49,7 +49,7 @@ <labs.id>28</labs.id> <!-- nom du projet sur le labs (pas necessaire car = artifactId) --> - <!--labs.project>lutinprocessor</labs.project--> + <labs.project>lutinprocessor</labs.project> <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance --> <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project} @@ -62,7 +62,7 @@ <!-- jrst --> <plugin> - <groupId>org.codelutin.maven.plugins</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> </plugin>