We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e722dc9 commit 8531cbdCopy full SHA for 8531cbd
2 files changed
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.eclipse.edc.aws
2
-version=0.11.0-SNAPSHOT
+version=0.11.0
3
# used for publishing artifacts and plugins
4
techAwsScmConnection=scm:git:git@github.com:eclipse-edc/Technology-Aws.git
5
techAwsScmUrl=https://github.com/eclipse-edc/Technology-Aws.git
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ format.version = "1.1"
[versions]
awaitility = "4.2.1"
6
aws = "2.29.50"
7
-edc = "0.11.0-SNAPSHOT"
+edc = "0.11.0"
8
failsafe = "3.3.1"
9
junit = "5.11.3"
10
testcontainers = "1.20.4"
0 commit comments