Changeset 7069


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

Legend:

Unmodified
Added
Removed
  • SRUServer/trunk/pom.xml

    r7065 r7069  
    5555                <groupId>org.apache.maven.plugins</groupId>
    5656                <artifactId>maven-compiler-plugin</artifactId>
    57                 <version>2.1</version>
     57                <version>3.6.0</version>
    5858                <configuration>
    5959                    <source>${maven.compiler.source}</source>
     
    6565                <groupId>org.apache.maven.plugins</groupId>
    6666                <artifactId>maven-javadoc-plugin</artifactId>
    67                 <version>2.8.1</version>
     67                <version>2.10.4</version>
    6868                <executions>
    6969                    <execution>
     
    7979                <groupId>org.apache.maven.plugins</groupId>
    8080                <artifactId>maven-source-plugin</artifactId>
    81                 <version>2.2</version>
     81                <version>3.0.1</version>
    8282                <executions>
    8383                    <execution>
Note: See TracChangeset for help on using the changeset viewer.