You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/06/20 20:38:11 UTC

svn commit: r1352257 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Wed Jun 20 18:38:10 2012
New Revision: 1352257

URL: http://svn.apache.org/viewvc?rev=1352257&view=rev
Log:
Match targetJdk for PMD to project level.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1352257&r1=1352256&r2=1352257&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed Jun 20 18:38:10 2012
@@ -280,7 +280,7 @@ limitations under the License.
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.7.1</version>
         <configuration>
-          <targetJdk>1.5</targetJdk>
+          <targetJdk>1.6</targetJdk>
         </configuration>
       </plugin>
       <plugin>



Re: svn commit: r1352257 - /commons/proper/codec/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Thu, Jun 21, 2012 at 1:16 PM, Gary Gregory <ga...@gmail.com>wrote:

> On Jun 21, 2012, at 12:25, sebb <se...@gmail.com> wrote:
>
> > On 20 June 2012 19:38,  <gg...@apache.org> wrote:
> >> Author: ggregory
> >> Date: Wed Jun 20 18:38:10 2012
> >> New Revision: 1352257
> >>
> >> URL: http://svn.apache.org/viewvc?rev=1352257&view=rev
> >> Log:
> >> Match targetJdk for PMD to project level.
> >>
> >> Modified:
> >>    commons/proper/codec/trunk/pom.xml
> >>
> >> Modified: commons/proper/codec/trunk/pom.xml
> >> URL:
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1352257&r1=1352256&r2=1352257&view=diff
> >>
> ==============================================================================
> >> --- commons/proper/codec/trunk/pom.xml (original)
> >> +++ commons/proper/codec/trunk/pom.xml Wed Jun 20 18:38:10 2012
> >> @@ -280,7 +280,7 @@ limitations under the License.
> >>         <artifactId>maven-pmd-plugin</artifactId>
> >>         <version>2.7.1</version>
> >>         <configuration>
> >> -          <targetJdk>1.5</targetJdk>
> >> +          <targetJdk>1.6</targetJdk>
> >
> > Why not use a property reference?
>

Done.

Gary


>
> Good idea. I can't commit ATM, I am out of the office. Please do so if you
> can.
>
> Gary
> >
> >>         </configuration>
> >>       </plugin>
> >>       <plugin>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > 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

Re: svn commit: r1352257 - /commons/proper/codec/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Jun 21, 2012, at 12:25, sebb <se...@gmail.com> wrote:

> On 20 June 2012 19:38,  <gg...@apache.org> wrote:
>> Author: ggregory
>> Date: Wed Jun 20 18:38:10 2012
>> New Revision: 1352257
>>
>> URL: http://svn.apache.org/viewvc?rev=1352257&view=rev
>> Log:
>> Match targetJdk for PMD to project level.
>>
>> Modified:
>>    commons/proper/codec/trunk/pom.xml
>>
>> Modified: commons/proper/codec/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1352257&r1=1352256&r2=1352257&view=diff
>> ==============================================================================
>> --- commons/proper/codec/trunk/pom.xml (original)
>> +++ commons/proper/codec/trunk/pom.xml Wed Jun 20 18:38:10 2012
>> @@ -280,7 +280,7 @@ limitations under the License.
>>         <artifactId>maven-pmd-plugin</artifactId>
>>         <version>2.7.1</version>
>>         <configuration>
>> -          <targetJdk>1.5</targetJdk>
>> +          <targetJdk>1.6</targetJdk>
>
> Why not use a property reference?

Good idea. I can't commit ATM, I am out of the office. Please do so if you can.

Gary
>
>>         </configuration>
>>       </plugin>
>>       <plugin>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: svn commit: r1352257 - /commons/proper/codec/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 20 June 2012 19:38,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Wed Jun 20 18:38:10 2012
> New Revision: 1352257
>
> URL: http://svn.apache.org/viewvc?rev=1352257&view=rev
> Log:
> Match targetJdk for PMD to project level.
>
> Modified:
>    commons/proper/codec/trunk/pom.xml
>
> Modified: commons/proper/codec/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1352257&r1=1352256&r2=1352257&view=diff
> ==============================================================================
> --- commons/proper/codec/trunk/pom.xml (original)
> +++ commons/proper/codec/trunk/pom.xml Wed Jun 20 18:38:10 2012
> @@ -280,7 +280,7 @@ limitations under the License.
>         <artifactId>maven-pmd-plugin</artifactId>
>         <version>2.7.1</version>
>         <configuration>
> -          <targetJdk>1.5</targetJdk>
> +          <targetJdk>1.6</targetJdk>

Why not use a property reference?

>         </configuration>
>       </plugin>
>       <plugin>
>
>

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