Skip to content

Commit faedd8d

Browse files
committed
Remove SNAPSHOT for IntelliJ, prepare for release
1 parent e53680f commit faedd8d

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
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.60.0-SNAPSHOT</version>
30+
<version>3.60.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.60.0-SNAPSHOT</azuretool.version>
42+
<azuretool.version>3.60.0</azuretool.version>
4343
<azuretool.sdk.version>3.30.0.qualifier</azuretool.sdk.version>
4444
</properties>
4545
<dependencies>

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.60.0-SNAPSHOT</version>
5+
<version>3.60.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
@@ -15,13 +15,13 @@ dependencies {
1515
compile group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '9.3.1.jre8-preview'
1616

1717
// TODO(andxu): remove the legacy dependencies
18-
compile 'com.microsoft.azuretools:azuretools-core:3.60.0-SNAPSHOT', {
18+
compile 'com.microsoft.azuretools:azuretools-core:3.60.0', {
1919
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
2020
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
2121
exclude group: "javax.xml.bind", module: "jaxb-api"
2222
}
2323

24-
compile 'com.microsoft.azuretools:azure-explorer-common:3.60.0-SNAPSHOT', {
24+
compile 'com.microsoft.azuretools:azure-explorer-common:3.60.0', {
2525
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
2626
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
2727
exclude group: "javax.xml.bind", module: "jaxb-api"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,17 @@ dependencies {
207207
exclude group: "com.squareup.okhttp3", module: "logging-interceptor"
208208
}
209209

210-
compile 'com.microsoft.azuretools:azuretools-core:3.60.0-SNAPSHOT', {
210+
compile 'com.microsoft.azuretools:azuretools-core:3.60.0', {
211211
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
212212
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
213213
exclude group: "javax.xml.bind", module: "jaxb-api"
214214
}
215-
compile 'com.microsoft.azuretools:azure-explorer-common:3.60.0-SNAPSHOT', {
215+
compile 'com.microsoft.azuretools:azure-explorer-common:3.60.0', {
216216
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
217217
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
218218
exclude group: "javax.xml.bind", module: "jaxb-api"
219219
}
220-
compile 'com.microsoft.azuretools:hdinsight-node-common:3.60.0-SNAPSHOT', {
220+
compile 'com.microsoft.azuretools:hdinsight-node-common:3.60.0', {
221221
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
222222
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
223223
exclude group: "javax.xml.bind", module: "jaxb-api"

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.60.0-SNAPSHOT</version>
5+
<version>3.60.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.60.0-SNAPSHOT</version>
8+
<version>3.60.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.60.0-SNAPSHOT</version>
32+
<version>3.60.0</version>
3333
</parent>
3434
<artifactId>azuretools-core</artifactId>
3535
<properties>

Utils/hdinsight-node-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../pom.xml</relativePath>
55
<groupId>com.microsoft.azuretools</groupId>
66
<artifactId>utils</artifactId>
7-
<version>3.60.0-SNAPSHOT</version>
7+
<version>3.60.0</version>
88
</parent>
99
<artifactId>hdinsight-node-common</artifactId>
1010
<properties>

Utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>com.microsoft.azuretools</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>3.60.0-SNAPSHOT</version>
30+
<version>3.60.0</version>
3131
<packaging>pom</packaging>
3232
<name>${project.artifactId}-${project.version}</name>
3333
<properties>
34-
<azuretool.version>3.60.0-SNAPSHOT</azuretool.version>
34+
<azuretool.version>3.60.0</azuretool.version>
3535
<azure.version>1.41.2</azure.version>
3636
<kotlin.version>1.3.72</kotlin.version>
3737
<kotlin.jvmTargetVersion>1.8</kotlin.jvmTargetVersion>

Utils/spark-localrun-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../pom.xml</relativePath>
55
<groupId>com.microsoft.azuretools</groupId>
66
<artifactId>utils</artifactId>
7-
<version>3.60.0-SNAPSHOT</version>
7+
<version>3.60.0</version>
88
</parent>
99
<groupId>com.microsoft.azuretools</groupId>
1010
<artifactId>spark-localrun-mock</artifactId>

0 commit comments

Comments
 (0)