commit | 90717bd9e4372a13c9b40cbb707121de6eb4fa92 | [log] [tgz] |
---|---|---|
author | Jeremy Long <jeremy.long@gmail.com> | Wed May 04 06:47:32 2022 -0400 |
committer | Jeremy Long <jeremy.long@gmail.com> | Wed May 04 06:47:32 2022 -0400 |
tree | de79b61614e458e12fd32f2a09ab64d5acdba1af | |
parent | e185873ae310600df62312b6b11fa0e36e54bf7c [diff] |
fix copy paste error
diff --git a/pom.xml b/pom.xml index 6229eb8..069f16f 100755 --- a/pom.xml +++ b/pom.xml
@@ -353,7 +353,7 @@ <goal>jar</goal> </goals> <configuration> - <source>1.8</source> + <source>1.6</source> <failOnError>false</failOnError> </configuration> </execution>