Changeset 7072


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

Legend:

Unmodified
Added
Removed
  • FCSSimpleClient/trunk/pom.xml

    r7068 r7072  
    5858                <groupId>org.apache.maven.plugins</groupId>
    5959                <artifactId>maven-compiler-plugin</artifactId>
    60                 <version>2.1</version>
     60                <version>3.6.0</version>
    6161                <configuration>
    6262                    <source>${maven.compiler.source}</source>
     
    6868                <groupId>org.apache.maven.plugins</groupId>
    6969                <artifactId>maven-javadoc-plugin</artifactId>
    70                 <version>2.8.1</version>
     70                <version>2.10.4</version>
    7171                <executions>
    7272                    <execution>
     
    8282                <groupId>org.apache.maven.plugins</groupId>
    8383                <artifactId>maven-source-plugin</artifactId>
    84                 <version>2.2</version>
     84                <version>3.0.1</version>
    8585                <executions>
    8686                    <execution>
     
    9696                <groupId>org.apache.maven.plugins</groupId>
    9797                <artifactId>maven-dependency-plugin</artifactId>
    98                 <version>2.5.1</version>
     98                <version>2.10</version>
    9999                <executions>
    100100                    <execution>
Note: See TracChangeset for help on using the changeset viewer.