diff --git a/gradle.properties b/gradle.properties index 4873e98..2a453a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.19 \ No newline at end of file +version=1.0 \ No newline at end of file diff --git a/samples/build.gradle b/samples/build.gradle index 527d352..7640714 100644 --- a/samples/build.gradle +++ b/samples/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.github.zhurlik:gradle-jboss-modules:0.19' + classpath 'com.github.zhurlik:gradle-jboss-modules:1.0' } }