Changeset 2260 for trunk/autoquest-test


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-test/pom.xml

    r2202 r2260  
    8282            <plugin> 
    8383                <artifactId>maven-compiler-plugin</artifactId> 
    84                 <version>2.3.2</version> 
     84                <version>3.8.0</version> 
    8585                <configuration> 
    86                     <source>1.8</source> 
    87                     <target>1.8</target> 
     86                    <release>11</release> 
    8887                </configuration> 
    8988            </plugin> 
     
    113112                        <groupId>org.apache.maven.plugins</groupId> 
    114113                        <artifactId>maven-dependency-plugin</artifactId> 
    115                         <version>2.4</version> 
     114                        <version>3.1.1</version> 
    116115                        <executions> 
    117116                            <execution> 
Note: See TracChangeset for help on using the changeset viewer.