Changeset 7071


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

Legend:

Unmodified
Added
Removed
  • FCSSimpleEndpoint/trunk/pom.xml

    r7067 r7071  
    8989                <groupId>org.apache.maven.plugins</groupId>
    9090                <artifactId>maven-compiler-plugin</artifactId>
    91                 <version>2.1</version>
     91                <version>3.6.0</version>
    9292                <configuration>
    9393                    <source>${maven.compiler.source}</source>
     
    9999                <groupId>org.apache.maven.plugins</groupId>
    100100                <artifactId>maven-javadoc-plugin</artifactId>
    101                 <version>2.8.1</version>
     101                <version>2.10.4</version>
    102102                <executions>
    103103                    <execution>
     
    113113                <groupId>org.apache.maven.plugins</groupId>
    114114                <artifactId>maven-source-plugin</artifactId>
    115                 <version>2.2</version>
     115                <version>3.0.1</version>
    116116                <executions>
    117117                    <execution>
Note: See TracChangeset for help on using the changeset viewer.