summaryrefslogtreecommitdiff
path: root/contrib/thrift-maven-plugin
diff options
context:
space:
mode:
authorBeluga Behr <dam6923@gmail.com>2018-12-30 22:10:00 -0500
committerJames E. King III <jking@apache.org>2019-01-02 19:20:56 -0500
commit99f673a767104a037e24eb10e1f3341e0ab428f4 (patch)
treedd395cec4e473649d388b3817755204bd80c75a3 /contrib/thrift-maven-plugin
parenta3a7c6c7890b742379db5691f000fb242469af0e (diff)
downloadthrift-99f673a767104a037e24eb10e1f3341e0ab428f4.tar.gz
THRIFT-4694: Upgrade Java to Java 1.8
Diffstat (limited to 'contrib/thrift-maven-plugin')
-rw-r--r--contrib/thrift-maven-plugin/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml
index d364cfc1f..1d66bc619 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>