Skip to content

Commit 28c0022

Browse files
Merge pull request #6648 from microsoft/bump-version
Bump version of libs/plugins
2 parents c696176 + 15b8747 commit 28c0022

File tree

28 files changed

+44
-44
lines changed

28 files changed

+44
-44
lines changed

PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<parent>
2828
<groupId>com.microsoft.azuretools</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>3.65.0-SNAPSHOT</version>
30+
<version>3.65.0</version>
3131
</parent>
3232
<groupId>com.microsoft.azuretools</groupId>
3333
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
34-
<version>3.31.0-SNAPSHOT</version>
34+
<version>3.31.0</version>
3535
<packaging>bundle</packaging>
3636
<name>Package for Microsoft Azure Libraries for Java Plugin</name>
3737
<organization>
3838
<name>Microsoft Corp.</name>
3939
</organization>
4040

4141
<properties>
42-
<azuretool.version>3.65.0-SNAPSHOT</azuretool.version>
42+
<azuretool.version>3.65.0</azuretool.version>
4343
<azuretool.sdk.version>3.31.0.qualifier</azuretool.sdk.version>
44-
<azure.toolkit-lib.version>0.21.0-SNAPSHOT</azure.toolkit-lib.version>
44+
<azure.toolkit-lib.version>0.21.0</azure.toolkit-lib.version>
4545
</properties>
4646
<dependencyManagement>
4747
<dependencies>

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.appservice/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Export-Package: com.microsoft.azuretools.appservice,
5454
com.microsoft.azuretools.appservice.handlers,
5555
com.microsoft.azuretools.appservice.ui
5656
Bundle-ClassPath: .,
57-
target/lib/azure-toolkit-ide-appservice-lib-0.21.0-SNAPSHOT.jar
57+
target/lib/azure-toolkit-ide-appservice-lib-0.21.0.jar

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.appservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.microsoft.azure</groupId>
1515
<artifactId>azure-toolkit-ide-appservice-lib</artifactId>
16-
<version>0.21.0-SNAPSHOT</version>
16+
<version>0.21.0</version>
1717
</dependency>
1818
</dependencies>
1919
<repositories>

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.springcloud/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui,
2323
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2424
Bundle-ActivationPolicy: lazy
2525
Bundle-ClassPath: .,
26-
target/lib/azure-toolkit-ide-springcloud-lib-0.21.0-SNAPSHOT.jar
26+
target/lib/azure-toolkit-ide-springcloud-lib-0.21.0.jar
2727
Import-Package: com.microsoft.azuretools.core.actions,
2828
org.eclipse.core.expressions,
2929
org.eclipse.jface.text.hyperlink,

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.springcloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.microsoft.azure</groupId>
1515
<artifactId>azure-toolkit-ide-springcloud-lib</artifactId>
16-
<version>0.21.0-SNAPSHOT</version>
16+
<version>0.21.0</version>
1717
</dependency>
1818
</dependencies>
1919
<build>

PluginsAndFeatures/azure-toolkit-for-eclipse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
<tycho-version>2.5.0</tycho-version>
36-
<azuretool.eclipse.version>3.31.0-SNAPSHOT</azuretool.eclipse.version>
36+
<azuretool.eclipse.version>3.31.0</azuretool.eclipse.version>
3737
</properties>
3838

3939
<repositories>

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
@@ -4,7 +4,7 @@ plugins {
44
id "io.freefair.aspectj.post-compile-weaving" version "6.0.0-m2"
55
}
66
ext {
7-
azureToolkitVersion = "0.21.0-SNAPSHOT"
7+
azureToolkitVersion = "0.21.0"
88
}
99
group 'com.microsoft.azure.toolkit'
1010
apply plugin: 'java'
@@ -75,7 +75,7 @@ subprojects {
7575
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
7676
apply plugin: 'io.spring.dependency-management'
7777
ext {
78-
azureToolkitVersion = "0.21.0-SNAPSHOT"
78+
azureToolkitVersion = "0.21.0"
7979
}
8080

8181
sourceCompatibility = javaVersion

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.65.0-SNAPSHOT</version>
5+
<version>3.65.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,11 +15,11 @@ dependencies {
1515
compile 'org.postgresql:postgresql:42.3.1'
1616

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

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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ plugins {
1010
}
1111

1212
ext {
13-
azureToolkitVersion = "0.21.0-SNAPSHOT"
14-
azureToolkitUtilsVersion = "3.65.0-SNAPSHOT"
13+
azureToolkitVersion = "0.21.0"
14+
azureToolkitUtilsVersion = "3.65.0"
1515
}
1616

1717
compileKotlin {
@@ -84,8 +84,8 @@ subprojects {
8484
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
8585
apply plugin: 'io.spring.dependency-management'
8686
ext {
87-
azureToolkitVersion = "0.21.0-SNAPSHOT"
88-
azureToolkitUtilsVersion = "3.65.0-SNAPSHOT"
87+
azureToolkitVersion = "0.21.0"
88+
azureToolkitUtilsVersion = "3.65.0"
8989
}
9090

9191
sourceCompatibility = javaVersion
@@ -201,13 +201,13 @@ dependencies {
201201
compileOnly 'org.projectlombok:lombok'
202202
annotationProcessor 'org.projectlombok:lombok'
203203

204-
compile 'com.microsoft.azuretools:azuretools-core:3.65.0-SNAPSHOT', {
204+
compile 'com.microsoft.azuretools:azuretools-core:3.65.0', {
205205
exclude group: "javax.xml.bind", module: "jaxb-api"
206206
}
207-
compile 'com.microsoft.azuretools:azure-explorer-common:3.65.0-SNAPSHOT', {
207+
compile 'com.microsoft.azuretools:azure-explorer-common:3.65.0', {
208208
exclude group: "javax.xml.bind", module: "jaxb-api"
209209
}
210-
compile 'com.microsoft.azuretools:hdinsight-node-common:3.65.0-SNAPSHOT', {
210+
compile 'com.microsoft.azuretools:hdinsight-node-common:3.65.0', {
211211
exclude group: "javax.xml.bind", module: "jaxb-api"
212212
}
213213

0 commit comments

Comments
 (0)