You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2011/09/22 12:09:56 UTC

Re: svn commit: r1173923 - /commons/proper/io/trunk/pom.xml

On 22 September 2011 02:18,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Thu Sep 22 01:18:41 2011
> New Revision: 1173923
>
> URL: http://svn.apache.org/viewvc?rev=1173923&view=rev
> Log:
> Update to commons-parent 22. Add self as developer. Prep for 2.1. Pick up plugin versions from commons-parent.
>
> Modified:
>    commons/proper/io/trunk/pom.xml
>
> Modified: commons/proper/io/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1173923&r1=1173922&r2=1173923&view=diff
> ==============================================================================
> --- commons/proper/io/trunk/pom.xml (original)
> +++ commons/proper/io/trunk/pom.xml Thu Sep 22 01:18:41 2011
> @@ -19,7 +19,7 @@
>   <parent>
>     <groupId>org.apache.commons</groupId>
>     <artifactId>commons-parent</artifactId>
> -    <version>21</version>
> +    <version>22</version>
>   </parent>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>commons-io</groupId>
> @@ -147,6 +147,15 @@
>         <role>Java Developer</role>
>       </roles>
>     </developer>
> +    <developer>
> +      <name>Gary D. Gregory</name>
> +      <id>ggregory</id>
> +      <email>ggregory@apache.org</email>
> +      <url>http://www.garygregory.com</url>
> +      <organization>Seagull Software</organization>
> +      <organizationUrl>http://www.seagullsoftware.com</organizationUrl>
> +      <timezone>-5</timezone>
> +    </developer>
>   </developers>
>
>   <contributors>
> @@ -273,9 +282,8 @@
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>clirr-maven-plugin</artifactId>
> -        <version>2.3</version>
>         <configuration>
> -          <comparisonVersion>2.0</comparisonVersion>
> +          <comparisonVersion>2.0.1</comparisonVersion>

I think Clirr picks up the previous version automatically - try it and see ...

>           <minSeverity>info</minSeverity>

>         </configuration>
>       </plugin>

In which case the plugin can be dropped entirely from IO.

> @@ -292,7 +300,6 @@
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changes-plugin</artifactId>
> -        <version>2.6</version>
>         <configuration>
>           <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
>           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
>
>
>

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


Re: svn commit: r1173923 - /commons/proper/io/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Thu, Sep 22, 2011 at 6:09 AM, sebb <se...@gmail.com> wrote:

> On 22 September 2011 02:18,  <gg...@apache.org> wrote:
> > Author: ggregory
> > Date: Thu Sep 22 01:18:41 2011
> > New Revision: 1173923
> >
> > URL: http://svn.apache.org/viewvc?rev=1173923&view=rev
> > Log:
> > Update to commons-parent 22. Add self as developer. Prep for 2.1. Pick up
> plugin versions from commons-parent.
> >
> > Modified:
> >    commons/proper/io/trunk/pom.xml
> >
> > Modified: commons/proper/io/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1173923&r1=1173922&r2=1173923&view=diff
> >
> ==============================================================================
> > --- commons/proper/io/trunk/pom.xml (original)
> > +++ commons/proper/io/trunk/pom.xml Thu Sep 22 01:18:41 2011
> > @@ -19,7 +19,7 @@
> >   <parent>
> >     <groupId>org.apache.commons</groupId>
> >     <artifactId>commons-parent</artifactId>
> > -    <version>21</version>
> > +    <version>22</version>
> >   </parent>
> >   <modelVersion>4.0.0</modelVersion>
> >   <groupId>commons-io</groupId>
> > @@ -147,6 +147,15 @@
> >         <role>Java Developer</role>
> >       </roles>
> >     </developer>
> > +    <developer>
> > +      <name>Gary D. Gregory</name>
> > +      <id>ggregory</id>
> > +      <email>ggregory@apache.org</email>
> > +      <url>http://www.garygregory.com</url>
> > +      <organization>Seagull Software</organization>
> > +      <organizationUrl>http://www.seagullsoftware.com</organizationUrl>
> > +      <timezone>-5</timezone>
> > +    </developer>
> >   </developers>
> >
> >   <contributors>
> > @@ -273,9 +282,8 @@
> >       <plugin>
> >         <groupId>org.codehaus.mojo</groupId>
> >         <artifactId>clirr-maven-plugin</artifactId>
> > -        <version>2.3</version>
> >         <configuration>
> > -          <comparisonVersion>2.0</comparisonVersion>
> > +          <comparisonVersion>2.0.1</comparisonVersion>
>
> I think Clirr picks up the previous version automatically - try it and see
> ...
>
> >           <minSeverity>info</minSeverity>
>
> >         </configuration>
> >       </plugin>
>
> In which case the plugin can be dropped entirely from IO.
>

Correct you are. Tested and committed.

Gary

>
> > @@ -292,7 +300,6 @@
> >       <plugin>
> >         <groupId>org.apache.maven.plugins</groupId>
> >         <artifactId>maven-changes-plugin</artifactId>
> > -        <version>2.6</version>
> >         <configuration>
> >           <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
> >           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory