Hello,
Am Thu, 27 Aug 2015 10:04:26 +0100
schrieb sebb <[email protected]>:
> OK, done.
>
> Just checked the plugin versions:
>
> [INFO] The following plugin updates are available:
> [INFO] org.apache.felix:maven-bundle-plugin ................. 2.5.3
> -> 2.5.4 [INFO]
> maven-compiler-plugin .................................... 3.2 -> 3.3
> [INFO] maven-enforcer-plugin ..................................
> 1.3.1 -> 1.4 [INFO]
> maven-jar-plugin ......................................... 2.5 -> 2.6
> [INFO] maven-javadoc-plugin ............................... 2.10.2
> -> 2.10.3 [INFO]
> maven-release-plugin ................................. 2.5.1 -> 2.5.2
> [INFO] org.codehaus.mojo:animal-sniffer-maven-plugin ..........
> 1.11 -> 1.14 [INFO]
the animal-sniffer plugin 1.14 is automatically used when the profile
is activated (i.e. when you use Java 1.7+):
<id>jdk7-plugin-fix-version</id>
<activation>
<jdk>[1.7,)</jdk>
</activation>
I can check the other plugins for 1.6 compatibility.
> org.codehaus.mojo:build-helper-maven-plugin ............ 1.8 -> 1.9.1
>
>
> Some of the above may require Java 7 (e.g. animal sniffer).
>
> Perhaps we should do a quick check of what can be updated before the
> lazy vote.
Gruss
Bernd
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]