diff --git a/gradle.properties b/gradle.properties index 97d96c4..b2b213d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ group=org.eclipse.edc -version=0.1.3-SNAPSHOT +version=0.1.4-SNAPSHOT # configure the build: -annotationProcessorVersion=0.1.3-SNAPSHOT -edcGradlePluginsVersion=0.1.3-SNAPSHOT -metaModelVersion=0.1.3-SNAPSHOT +annotationProcessorVersion=0.1.4-SNAPSHOT +edcGradlePluginsVersion=0.1.4-SNAPSHOT +metaModelVersion=0.1.4-SNAPSHOT # used for publishing artifacts and plugins techGcpScmConnection=scm:git:git@github.com:eclipse-edc/Technology-Aws.git diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d8c3fc9..327c5a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ format.version = "1.1" googleCloudIamAdmin = "3.14.0" googleCloudIamCredentials = "2.18.0" googleCloudStorage = "2.22.4" -edc = "0.1.3-SNAPSHOT" +edc = "0.1.4-SNAPSHOT" mockito = "5.2.0" failsafe = "3.3.1"