We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4983685 commit 0ca2a27Copy full SHA for 0ca2a27
pom.xml
@@ -585,8 +585,8 @@
585
<compiler.exclude>com/ning/http/client/providers/grizzly/*.java</compiler.exclude>
586
<test.compiler.exclude>com/ning/http/client/async/grizzly/*.java</test.compiler.exclude>
587
<javadoc.package.exclude>com.ning.http.client.providers.grizzly</javadoc.package.exclude>
588
- <source.property>1.6</source.property>
589
- <target.property>1.6</target.property>
+ <source.property>1.5</source.property>
+ <target.property>1.5</target.property>
590
<surefire.version>2.12</surefire.version>
591
</properties>
592
</project>
0 commit comments