Skip to content

Commit bc25112

Browse files
Merge branch 'endgame-202205' into endgame-202205.next
2 parents 0771fd3 + f5bf197 commit bc25112

File tree

20 files changed

+24
-24
lines changed

20 files changed

+24
-24
lines changed

PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<properties>
4242
<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</azure.toolkit-lib.version>
44+
<azure.toolkit-lib.version>0.21.1</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.jar
57+
target/lib/azure-toolkit-ide-appservice-lib-0.21.1.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</version>
16+
<version>0.21.1</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.jar
26+
target/lib/azure-toolkit-ide-springcloud-lib-0.21.1.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</version>
16+
<version>0.21.1</version>
1717
</dependency>
1818
</dependencies>
1919
<build>

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"
7+
azureToolkitVersion = "0.21.1"
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"
78+
azureToolkitVersion = "0.21.1"
7979
}
8080

8181
sourceCompatibility = javaVersion

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
ext {
11-
azureToolkitVersion = "0.21.0"
11+
azureToolkitVersion = "0.21.1"
1212
azureToolkitUtilsVersion = "3.65.0"
1313
}
1414

@@ -82,7 +82,7 @@ subprojects {
8282
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
8383
apply plugin: 'io.spring.dependency-management'
8484
ext {
85-
azureToolkitVersion = "0.21.0"
85+
azureToolkitVersion = "0.21.1"
8686
azureToolkitUtilsVersion = "3.65.0"
8787
}
8888

Utils/azure-toolkit-ide-libs/azure-toolkit-ide-applicationinsights-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-toolkit-ide-libs</artifactId>
77
<groupId>com.microsoft.azure</groupId>
8-
<version>0.21.0</version>
8+
<version>0.21.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Utils/azure-toolkit-ide-libs/azure-toolkit-ide-appservice-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-toolkit-ide-libs</artifactId>
77
<groupId>com.microsoft.azure</groupId>
8-
<version>0.21.0</version>
8+
<version>0.21.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Utils/azure-toolkit-ide-libs/azure-toolkit-ide-arm-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-toolkit-ide-libs</artifactId>
77
<groupId>com.microsoft.azure</groupId>
8-
<version>0.21.0</version>
8+
<version>0.21.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)