diff --git a/README.md b/README.md index c0f8779..d1eb577 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To use the XJC plugin, include either of the following in your build script: ```groovy plugins { - id 'org.unbroken-dome.xjc' version '1.3.0' + id 'org.unbroken-dome.xjc' version '1.4.0' } ``` @@ -23,7 +23,7 @@ plugins { buildscript { repositories { jcenter() } dependencies { - classpath 'org.unbroken-dome.gradle-plugins:gradle-xjc-plugin:1.3.0' + classpath 'org.unbroken-dome.gradle-plugins:gradle-xjc-plugin:1.4.0' } } diff --git a/gradle.properties b/gradle.properties index b5aec4b..4852fdf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.unbroken-dome.gradle-plugins -version=1.3.0 +version=1.4.0 friendly_name=Gradle XJC plugin description=A plugin that integrates the XJC binding compiler into a Gradle build.