We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cd3ab commit 9203958Copy full SHA for 9203958
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.eclipse.edc.azure
2
-version=0.13.0-SNAPSHOT
+version=0.13.0
3
# used for publishing artifacts and plugins
4
techAzScmConnection=scm:git:git@github.com:eclipse-edc/Technology-Azure.git
5
techAzScmUrl=https://github.com/eclipse-edc/Technology-Azure.git
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
format.version = "1.1"
[versions]
-edc = "0.13.0-SNAPSHOT"
+edc = "0.13.0"
6
# we need to pin the version of IH, because this is the last version to contain the DWN implementation
7
# current snapshot builds of IH don't have feature parity yet.
8
# todo: remove this once IH supports credential presentation and issuance
0 commit comments