Skip to content

Commit 7fc5290

Browse files
bump version of azure-plugin-for-intellij/Utils to 3.68.0
1 parent cd70600 commit 7fc5290

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.microsoft.azuretools</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>3.68.0-SNAPSHOT</version>
30+
<version>3.68.0</version>
3131
</parent>
3232
<groupId>com.microsoft.azuretools</groupId>
3333
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
@@ -39,7 +39,7 @@
3939
</organization>
4040

4141
<properties>
42-
<azuretool.version>3.68.0-SNAPSHOT</azuretool.version>
42+
<azuretool.version>3.68.0</azuretool.version>
4343
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
4444
<azure.toolkit-lib.version>0.24.0</azure.toolkit-lib.version>
4545
</properties>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99
ext {
1010
azureToolkitVersion = "0.24.0"
11-
azureToolkitUtilsVersion = "3.68.0-SNAPSHOT"
11+
azureToolkitUtilsVersion = "3.68.0"
1212
}
1313

1414
group 'com.microsoft.azure.toolkit'
@@ -49,7 +49,7 @@ subprojects {
4949
apply plugin: 'io.spring.dependency-management'
5050
ext {
5151
azureToolkitVersion = "0.24.0"
52-
azureToolkitUtilsVersion = "3.68.0-SNAPSHOT"
52+
azureToolkitUtilsVersion = "3.68.0"
5353
}
5454

5555
sourceCompatibility = javaVersion

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.68.0-SNAPSHOT
1+
pluginVersion=3.68.0
22
intellijDisplayVersion=2022.1
33
needPatchVersion=true
44
javaVersion=11

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-base/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit</name>
5-
<version>3.68.0-SNAPSHOT</version>
5+
<version>3.68.0</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ dependencies {
1616
compile 'org.postgresql:postgresql:42.3.1'
1717

1818
// TODO(andxu): remove the legacy dependencies
19-
compile 'com.microsoft.azuretools:azuretools-core:3.68.0-SNAPSHOT', {
19+
compile 'com.microsoft.azuretools:azuretools-core:3.68.0', {
2020
exclude group: "javax.xml.bind", module: "jaxb-api"
2121
}
2222

23-
compile 'com.microsoft.azuretools:azure-explorer-common:3.68.0-SNAPSHOT', {
23+
compile 'com.microsoft.azuretools:azure-explorer-common:3.68.0', {
2424
exclude group: "javax.xml.bind", module: "jaxb-api"
2525
}
2626
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
ext {
1111
azureToolkitVersion = "0.24.0"
12-
azureToolkitUtilsVersion = "3.68.0-SNAPSHOT"
12+
azureToolkitUtilsVersion = "3.68.0"
1313
}
1414

1515
compileKotlin {
@@ -83,7 +83,7 @@ subprojects {
8383
apply plugin: 'io.spring.dependency-management'
8484
ext {
8585
azureToolkitVersion = "0.24.0"
86-
azureToolkitUtilsVersion = "3.68.0-SNAPSHOT"
86+
azureToolkitUtilsVersion = "3.68.0"
8787
}
8888

8989
sourceCompatibility = javaVersion
@@ -206,13 +206,13 @@ dependencies {
206206
compileOnly 'org.projectlombok:lombok'
207207
annotationProcessor 'org.projectlombok:lombok'
208208

209-
compile 'com.microsoft.azuretools:azuretools-core:3.68.0-SNAPSHOT', {
209+
compile 'com.microsoft.azuretools:azuretools-core:3.68.0', {
210210
exclude group: "javax.xml.bind", module: "jaxb-api"
211211
}
212-
compile 'com.microsoft.azuretools:azure-explorer-common:3.68.0-SNAPSHOT', {
212+
compile 'com.microsoft.azuretools:azure-explorer-common:3.68.0', {
213213
exclude group: "javax.xml.bind", module: "jaxb-api"
214214
}
215-
compile 'com.microsoft.azuretools:hdinsight-node-common:3.68.0-SNAPSHOT', {
215+
compile 'com.microsoft.azuretools:hdinsight-node-common:3.68.0', {
216216
exclude group: "javax.xml.bind", module: "jaxb-api"
217217
}
218218

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.68.0-SNAPSHOT
1+
pluginVersion=3.68.0
22
intellijDisplayVersion=2022.1
33
needPatchVersion=true
44
javaVersion=11

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit for IntelliJ</name>
5-
<version>3.68.0-SNAPSHOT</version>
5+
<version>3.68.0</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[

Utils/azure-explorer-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../pom.xml</relativePath>
66
<groupId>com.microsoft.azuretools</groupId>
77
<artifactId>utils</artifactId>
8-
<version>3.68.0-SNAPSHOT</version>
8+
<version>3.68.0</version>
99
</parent>
1010
<artifactId>azure-explorer-common</artifactId>
1111
<properties>

Utils/azuretools-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath>../pom.xml</relativePath>
3030
<groupId>com.microsoft.azuretools</groupId>
3131
<artifactId>utils</artifactId>
32-
<version>3.68.0-SNAPSHOT</version>
32+
<version>3.68.0</version>
3333
</parent>
3434
<artifactId>azuretools-core</artifactId>
3535
<properties>

0 commit comments

Comments
 (0)