Skip to content

Commit

Permalink
Merge pull request #6466 from microsoft/bump-version-toolkit-libs-0.17.1
Browse files Browse the repository at this point in the history
Bump version of toolkit libs 0.17.1 and update changelog
  • Loading branch information
wangmingliang-ms authored Mar 3, 2022
2 parents 80b245d + 4d2c4cd commit 590c9b1
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Export-Package: com.microsoft.azuretools.appservice,
com.microsoft.azuretools.appservice.handlers,
com.microsoft.azuretools.appservice.ui
Bundle-ClassPath: .,
target/lib/azure-toolkit-ide-appservice-lib-0.17.0.jar
target/lib/azure-toolkit-ide-appservice-lib-0.17.1.jar
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-ide-appservice-lib</artifactId>
<version>0.17.0</version>
<version>0.17.1</version>
</dependency>
</dependencies>
<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
target/lib/azure-toolkit-ide-springcloud-lib-0.17.0.jar
target/lib/azure-toolkit-ide-springcloud-lib-0.17.1.jar
Import-Package: com.microsoft.azuretools.core.actions,
org.eclipse.core.expressions,
org.eclipse.jface.text.hyperlink,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-ide-springcloud-lib</artifactId>
<version>0.17.0</version>
<version>0.17.1</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ intellij {

dependencies {
compile project(':azure-intellij-plugin-lib')
compile 'com.microsoft.azure:azure-toolkit-resource-lib:0.17.0'
compile 'com.microsoft.azure:azure-toolkit-ide-common-lib:0.17.0'
compile 'com.microsoft.azure:azure-toolkit-ide-arm-lib:0.17.0'
compile 'com.microsoft.azure:azure-toolkit-resource-lib:0.17.1'
compile 'com.microsoft.azure:azure-toolkit-ide-common-lib:0.17.1'
compile 'com.microsoft.azure:azure-toolkit-ide-arm-lib:0.17.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "io.freefair.aspectj.post-compile-weaving" version "6.0.0-m2"
}
ext {
azureToolkitVersion = "0.17.0"
azureToolkitVersion = "0.17.1"
}
group 'com.microsoft.azure.toolkit'
apply plugin: 'java'
Expand Down Expand Up @@ -75,7 +75,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
ext {
azureToolkitVersion = "0.17.0"
azureToolkitVersion = "0.17.1"
}

sourceCompatibility = javaVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ intellij {
dependencies {
compile project(':azure-intellij-plugin-lib')
compile project(':azure-intellij-resource-connector-lib')
compile 'com.microsoft.azure:azure-toolkit-resource-lib:0.17.0'
compile 'com.microsoft.azure:azure-toolkit-redis-lib:0.17.0'
compile 'com.microsoft.azure:azure-toolkit-ide-common-lib:0.17.0'
compile 'com.microsoft.azure:azure-toolkit-ide-redis-lib:0.17.0'
compile 'com.microsoft.azure:azure-toolkit-resource-lib:0.17.1'
compile 'com.microsoft.azure:azure-toolkit-redis-lib:0.17.1'
compile 'com.microsoft.azure:azure-toolkit-ide-common-lib:0.17.1'
compile 'com.microsoft.azure:azure-toolkit-ide-redis-lib:0.17.1'
compile 'redis.clients:jedis:3.6.3'
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
implementation project(":azure-intellij-plugin-lib")

implementation 'com.microsoft.graph:microsoft-graph:3.7.0'
implementation "com.microsoft.azure:azure-toolkit-auth-lib:0.17.0"
implementation "com.microsoft.azure:azure-toolkit-auth-lib:0.17.1"
implementation "com.azure.resourcemanager:azure-resourcemanager-authorization:2.5.0"
}
4 changes: 2 additions & 2 deletions PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

ext {
azureToolkitVersion = "0.17.0"
azureToolkitVersion = "0.17.1"
}

compileKotlin {
Expand Down Expand Up @@ -82,7 +82,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
ext {
azureToolkitVersion = "0.17.0"
azureToolkitVersion = "0.17.1"
}

sourceCompatibility = javaVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions Utils/azure-toolkit-ide-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-ide-libs</artifactId>
<version>0.17.0</version>
<version>0.17.1</version>
<packaging>pom</packaging>
<name>Libs for Azure Toolkit for IDEs</name>
<description>Wrapped libs of Microsoft Azure Toolkits for IDEs</description>
Expand Down Expand Up @@ -48,7 +48,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<azure.toolkit-lib.version>0.17.0</azure.toolkit-lib.version>
<azure.toolkit-lib.version>0.17.1</azure.toolkit-lib.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Utils/azuretools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<artifact.name>${project.artifactId}-${project.version}.jar</artifact.name>
<checkstyle.skip>true</checkstyle.skip>
<azure-toolkit-ide-common-lib.version>0.17.0</azure-toolkit-ide-common-lib.version>
<azure-toolkit-ide-common-lib.version>0.17.1</azure-toolkit-ide-common-lib.version>
</properties>
<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions Utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<mockito.version>2.22.0</mockito.version>
<powermock.version>1.7.0RC4</powermock.version>
<rx.version>1.3.8</rx.version>
<azure.toolkit-lib.version>0.17.0</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.17.0</azure.toolkit-ide-lib.version>
<azure.toolkit-lib.version>0.17.1</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.17.1</azure.toolkit-ide-lib.version>
<powermock.version>2.0.9</powermock.version>
<jetty.version>9.4.40.v20210413</jetty.version>
</properties>
Expand Down

0 comments on commit 590c9b1

Please sign in to comment.