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

    r2202 r2260  
    9191                <groupId>org.apache.maven.plugins</groupId> 
    9292                <artifactId>maven-compiler-plugin</artifactId> 
    93                 <version>2.3.2</version> 
     93                <version>3.8.0</version> 
    9494                <configuration> 
    95                     <source>1.8</source> 
    96                     <target>1.8</target> 
     95                    <release>1.8</release> 
    9796                </configuration> 
    9897            </plugin> 
     
    10099                <groupId>org.apache.maven.plugins</groupId> 
    101100                <artifactId>maven-dependency-plugin</artifactId> 
    102                 <version>2.4</version> 
     101                <version>3.1.1</version> 
    103102                <executions> 
    104103                    <execution> 
     
    134133                <groupId>org.apache.maven.plugins</groupId> 
    135134                <artifactId>maven-jar-plugin</artifactId> 
    136                 <version>2.3.2</version> 
     135                <version>3.1.2</version> 
    137136                <executions> 
    138137                    <execution> 
Note: See TracChangeset for help on using the changeset viewer.