136 |
<plugin> |
<plugin> |
137 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
138 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
139 |
<version>2.3.2</version> |
<version>2.5.1</version> |
140 |
<configuration> |
<configuration> |
141 |
<source>1.6</source> |
<source>1.7</source> |
142 |
<target>1.6</target> |
<target>1.7</target> |
143 |
<excludes> |
<excludes> |
144 |
<exclude>**/.svn</exclude> <!-- ??? --> |
<exclude>**/.svn</exclude> <!-- ??? --> |
145 |
</excludes> |
</excludes> |