Changeset 7070


Ignore:
Timestamp:
11/11/16 09:19:46 (8 years ago)
Author:
Oliver Schonefeld
Message:
  • bump Maven build plugin versions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/pom.xml

    r7066 r7070  
    4949                <groupId>org.apache.maven.plugins</groupId>
    5050                <artifactId>maven-compiler-plugin</artifactId>
    51                 <version>2.1</version>
     51                <version>3.6.0</version>
    5252                <configuration>
    5353                    <source>${maven.compiler.source}</source>
     
    5959                <groupId>org.apache.maven.plugins</groupId>
    6060                <artifactId>maven-javadoc-plugin</artifactId>
    61                 <version>2.8.1</version>
     61                <version>2.10.4</version>
    6262                <executions>
    6363                    <execution>
     
    7373                <groupId>org.apache.maven.plugins</groupId>
    7474                <artifactId>maven-source-plugin</artifactId>
    75                 <version>2.2</version>
     75                <version>3.0.1</version>
    7676                <executions>
    7777                    <execution>
Note: See TracChangeset for help on using the changeset viewer.