Skip to content

Commit

Permalink
Back to snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Feb 5, 2024
1 parent 56aadad commit c6e13f2
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 @@ -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
Expand Down Expand Up @@ -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
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.3.0
version=2.4.0-SNAPSHOT
group=io.mateo

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

0 comments on commit c6e13f2

Please sign in to comment.