Author: tchemit Date: 2010-11-19 12:11:42 +0100 (Fri, 19 Nov 2010) New Revision: 786 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/786 Log: regenerate thrid-party with m-license-p 3.0 + reuse ibraries version from mavenpom Modified: trunk/pom.xml trunk/src/license/THIRD-PARTY.properties Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-11 16:46:52 UTC (rev 785) +++ trunk/pom.xml 2010-11-19 11:11:42 UTC (rev 786) @@ -34,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>2.4</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>maven-helper-plugin</artifactId> @@ -48,19 +48,22 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.1</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.5</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>3.1</version> + <exclusions> + <exclusion> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -157,7 +160,7 @@ <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-provider-api</artifactId> - <version>1.0-beta-6</version> + <version>1.0-beta-7</version> <scope>provided</scope> </dependency> @@ -201,13 +204,11 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.2</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> <scope>test</scope> </dependency> @@ -270,8 +271,6 @@ <!-- documentation is in apt --> <siteSourcesType>apt</siteSourcesType> - <mavenVersion>2.2.1</mavenVersion> - </properties> <build> Modified: trunk/src/license/THIRD-PARTY.properties =================================================================== --- trunk/src/license/THIRD-PARTY.properties 2010-11-11 16:46:52 UTC (rev 785) +++ trunk/src/license/THIRD-PARTY.properties 2010-11-19 11:11:42 UTC (rev 786) @@ -1,27 +1,3 @@ -### -# #%L -# Maven helper plugin -# -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2009 - 2010 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Lesser Public License for more details. -# -# You should have received a copy of the GNU General Lesser Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/lgpl-3.0.html>. -# #L% -### # Generated by org.nuiton.license.plugin.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : @@ -37,14 +13,10 @@ # Please fill the missing licenses for dependencies : # # -#Fri Oct 22 20:18:44 CEST 2010 -classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html -commons-cli--commons-cli--1.0=The Apache Software License, Version 2.0 -commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 -commons-collections--commons-collections--3.1=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4=The Apache Software License, Version 2.0 -oro--oro--2.0.8=The Apache Software License, Version 2.0 -plexus--plexus-mail-sender-api--1.0-alpha-2=The Apache Software License, Version 2.0 -#plexus--plexus-mail-sender-javamail--1.0-alpha-2=The Apache Software License, Version 2.0 -#plexus--plexus-mail-sender-simple--1.0-alpha-2=The Apache Software License, Version 2.0 +#Fri Nov 19 11:37:21 CET 2010 +classworlds--classworlds--1.1-alpha-2--jar=http\://classworlds.codehaus.org/license.html +commons-cli--commons-cli--1.0--jar=The Apache Software License, Version 2.0 +org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1--jar=The Apache Software License, Version 2.0 +org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4--jar=The Apache Software License, Version 2.0 +oro--oro--2.0.8--jar=The Apache Software License, Version 2.0 +plexus--plexus-mail-sender-api--1.0-alpha-2--jar=The Apache Software License, Version 2.0