Ignore:
Timestamp:
08/01/19 12:11:21 (5 years ago)
Author:
pharms
Message:

Update to java 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest/pom.xml

    r2202 r2260  
    5151            <plugin> 
    5252                <artifactId>maven-compiler-plugin</artifactId> 
    53                 <version>2.3.2</version> 
     53                <version>3.8.0</version> 
    5454                <configuration> 
    55                     <source>1.8</source> 
    56                     <target>1.8</target> 
     55                    <release>11</release> 
    5756                </configuration> 
    5857            </plugin> 
    5958            <plugin> 
    6059                <artifactId>maven-source-plugin</artifactId> 
    61                 <version>2.1.1</version> 
     60                <version>3.1.0</version> 
    6261                <executions> 
    6362                    <execution> 
     
    8685                <groupId>org.apache.maven.plugins</groupId> 
    8786                <artifactId>maven-javadoc-plugin</artifactId> 
    88                 <version>2.8.1</version> 
     87                <version>3.1.1</version> 
    8988                <configuration> 
    9089                    <!-- switch on dependency-driven aggregation --> 
Note: See TracChangeset for help on using the changeset viewer.