We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e00f2 commit cdc01fdCopy full SHA for cdc01fd
2 files changed
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.eclipse.edc.aws
2
-version=0.13.0-SNAPSHOT
+version=0.13.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.31.16"
7
-edc = "0.13.0-SNAPSHOT"
+edc = "0.13.0"
8
failsafe = "3.3.1"
9
testcontainers = "1.21.0"
10
restAssured = "5.5.1"
0 commit comments