1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00

Revert mistaken modification to pom.xml

This commit is contained in:
OJ 2020-06-15 17:13:03 +10:00
parent 50048d02ca
commit aacaf43ace
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597

View File

@ -26,8 +26,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.5</source>
<target>1.5</target>
<debug>true</debug> <!-- http://stackoverflow.com/q/4220083/90203 -->
<debuglevel>none</debuglevel>
</configuration>