doh !   (olamy complains about such bureaucraty :-) )

2010/4/6 Stephen Connolly <[email protected]>:
> Should really cancel and call a revote, but +1 to either
>
> On 6 April 2010 09:00, Olivier Lamy <[email protected]> wrote:
>>
>> So upgrade done.
>>
>> 2010/4/5 Olivier Lamy <[email protected]>:
>> > Why not but I have not tested it  for mojos
>> >
>> > 2010/4/5 Dan Tran <[email protected]>:
>> >> +1
>> >>
>> >> -Dan
>> >>
>> >> BTW
>> >> compiler-plugin 2.2 is coming out, should we include that as well?
>> >>
>> >>
>> >>
>> >>
>> >> 2010/4/5 Arnaud Héritier <[email protected]>:
>> >>> +1
>> >>> Arnaud Héritier
>> >>> Software Factory Manager
>> >>> eXo platform - http://www.exoplatform.com
>> >>> ---
>> >>> http://www.aheritier.net
>> >>>
>> >>>
>> >>> On Mon, Apr 5, 2010 at 2:15 PM, Olivier Lamy <[email protected]> wrote:
>> >>>>
>> >>>> Hi,
>> >>>> I'd like to release mojo parent 24.
>> >>>> Change since last version :
>> >>>>
>> >>>> $ svn diff http://svn.codehaus.org/mojo/tags/mojo-parent-23/pom.xml
>> >>>> http://svn.codehaus.org/mojo/trunk/mojo/mojo-parent/pom.xml
>> >>>>
>> >>>>   <issueManagement>
>> >>>>     <system>jira</system>
>> >>>> @@ -154,12 +154,12 @@
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>>           <artifactId>maven-clean-plugin</artifactId>
>> >>>> -          <version>2.3</version>
>> >>>> +          <version>2.4</version>
>> >>>>         </plugin>
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>>           <artifactId>maven-compiler-plugin</artifactId>
>> >>>> -          <version>2.0.2</version>
>> >>>> +          <version>2.1</version>
>> >>>>           <configuration>
>> >>>>             <encoding>${project.build.sourceEncoding}</encoding>
>> >>>>             <source>${project.build.java.target}</source>
>> >>>> @@ -169,7 +169,7 @@
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>>           <artifactId>maven-deploy-plugin</artifactId>
>> >>>> -          <version>2.4</version>
>> >>>> +          <version>2.5</version>
>> >>>>         </plugin>
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>> @@ -189,7 +189,7 @@
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>>           <artifactId>maven-jar-plugin</artifactId>
>> >>>> -          <version>2.2</version>
>> >>>> +          <version>2.3</version>
>> >>>>         </plugin>
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>> @@ -217,7 +217,7 @@
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>>           <artifactId>maven-release-plugin</artifactId>
>> >>>> -          <version>2.0-beta-9</version>
>> >>>> +          <version>2.0</version>
>> >>>>           <configuration>
>> >>>>             <tagBase>https://svn.codehaus.org/mojo/tags</tagBase>
>> >>>>             <useReleaseProfile>false</useReleaseProfile>
>> >>>> @@ -227,7 +227,7 @@
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>>           <artifactId>maven-resources-plugin</artifactId>
>> >>>> -          <version>2.3</version>
>> >>>> +          <version>2.4.2</version>
>> >>>>         </plugin>
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>> @@ -242,7 +242,7 @@
>> >>>>         <plugin>
>> >>>>           <groupId>org.apache.maven.plugins</groupId>
>> >>>>           <artifactId>maven-surefire-plugin</artifactId>
>> >>>> -          <version>2.4.3</version>
>> >>>> +          <version>2.5</version>
>> >>>>           <configuration>
>> >>>>
>> >>>>
>> >>>> <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
>> >>>>           </configuration>
>> >>>> @@ -251,7 +251,7 @@
>> >>>>         <plugin>
>> >>>>           <groupId>org.codehaus.mojo</groupId>
>> >>>>           <artifactId>cobertura-maven-plugin</artifactId>
>> >>>> -          <version>2.2</version>
>> >>>> +          <version>2.3</version>
>> >>>>         </plugin>
>> >>>>         <plugin>
>> >>>>           <groupId>org.codehaus.plexus</groupId>
>> >>>> @@ -293,6 +293,11 @@
>> >>>>
>> >>>> <allowedPluginRepository>apache.snapshots</allowedPluginRepository>
>> >>>>                   </allowedPluginRepositories>
>> >>>>                 </requireNoRepositories>
>> >>>> +                <requirePluginVersions>
>> >>>> +                   <message>Best Practice is to always define plugin
>> >>>> versions!</message>
>> >>>> +                   <banLatest>true</banLatest>
>> >>>> +                   <banRelease>true</banRelease>
>> >>>> +                </requirePluginVersions>
>> >>>>               </rules>
>> >>>>             </configuration>
>> >>>>           </execution>
>> >>>> @@ -543,7 +548,7 @@
>> >>>>           <plugin>
>> >>>>             <groupId>org.apache.maven.plugins</groupId>
>> >>>>             <artifactId>maven-surefire-report-plugin</artifactId>
>> >>>> -            <version>2.4.3</version>
>> >>>> +            <version>2.5</version>
>> >>>>             <reportSets>
>> >>>>               <reportSet>
>> >>>>                 <reports>
>> >>>> @@ -556,12 +561,19 @@
>> >>>>           <plugin>
>> >>>>             <groupId>org.codehaus.mojo</groupId>
>> >>>>             <artifactId>cobertura-maven-plugin</artifactId>
>> >>>> -            <version>2.2</version>
>> >>>> +            <version>2.3</version>
>> >>>> +            <configuration>
>> >>>> +              <instrumentation>
>> >>>> +                <excludes>
>> >>>> +                  <exclude>**/HelpMojo.class</exclude>
>> >>>> +                </excludes>
>> >>>> +              </instrumentation>
>> >>>> +            </configuration>
>> >>>>           </plugin>
>> >>>>           <plugin>
>> >>>>             <groupId>org.codehaus.mojo</groupId>
>> >>>>             <artifactId>taglist-maven-plugin</artifactId>
>> >>>> -            <version>2.2</version>
>> >>>> +            <version>2.4</version>
>> >>>>           </plugin>
>> >>>>         </plugins>
>> >>>>       </reporting>
>> >>>>
>> >>>> Here my +1.
>> >>>> As usual it's a 72 hours vote based on lazy consensus.
>> >>>>
>> >>>> Thanks !
>> >>>> --
>> >>>> Olivier
>> >>>>
>> >>>> ---------------------------------------------------------------------
>> >>>> To unsubscribe from this list, please visit:
>> >>>>
>> >>>>    http://xircles.codehaus.org/manage_email
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>
>> >
>> >
>> >
>> > --
>> > Olivier
>> > http://twitter.com/olamy
>> > http://fr.linkedin.com/in/olamy
>> > http://www.viadeo.com/fr/profile/olivier.lamy7
>> >
>>
>>
>>
>> --
>> Olivier
>> http://twitter.com/olamy
>> http://fr.linkedin.com/in/olamy
>> http://www.viadeo.com/fr/profile/olivier.lamy7
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>
>



-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy
http://www.viadeo.com/fr/profile/olivier.lamy7

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to