commit | 99f673a767104a037e24eb10e1f3341e0ab428f4 | [log] [tgz] |
---|---|---|
author | Beluga Behr <dam6923@gmail.com> | Sun Dec 30 22:10:00 2018 -0500 |
committer | James E. King III <jking@apache.org> | Wed Jan 02 19:20:56 2019 -0500 |
tree | dd395cec4e473649d388b3817755204bd80c75a3 | |
parent | a3a7c6c7890b742379db5691f000fb242469af0e [diff] [blame] |
THRIFT-4694: Upgrade Java to Java 1.8
diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml index d364cfc..1d66bc6 100644 --- a/contrib/thrift-maven-plugin/pom.xml +++ b/contrib/thrift-maven-plugin/pom.xml
@@ -34,8 +34,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> <plugin>