From 333c23e167109012c91cee98ce03dc870e091f9b Mon Sep 17 00:00:00 2001 From: Donnerbart Date: Mon, 17 Nov 2014 13:37:34 +0100 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8e525ad..f7673bd3 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ doclint-java8-disable - [1.8, + [1.8,)