Browse Source

Updated build settings

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2130 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Arjen Poutsma 17 years ago
parent
commit
c38d9dd550
  1. 4
      org.springframework.spring-parent/pom.xml

4
org.springframework.spring-parent/pom.xml

@ -203,10 +203,8 @@ @@ -203,10 +203,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<source>1.5</source>
<target>1.5</target>
<fork>true</fork>
<compilerVersion>1.6</compilerVersion>
</configuration>
</plugin>
<plugin>

Loading…
Cancel
Save