We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4cd48 commit 73ab88fCopy full SHA for 73ab88f
2 files changed
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.eclipse.edc.aws
2
-version=0.11.1-SNAPSHOT
+version=0.11.1
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.1-SNAPSHOT"
+edc = "0.11.1"
8
failsafe = "3.3.1"
9
junit = "5.11.3"
10
testcontainers = "1.20.4"
0 commit comments