Skip to content

Commit 0ca2a27

Browse files
committed
Didn't mean to commit target/source changes.
1 parent 4983685 commit 0ca2a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@
585585
<compiler.exclude>com/ning/http/client/providers/grizzly/*.java</compiler.exclude>
586586
<test.compiler.exclude>com/ning/http/client/async/grizzly/*.java</test.compiler.exclude>
587587
<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>
588+
<source.property>1.5</source.property>
589+
<target.property>1.5</target.property>
590590
<surefire.version>2.12</surefire.version>
591591
</properties>
592592
</project>

0 commit comments

Comments
 (0)