Skip to content

Commit

Permalink
Cassandra to M5 (#319)
Browse files Browse the repository at this point in the history
* remove githubCoreBranch property

* remove snapshot repository

* Micronaut Framework 4.0.0-M5

* Micronaut Gradle Plugin 4.0.0-M4
  • Loading branch information
sdelamo authored May 25, 2023
1 parent c88f553 commit 04ec279
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ projectUrl=https://micronaut.io
githubSlug=micronaut-projects/micronaut-cassandra
developers=Graeme Rocher

githubCoreBranch=4.0.x
bomProperty=micronautCassandraVersion

org.gradle.caching=true
org.gradle.parallel=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
managed-datastax-cassandra-driver = "4.15.0"
micronaut = "4.0.0-M4"
micronaut = "4.0.0-M5"
micronaut-docs = "2.0.0"
micronaut-test = "4.0.0-M4"
micronaut-logging = "1.0.0-M2"
groovy = "4.0.11"
spock = "2.3-groovy-4.0"
testcontainers = "1.18.1"
micronaut-gradle-plugin = "4.0.0-M3"
micronaut-gradle-plugin = "4.0.0-M4"

[libraries]
# Core
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ include 'cassandra-bom'
include 'test-suite-graal'

micronautBuild {
addSnapshotRepository()
useStandardizedProjectNames = true
importMicronautCatalog()
importMicronautCatalog("micronaut-logging")
Expand Down

0 comments on commit 04ec279

Please sign in to comment.