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

    r2202 r2260  
    4141            <plugin> 
    4242                <artifactId>maven-compiler-plugin</artifactId> 
    43                 <version>2.3.2</version> 
     43                <version>3.8.0</version> 
    4444                <configuration> 
    45                     <source>1.8</source> 
    46                     <target>1.8</target> 
     45                    <release>11</release> 
    4746                </configuration> 
    4847            </plugin> 
Note: See TracChangeset for help on using the changeset viewer.