We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbcf19 commit b3eeef6Copy full SHA for b3eeef6
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.eclipse.edc.aws
2
-version=0.15.0-SNAPSHOT
+version=0.16.0-SNAPSHOT
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.38.2"
7
-edc = "0.15.0-SNAPSHOT"
+edc = "0.16.0-SNAPSHOT"
8
failsafe = "3.3.1"
9
testcontainers = "1.21.3"
10
restAssured = "5.5.6"
0 commit comments