Ignore:
Timestamp:
11/24/17 10:52:39 (7 years ago)
Author:
pharms
Message:

update to Java 1.8

Location:
trunk/autoquest-jfcmonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-jfcmonitor/.classpath

    r1779 r2182  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
     15        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 
    1616                <attributes> 
    1717                        <attribute name="maven.pomderived" value="true"/> 
  • trunk/autoquest-jfcmonitor/pom.xml

    r2179 r2182  
    3838                <version>2.3.2</version> 
    3939                <configuration> 
    40                     <source>1.7</source> 
    41                     <target>1.7</target> 
     40                    <source>1.8</source> 
     41                    <target>1.8</target> 
    4242                </configuration> 
    4343            </plugin> 
Note: See TracChangeset for help on using the changeset viewer.