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

    r2202 r2260  
    120120            <plugin> 
    121121                <artifactId>maven-compiler-plugin</artifactId> 
    122                 <version>2.3.2</version> 
     122                <version>3.8.0</version> 
    123123                <configuration> 
    124                     <source>1.8</source> 
    125                     <target>1.8</target> 
     124                    <release>11</release> 
    126125                </configuration> 
    127126            </plugin> 
Note: See TracChangeset for help on using the changeset viewer.