Skip to content

Commit

Permalink
Back to snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Apr 8, 2024
1 parent 32db520 commit 2524b50
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 @@ -74,7 +74,7 @@ Snapshots are published for every commit to the `master` branch.
plugins {
java
id("io.mateo.cxf-codegen") version "2.4.0-SNAPSHOT"
id("io.mateo.cxf-codegen") version "2.4.1-SNAPSHOT"
}
// settings.gradle.kts
Expand Down Expand Up @@ -105,7 +105,7 @@ pluginManagement {
// build.gradle
plugins {
id "java"
id "io.mateo.cxf-codegen" version "2.4.0-SNAPSHOT"
id "io.mateo.cxf-codegen" version "2.4.1-SNAPSHOT"
}
// settings.gradle
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.0
version=2.4.1-SNAPSHOT
group=io.mateo

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

0 comments on commit 2524b50

Please sign in to comment.