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

Commit

Permalink
Updating roo supported version range
Browse files Browse the repository at this point in the history
  • Loading branch information
jcagarcia committed Apr 16, 2015
1 parent 1a4fa1d commit c9eda8b
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 c9eda8b

Please sign in to comment.