Author: tchemit Date: 2012-05-01 16:05:19 +0200 (Tue, 01 May 2012) New Revision: 2336 Url: http://nuiton.org/repositories/revision/nuiton-utils/2336 Log: fix bad module name Modified: trunk/nuiton-utils-maven-report-plugin/pom.xml Modified: trunk/nuiton-utils-maven-report-plugin/pom.xml =================================================================== --- trunk/nuiton-utils-maven-report-plugin/pom.xml 2012-05-01 13:20:44 UTC (rev 2335) +++ trunk/nuiton-utils-maven-report-plugin/pom.xml 2012-05-01 14:05:19 UTC (rev 2336) @@ -38,7 +38,7 @@ <version>2.4.8-SNAPSHOT</version> </parent> - <artifactId>nuiton-util-maven-report-plugin</artifactId> + <artifactId>nuiton-utils-maven-report-plugin</artifactId> <packaging>maven-plugin</packaging> <dependencies> @@ -136,8 +136,8 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Nuiton Utils :: Nuiton Maven Report Plugin</name> - <description>Some nice maven reports for api of nuiton-util.</description> + <name>Nuiton Utils :: Maven Report Plugin</name> + <description>Some nice maven reports for api of nuiton-utils.</description> <inceptionYear>2012</inceptionYear> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.nuiton.org