Fixed unbounded range in pom.xml:

[INFO] Failed to resolve artifact.

Unable to get dependency information: Unable to read the metadata file for artifact 'net.schmizz:sshj:jar': Invalid JDK version in profile 'doclint-java8-disable': Unbounded range: [1.8, for project net.schmizz:sshj
  net.schmizz:sshj:jar:0.10.1-SNAPSHOT
This commit is contained in:
Donnerbart
2014-11-17 13:37:34 +01:00
parent 44e1ce1358
commit 333c23e167

View File

@@ -333,7 +333,7 @@
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,</jdk>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>