Revision 7738
Added by ben leinfelder over 11 years ago
metacat-common/pom.xml | ||
---|---|---|
66 | 66 |
</exclusions> |
67 | 67 |
</dependency> |
68 | 68 |
</dependencies> |
69 |
<build> |
|
70 |
<plugins> |
|
71 |
<plugin> |
|
72 |
<groupId>org.apache.maven.plugins</groupId> |
|
73 |
<artifactId>maven-compiler-plugin</artifactId> |
|
74 |
<version>2.3</version> |
|
75 |
<configuration> |
|
76 |
<source>1.6</source> |
|
77 |
<target>1.6</target> |
|
78 |
</configuration> |
|
79 |
</plugin> |
|
80 |
</plugins> |
|
81 |
</build> |
|
69 | 82 |
</project> |
Also available in: Unified diff
use java 1.6 compliance for compilation