Skip to content

Commit c15af67

Browse files
bump up version of azure-toolkit-libs to 0.41.0-SNAPSHOT
1 parent b5ae4e0 commit c15af67

File tree

28 files changed

+36
-37
lines changed

28 files changed

+36
-37
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.84.0</azuretool.version>
4343
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
44-
<azure.toolkit-lib.version>0.40.0</azure.toolkit-lib.version>
44+
<azure.toolkit-lib.version>0.41.0-SNAPSHOT</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
@@ -43,4 +43,4 @@ Export-Package: com.microsoft.azuretools.appservice,
4343
com.microsoft.azuretools.appservice.handlers,
4444
com.microsoft.azuretools.appservice.ui
4545
Bundle-ClassPath: .,
46-
target/lib/azure-toolkit-ide-appservice-lib-0.40.0.jar
46+
target/lib/azure-toolkit-ide-appservice-lib-0.41.0-SNAPSHOT.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.40.0</version>
16+
<version>0.41.0-SNAPSHOT</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.40.0.jar
26+
target/lib/azure-toolkit-ide-springcloud-lib-0.41.0-SNAPSHOT.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.40.0</version>
16+
<version>0.41.0-SNAPSHOT</version>
1717
</dependency>
1818
</dependencies>
1919
<build>

PluginsAndFeatures/azure-toolkit-for-intellij/.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
@@ -42,8 +42,8 @@ allprojects {
4242
}
4343

4444
ext {
45-
azureToolkitLibsVersion = "0.40.0"
46-
azureToolkitIdeLibsVersion = "0.40.0"
45+
azureToolkitLibsVersion = "0.41.0-SNAPSHOT"
46+
azureToolkitIdeLibsVersion = "0.41.0-SNAPSHOT"
4747
}
4848

4949
dependencyManagement {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ allprojects {
9191
}
9292

9393
dependencies {
94-
implementation platform('com.microsoft.azure:azure-toolkit-libs:0.40.0')
95-
implementation platform('com.microsoft.azure:azure-toolkit-ide-libs:0.40.0')
94+
implementation platform('com.microsoft.azure:azure-toolkit-libs:0.41.0-SNAPSHOT')
95+
implementation platform('com.microsoft.azure:azure-toolkit-ide-libs:0.41.0-SNAPSHOT')
9696
implementation platform('com.microsoft.hdinsight:azure-toolkit-ide-hdinsight-libs:0.1.0')
9797

9898
compileOnly 'org.projectlombok:lombok:1.18.24'
9999
compileOnly 'org.jetbrains:annotations:24.0.0'
100100
annotationProcessor 'org.projectlombok:lombok:1.18.24'
101-
implementation 'com.microsoft.azure:azure-toolkit-common-lib:0.40.0'
102-
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.40.0"
101+
implementation 'com.microsoft.azure:azure-toolkit-common-lib:0.41.0-SNAPSHOT'
102+
aspect "com.microsoft.azure:azure-toolkit-common-lib:0.41.0-SNAPSHOT"
103103
}
104104

105105
configurations {

Utils/azure-toolkit-ide-hdinsight-libs/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<properties>
1414
<maven.compiler.source>17</maven.compiler.source>
1515
<maven.compiler.target>17</maven.compiler.target>
16-
<azure.toolkit-lib.version>0.40.0</azure.toolkit-lib.version>
17-
<azure.toolkit-ide-lib.version>0.40.0</azure.toolkit-ide-lib.version>
16+
<azure.toolkit-lib.version>0.41.0-SNAPSHOT</azure.toolkit-lib.version>
17+
<azure.toolkit-ide-lib.version>0.41.0-SNAPSHOT</azure.toolkit-ide-lib.version>
1818
<gson.version>2.9.0</gson.version>
1919
<kotlin.version>1.9.10</kotlin.version>
2020
<kotlin.jvmTargetVersion>17</kotlin.jvmTargetVersion>
2121
<gson.version>2.9.0</gson.version>
22-
<azure.toolkit-lib.version>0.40.0</azure.toolkit-lib.version>
23-
<azure.toolkit-ide-lib.version>0.40.0</azure.toolkit-ide-lib.version>
22+
<azure.toolkit-lib.version>0.41.0-SNAPSHOT</azure.toolkit-lib.version>
23+
<azure.toolkit-ide-lib.version>0.41.0-SNAPSHOT</azure.toolkit-ide-lib.version>
2424
<hdinsight.toolkit-ide-lib.version>0.1.0</hdinsight.toolkit-ide-lib.version>
2525
<jetty.version>9.4.53.v20231009</jetty.version>
2626
<woodstox.version>6.4.0</woodstox.version>

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.40.0</version>
8+
<version>0.41.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)