Browse Source

JDK 5.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1328096 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
339c580b6a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/poms/pom.xml

+ 2
- 2
src/etc/poms/pom.xml View File

@@ -123,8 +123,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.4</source>
<target>1.4</target>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>


Loading…
Cancel
Save