mirror of https://github.com/apache/jclouds.git
Activate jre1.7 profile all JDK >= 7
This commit is contained in:
parent
1c781cc5fa
commit
3ed8db7873
|
@ -57,7 +57,7 @@
|
||||||
<profile>
|
<profile>
|
||||||
<id>jre1.7</id>
|
<id>jre1.7</id>
|
||||||
<activation>
|
<activation>
|
||||||
<jdk>1.7</jdk>
|
<jdk>[1.7,)</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
<modules>
|
<modules>
|
||||||
<module>filesystem</module>
|
<module>filesystem</module>
|
||||||
|
|
Loading…
Reference in New Issue