mirror of https://github.com/apache/maven.git
Make artifact compatible with older Java
This commit is contained in:
parent
4a5f7c7cae
commit
b06a8903fe
|
@ -17,6 +17,9 @@
|
||||||
<distribution>repo</distribution>
|
<distribution>repo</distribution>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
<properties>
|
||||||
|
<takari.javaSourceVersion>1.5</takari.javaSourceVersion>
|
||||||
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue