From 258a31190a9c837606c2e327fe4dd5e54f3f1921 Mon Sep 17 00:00:00 2001 From: eclipse-edc-bot Date: Mon, 18 Sep 2023 20:08:11 +0000 Subject: [PATCH] Bump version from 0.3.0 to 0.3.1-SNAPSHOT [skip ci] --- DEPENDENCIES | 4 ++-- README.md | 2 +- gradle.properties | 8 ++++---- gradle/libs.versions.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index c6b90d4677b..5a4528b63d7 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -216,8 +216,8 @@ maven/mavencentral/org.ccil.cowan.tagsoup/tagsoup/1.2.1, Apache-2.0, approved, c maven/mavencentral/org.checkerframework/checker-qual/3.12.0, MIT, approved, clearlydefined maven/mavencentral/org.checkerframework/checker-qual/3.31.0, MIT, approved, clearlydefined maven/mavencentral/org.eclipse.angus/angus-activation/1.0.0, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.angus -maven/mavencentral/org.eclipse.edc/autodoc-processor/0.2.2-SNAPSHOT, Apache-2.0, approved, technology.edc -maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.2.2-SNAPSHOT, Apache-2.0, approved, technology.edc +maven/mavencentral/org.eclipse.edc/autodoc-processor/0.3.1-SNAPSHOT, Apache-2.0, approved, technology.edc +maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.3.1-SNAPSHOT, Apache-2.0, approved, technology.edc maven/mavencentral/org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api/5.0.2, EPL-2.0 OR Apache-2.0, approved, rt.jetty maven/mavencentral/org.eclipse.jetty.toolchain/jetty-jakarta-websocket-api/2.0.0, EPL-2.0 OR Apache-2.0, approved, rt.jetty maven/mavencentral/org.eclipse.jetty.websocket/websocket-core-client/11.0.16, EPL-2.0 OR Apache-2.0, approved, rt.jetty diff --git a/README.md b/README.md index f5e06dd640c..9be00e07fd7 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Then you can add snapshot dependencies by simply using the `-SNAPSHOT` version s ```kotlin dependencies { - implementation("org.eclipse.edc:spi:core-spi:0.2.2-SNAPSHOT") + implementation("org.eclipse.edc:spi:core-spi:0.3.1-SNAPSHOT") // any other dependencies } ``` diff --git a/gradle.properties b/gradle.properties index f939fa2bf35..9bd583ee17b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ group=org.eclipse.edc -version=0.2.2-SNAPSHOT +version=0.3.1-SNAPSHOT # 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.2-SNAPSHOT -edcGradlePluginsVersion=0.2.2-SNAPSHOT -metaModelVersion=0.2.2-SNAPSHOT +annotationProcessorVersion=0.3.1-SNAPSHOT +edcGradlePluginsVersion=0.3.1-SNAPSHOT +metaModelVersion=0.3.1-SNAPSHOT edcScmUrl=https://github.com/eclipse-edc/Connector.git edcScmConnection=scm:git:git@github.com:eclipse-edc/Connector.git diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a9b2784b873..b7e81a1baf4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ atomikos = "6.0.0" awaitility = "4.2.0" bouncyCastle-jdk18on = "1.76" cloudEvents = "2.5.0" -edc = "0.2.2-SNAPSHOT" +edc = "0.3.1-SNAPSHOT" failsafe = "3.3.2" h2 = "2.2.222" httpMockServer = "5.15.0"