Author: tchemit Date: 2011-03-12 15:04:45 +0100 (Sat, 12 Mar 2011) New Revision: 1088 Url: http://nuiton.org/repositories/revision/mavenpom/1088 Log: Evolution #1385: Use license-maven-plugin 1.0-beta-1 instead of maven-license-plugin Evolution #1392: Add commons-math dependency (version 2.2) Modified: trunk/pom.xml trunk/src/site/apt/properties.apt.vm Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-02-28 19:28:42 UTC (rev 1087) +++ trunk/pom.xml 2011-03-12 14:04:45 UTC (rev 1088) @@ -232,8 +232,9 @@ <helperPluginVersion>1.2.11</helperPluginVersion> <jredminePluginVersion>1.1.4</jredminePluginVersion> <jrstPluginVersion>1.2</jrstPluginVersion> - <licensePluginVersion>3.0</licensePluginVersion> - <nuitonSkinVersion>1.0.5-SNAPSHOT</nuitonSkinVersion> + <!--<licensePluginVersion>3.0</licensePluginVersion>--> + <licensePluginVersion>1.0-beta-1</licensePluginVersion> + <nuitonSkinVersion>1.0.5</nuitonSkinVersion> <webstartPluginVersion>1.0-alpha-2-cl_20100511</webstartPluginVersion> <!-- apache maven plugins version --> @@ -295,6 +296,7 @@ <commonsLangVersion>2.6</commonsLangVersion> <commonsLoggingVersion>1.1.1</commonsLoggingVersion> <commonsPrimitivesVersion>1.0</commonsPrimitivesVersion> + <commonsMathVersion>2.2</commonsMathVersion> <junitVersion>4.8.2</junitVersion> <log4jVersion>1.2.16</log4jVersion> @@ -426,6 +428,12 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-math</artifactId> + <version>${commonsMathVersion}</version> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4jVersion}</version> @@ -749,8 +757,8 @@ </plugin> <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> <version>${licensePluginVersion}</version> </plugin> @@ -973,8 +981,8 @@ <!-- add license and third-party files to build --> <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> <executions> <execution> <id>attach-licenses</id> @@ -1280,8 +1288,8 @@ <defaultGoal>process-resources</defaultGoal> <plugins> <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> <executions> <execution> <id>update-file-header</id> Modified: trunk/src/site/apt/properties.apt.vm =================================================================== --- trunk/src/site/apt/properties.apt.vm 2011-02-28 19:28:42 UTC (rev 1087) +++ trunk/src/site/apt/properties.apt.vm 2011-03-12 14:04:45 UTC (rev 1088) @@ -101,6 +101,8 @@ *-------------------------------+--------------------------------------------------------------------------+ | {{commonsPrimitivesVersion}} | <<commons-primitives:commons-primitives:${commonsPrimitivesVersion}>> | *-------------------------------+--------------------------------------------------------------------------+ +| {{commonsMathVersion}} | <<org.apache.commons:commons-math:${commonsMathVersion}>> | +*-------------------------------+--------------------------------------------------------------------------+ | {{junitVersion}} | <<junit:junit:${junitVersion}>> | *-------------------------------+--------------------------------------------------------------------------+ | {{log4jVersion}} | <<log4j:log4j:${log4jVersion}>> |