Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from jcagarcia/master
Browse files Browse the repository at this point in the history
Updating roo supported version range
  • Loading branch information
martinlippert committed Apr 16, 2015
2 parents 1a4fa1d + c9eda8b commit 24893d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
*/
public interface IRooInstall {

String SUPPORTED_VERSION = "[1.1.0.RELEASE, 3.0)";
String SUPPORTED_VERSION = "[1.1.0.RELEASE,)";

URL[] getClasspath();

Expand Down

0 comments on commit 24893d2

Please sign in to comment.