ko/kosample/client/pom.xml
changeset 1944 644d4f4bc6e0
parent 1941 621825e167d7
     1.1 --- a/ko/kosample/client/pom.xml	Tue Apr 26 08:04:12 2016 +0200
     1.2 +++ b/ko/kosample/client/pom.xml	Wed Apr 27 04:01:39 2016 +0200
     1.3 @@ -41,8 +41,8 @@
     1.4                <artifactId>maven-compiler-plugin</artifactId>
     1.5                <version>2.3.2</version>
     1.6                <configuration>
     1.7 -                  <source>1.7</source>
     1.8 -                  <target>1.7</target>
     1.9 +                  <source>1.8</source>
    1.10 +                  <target>1.8</target>
    1.11                </configuration>
    1.12            </plugin>
    1.13            <plugin>