You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2009/09/09 17:25:05 UTC

Re: svn commit: r812962 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

vsiveton@apache.org wrote:
> Author: vsiveton
> Date: Wed Sep  9 13:52:40 2009
> New Revision: 812962
> 
> URL: http://svn.apache.org/viewvc?rev=812962&view=rev
> Log:
> o switch to 2.1 maven prerequisite

Why?


> 
> Modified:
>     maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=812962&r1=812961&r2=812962&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Wed Sep  9 13:52:40 2009
> @@ -70,7 +70,7 @@
>    <properties>
>      <doxiaVersion>1.1.2-SNAPSHOT</doxiaVersion>
>      <doxia-sitetoolsVersion>1.1.2-SNAPSHOT</doxia-sitetoolsVersion>
> -    <mavenVersion>2.0.6</mavenVersion>
> +    <mavenVersion>2.1.0</mavenVersion>
>      <wagonVersion>1.0-beta-3</wagonVersion>
>      <scmVersion>1.1</scmVersion>
>      <sitePluginVersion>2.0.1</sitePluginVersion>
> 
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r812962 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Posted by Lukas Theussl <lt...@apache.org>.

Dennis Lundberg wrote:
> vsiveton@apache.org wrote:
>> Author: vsiveton
>> Date: Wed Sep  9 13:52:40 2009
>> New Revision: 812962
>>
>> URL: http://svn.apache.org/viewvc?rev=812962&view=rev
>> Log:
>> o switch to 2.1 maven prerequisite
> 
> Why?

To align it with the prereq of the site plugin. We saw some linkage errors when 
using MPIR-snap (uses doxia-1.1) together with site-plugin-2.0.x (uses doxia-1.0), 
so to prevent that we have two options:

1) shade the doxia dep like we do in the pdf plugin
2) bump the maven prereq like we do in the site plugin

I thought 2) would be the cleaner solution in the long run.

-Lukas


> 
> 
>> Modified:
>>     maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
>>
>> Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=812962&r1=812961&r2=812962&view=diff
>> ==============================================================================
>> --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
>> +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Wed Sep  9 13:52:40 2009
>> @@ -70,7 +70,7 @@
>>    <properties>
>>      <doxiaVersion>1.1.2-SNAPSHOT</doxiaVersion>
>>      <doxia-sitetoolsVersion>1.1.2-SNAPSHOT</doxia-sitetoolsVersion>
>> -    <mavenVersion>2.0.6</mavenVersion>
>> +    <mavenVersion>2.1.0</mavenVersion>
>>      <wagonVersion>1.0-beta-3</wagonVersion>
>>      <scmVersion>1.1</scmVersion>
>>      <sitePluginVersion>2.0.1</sitePluginVersion>
>>
>>
>>
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org