diff --git a/README.adoc b/README.adoc index b5553c05..943c3a38 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ Snapshots are published for every commit to the `master` branch. plugins { java - id("io.mateo.cxf-codegen") version "2.3.0-SNAPSHOT" + id("io.mateo.cxf-codegen") version "2.4.0-SNAPSHOT" } // settings.gradle.kts @@ -101,7 +101,7 @@ pluginManagement { // build.gradle plugins { id "java" - id "io.mateo.cxf-codegen" version "2.3.0-SNAPSHOT" + id "io.mateo.cxf-codegen" version "2.4.0-SNAPSHOT" } // settings.gradle diff --git a/gradle.properties b/gradle.properties index 6de32822..6672dbdf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.3.0 +version=2.4.0-SNAPSHOT group=io.mateo org.gradle.jvmargs=-Xmx1g -XX:+HeapDumpOnOutOfMemoryError