diff options
author | Rich Bolen <rich.bolen@icg360.com> | 2019-08-28 10:38:17 -0400 |
---|---|---|
committer | Rich Bolen <rich.bolen@icg360.com> | 2019-08-28 10:38:17 -0400 |
commit | dd3612498a287f7572cc0ff7b80a47341005030b (patch) | |
tree | 2434643bf364ae49d4c6a689ddb1e072ea41a442 /pom.xml | |
parent | 45764f9465c712d6dc0b69a5027ffccc5b8e2afc (diff) | |
download | javassist-dd3612498a287f7572cc0ff7b80a47341005030b.tar.gz javassist-dd3612498a287f7572cc0ff7b80a47341005030b.zip |
Address feedback from PR
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |