Changeset 2182 for trunk/autoquest


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

update to Java 1.8

Location:
trunk/autoquest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest/.classpath

    r1858 r2182  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
    4                 <attributes> 
    5                         <attribute name="maven.pomderived" value="true"/> 
    6                 </attributes> 
    7         </classpathentry> 
    83        <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
    94                <attributes> 
     
    116                </attributes> 
    127        </classpathentry> 
     8        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    139        <classpathentry kind="output" path="target/classes"/> 
    1410</classpath> 
  • trunk/autoquest/pom.xml

    r2179 r2182  
    5353                <version>2.3.2</version> 
    5454                <configuration> 
    55                     <source>1.7</source> 
    56                     <target>1.7</target> 
     55                    <source>1.8</source> 
     56                    <target>1.8</target> 
    5757                </configuration> 
    5858            </plugin> 
Note: See TracChangeset for help on using the changeset viewer.