Skip to content

Commit

Permalink
refactor: rename edc version catalog entry to edc-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Aug 12, 2024
1 parent fd96d66 commit 5d91db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

val edcScmUrl: String by project
val edcScmConnection: String by project
val edcBuildVersion = libs.versions.edc
val edcBuildVersion = libs.versions.edc.build

buildscript {
dependencies {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ format.version = "1.1"

[versions]
jackson = "2.17.2"
edc = "0.8.1"
edc-build = "0.8.1"
jetbrainsAnnotation = "24.1.0"

[libraries]
edc-build = { module = "org.eclipse.edc.edc-build:org.eclipse.edc.edc-build.gradle.plugin", version.ref = "edc" }
edc-build = { module = "org.eclipse.edc.edc-build:org.eclipse.edc.edc-build.gradle.plugin", version.ref = "edc-build" }
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrainsAnnotation" }

0 comments on commit 5d91db4

Please sign in to comment.