summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRich Bolen <rich.bolen@icg360.com>2019-08-28 10:38:17 -0400
committerRich Bolen <rich.bolen@icg360.com>2019-08-28 10:38:17 -0400
commitdd3612498a287f7572cc0ff7b80a47341005030b (patch)
tree2434643bf364ae49d4c6a689ddb1e072ea41a442 /pom.xml
parent45764f9465c712d6dc0b69a5027ffccc5b8e2afc (diff)
downloadjavassist-dd3612498a287f7572cc0ff7b80a47341005030b.tar.gz
javassist-dd3612498a287f7572cc0ff7b80a47341005030b.zip
Address feedback from PR
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fc8e2fdf..c7b4bf81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,8 +151,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
- <source>9</source>
- <target>9</target>
+ <source>1.7</source>
+ <target>1.7</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>