[Lutinutil-commits] r1130 - lutinpluginutil/trunk
Author: chatellier Date: 2008-09-25 07:38:56 +0000 (Thu, 25 Sep 2008) New Revision: 1130 Modified: lutinpluginutil/trunk/ lutinpluginutil/trunk/changelog lutinpluginutil/trunk/pom.xml Log: Change group id to org.codelutin Property changes on: lutinpluginutil/trunk ___________________________________________________________________ Name: svn:ignore - target + target .settings .classpath .project Modified: lutinpluginutil/trunk/changelog =================================================================== --- lutinpluginutil/trunk/changelog 2008-09-24 19:26:58 UTC (rev 1129) +++ lutinpluginutil/trunk/changelog 2008-09-25 07:38:56 UTC (rev 1130) @@ -1,3 +1,6 @@ +0.2 + * Update groupId to org.codelutin + ver-0-1 chemit 2008???? * apply license lgpl v3 on java source files * add a FileUtil class coming from maven-i18n-plugin Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2008-09-24 19:26:58 UTC (rev 1129) +++ lutinpluginutil/trunk/pom.xml 2008-09-25 07:38:56 UTC (rev 1130) @@ -11,7 +11,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.4</version> + <version>3.0</version> </parent> <artifactId>lutinpluginutil</artifactId> @@ -26,10 +26,9 @@ <!-- ************************************************************* --> <name>Lutin plugin utilities library</name> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <description>Library of usefull class to be used in any maven plugin.</description> <inceptionYear>2008</inceptionYear> - <url>${labs.project.url}</url> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -45,14 +44,14 @@ <!-- nom du projet sur le labs --> <labs.project>lutinutil</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} - </maven.scm.url> - </properties> + <!--Source control management--> <scm> - <url>${maven.scm.url}</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <!-- This does'nt work for viewcvs.php with stat-scm with svn conf :( + <url>${maven.scm.url}</url> --> </scm> <build> @@ -61,7 +60,7 @@ <!-- jrst --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> </plugin>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org