From 9a9717b9b42bee31b78e25b4f514df51da8e43fe Mon Sep 17 00:00:00 2001 From: Enrico Risa Date: Tue, 4 Jul 2023 17:10:11 +0200 Subject: [PATCH] chore(build): updates to EDC 0.1.3 (#561) --- CHANGELOG.md | 4 ++++ gradle.properties | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8b5de91..67dc377b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +Upgraded to EDC 0.1.3 + ### Removed Removed the interim solution `observability-api-customization` and use the upstream extension `Observability API` instead diff --git a/gradle.properties b/gradle.properties index 3f76e39a7..198c1ee0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ group=org.eclipse.tractusx.edc version=0.5.0-SNAPSHOT # configure the build: -annotationProcessorVersion=0.1.2 -edcGradlePluginsVersion=0.1.2 -metaModelVersion=0.1.2 +annotationProcessorVersion=0.1.3 +edcGradlePluginsVersion=0.1.3 +metaModelVersion=0.1.3 txScmConnection=scm:git:git@github.com:eclipse-tractusx/tractusx-edc.git txWebsiteUrl=https://github.com/eclipse-tractusx/tractusx-edc.git txScmUrl=https://github.com/eclipse-tractusx/tractusx-edc.git