Skip to content

Commit

Permalink
ci: version to 2.0.0 Micronaut 4.0.0-SNAPSHOT githubCoreBranch=4.0.x (#…
Browse files Browse the repository at this point in the history
…63)

* Prepare for Micronaut 4 (no deprecated code found to remove)

* add snapshot repository

https://docs.micronaut.io/latest/guide/#usingsnapshots

Co-authored-by: Sergio del Amo <[email protected]>
  • Loading branch information
wetted and sdelamo authored Aug 2, 2022
1 parent 0a47c6e commit 586ecc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
projectVersion=1.1.1-SNAPSHOT
projectVersion=2.0.0-SNAPSHOT
projectGroup=io.micronaut.toml
micronautDocsVersion=2.0.0
micronautVersion=3.5.4
micronautVersion=4.0.0-SNAPSHOT
micronautTestVersion=3.4.0
groovyVersion=3.0.11
spockVersion=2.1-groovy-3.0
Expand All @@ -13,7 +13,7 @@ githubSlug=micronaut-projects/micronaut-toml
developers=Jonas Konrad

# Micronaut core branch for BOM pull requests
githubCoreBranch=3.6.x
githubCoreBranch=4.0.x

bomProperty=micronautTomlVersion

Expand Down
5 changes: 5 additions & 0 deletions toml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ plugins {
id "io.micronaut.internal.jflex"
}

repositories {
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}

dependencies {
api libs.micronaut.json.core
testImplementation libs.micronaut.jackson.databind
Expand Down

0 comments on commit 586ecc2

Please sign in to comment.