Skip to content

Commit d369817

Browse files
committed
Merge branch 'release'
2 parents 515e327 + 776b7ad commit d369817

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies {
2020
compileOnly 'org.projectlombok:lombok:1.18.8'
2121
annotationProcessor 'org.projectlombok:lombok:1.18.8'
2222

23-
implementation "com.microsoft.azure:azure-toolkit-common-lib:0.5.0-SNAPSHOT"
23+
implementation "com.microsoft.azure:azure-toolkit-common-lib:0.5.0"
2424
}

PluginsAndFeatures/azure-toolkit-for-intellij/azure-sdk-reference-book/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
exclude group: "com.fasterxml.jackson", module: "jackson-bom"
3131
}
3232
compile project(':azure-intellij-plugin-lib')
33-
compile "com.microsoft.azure:azure-toolkit-common-lib:0.5.0-SNAPSHOT"
33+
compile "com.microsoft.azure:azure-toolkit-common-lib:0.5.0"
3434

35-
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.5.0-SNAPSHOT"
35+
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.5.0"
3636
}

PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ dependencies {
113113
compile 'net.minidev:json-smart:2.3'
114114
compile 'com.microsoft.azure:azure-client-runtime:1.7.5', { force = true }
115115
compile 'com.microsoft.azure:azure-client-authentication:1.7.5', { force = true }
116-
compile 'com.microsoft.azure:azure-toolkit-springcloud-lib:0.5.0-SNAPSHOT', { force = true }
117-
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.5.0-SNAPSHOT"
116+
compile 'com.microsoft.azure:azure-toolkit-springcloud-lib:0.5.0', { force = true }
117+
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.5.0"
118118
compile 'com.microsoft.azuretools:azuretools-core:3.51.0', {
119119
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
120120
exclude group: "com.microsoft.azure", module: "azure-client-runtime"

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<rx.version>1.3.8</rx.version>
7474
<slf4j-api.version>1.7.30</slf4j-api.version>
7575

76-
<azure.toolkit-lib.version>0.5.0-SNAPSHOT</azure.toolkit-lib.version>
76+
<azure.toolkit-lib.version>0.5.0</azure.toolkit-lib.version>
7777
<azure.storage.version>8.6.5</azure.storage.version>
7878
<azure.auth.helper.version>0.6.0</azure.auth.helper.version>
7979
<azure.security.keyvault.secrets.version>4.2.0</azure.security.keyvault.secrets.version>

0 commit comments

Comments
 (0)