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>
|
||||
</license>
|
||||
</licenses>
|
||||
<properties>
|
||||
<takari.javaSourceVersion>1.5</takari.javaSourceVersion>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue