1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-24 18:16:24 +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

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