Skip to content

Commit

Permalink
ARIES-708: org.apache.aries.util pom should point to java6-parent, no…
Browse files Browse the repository at this point in the history
…t java5-parent

Reverted changes. javac apparently has problems when -source and -target differ. Need to find another solution.

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/parent@1145734 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
John Ross committed Jul 12, 2011
1 parent ba2b590 commit 418836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-parent/java5-parent/pom.xml
Expand Up @@ -38,7 +38,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
Expand Down

0 comments on commit 418836f

Please sign in to comment.