From: <fg...@us...> - 2012-03-10 08:39:20
|
Revision: 3748 http://openutils.svn.sourceforge.net/openutils/?rev=3748&view=rev Author: fgiust Date: 2012-03-10 08:39:13 +0000 (Sat, 10 Mar 2012) Log Message: ----------- updated copyright year Modified Paths: -------------- trunk/openutils-parent/pom.xml Modified: trunk/openutils-parent/pom.xml =================================================================== --- trunk/openutils-parent/pom.xml 2012-03-10 08:33:13 UTC (rev 3747) +++ trunk/openutils-parent/pom.xml 2012-03-10 08:39:13 UTC (rev 3748) @@ -152,9 +152,9 @@ </plugin> <plugin> <artifactId>maven-eclipse-plugin</artifactId> - <version>2.5.1</version> + <version>2.9</version> <configuration> - <wtpversion>1.5</wtpversion> + <wtpversion>2.0</wtpversion> <additionalBuildcommands> <additionalBuildcommand>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</additionalBuildcommand> </additionalBuildcommands> @@ -186,7 +186,7 @@ <include>src/**/*.java</include> </includes> <properties> - <year>${project.inceptionYear}-2011</year> + <year>${project.inceptionYear}-2012</year> <name>${project.name}</name> <description>${project.description}</description> <url>${project.url}</url> @@ -395,4 +395,4 @@ </build> </profile> </profiles> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |