From 935951acd84da130c8d139c70a81afeae71a65d3 Mon Sep 17 00:00:00 2001 From: Christophe Loiseau Date: Tue, 20 Aug 2024 11:48:48 +0200 Subject: [PATCH] Release prep 0.2.1.4 (#23) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4baa7ab70fb..f48c821b20c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ ### Overview +#### Changes + +#### Details + +#### Compatibility + +#### Resolution plan + + +## [0.2.1.4] - 2024-08-20 + +### Overview + Change the type of UUID #### Changes diff --git a/gradle.properties b/gradle.properties index ab382178f71..1a1bceedf92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ group=org.eclipse.edc -version=0.2.1-SNAPSHOT +version=0.2.1.4 # for now, we're using the same version for the autodoc plugin, the processor and the runtime-metamodel lib, but that could # change in the future -annotationProcessorVersion=0.2.1-SNAPSHOT -edcGradlePluginsVersion=0.2.1-SNAPSHOT -metaModelVersion=0.2.1-SNAPSHOT +annotationProcessorVersion=0.2.1 +edcGradlePluginsVersion=0.2.1 +metaModelVersion=0.2.1 edcScmUrl=https://github.com/eclipse-edc/Connector.git edcScmConnection=scm:git:git@github.com:eclipse-edc/Connector.git skip.signing=true