diff --git a/README.md b/README.md index 13174e8..94e12a2 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.4.2' + id 'org.unbroken-dome.xjc' version '1.4.3' } ``` @@ -23,7 +23,7 @@ plugins { buildscript { repositories { jcenter() } dependencies { - classpath 'org.unbroken-dome.gradle-plugins:gradle-xjc-plugin:1.4.2' + classpath 'org.unbroken-dome.gradle-plugins:gradle-xjc-plugin:1.4.3' } } diff --git a/gradle.properties b/gradle.properties index e49f166..e84c7e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.unbroken-dome.gradle-plugins -version=1.4.2 +version=1.4.3 friendly_name=Gradle XJC plugin description=A plugin that integrates the XJC binding compiler into a Gradle build.