Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Dec 24, 2024
1 parent 1160dcb commit e12c478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ primarily to track download statistics which the Gradle Plugin portal https://gi
----
plugins {
java
id("io.mateo.cxf-codegen") version "2.4.0"
id("io.mateo.cxf-codegen") version "2.4.1"
}
----

Expand All @@ -37,7 +37,7 @@ plugins {
----
plugins {
id "java"
id "io.mateo.cxf-codegen" version "2.4.0"
id "io.mateo.cxf-codegen" version "2.4.1"
}
----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.4.1-SNAPSHOT
version=2.4.1
group=io.mateo

org.gradle.jvmargs=-Xmx1g -XX:+HeapDumpOnOutOfMemoryError

0 comments on commit e12c478

Please sign in to comment.