Skip to content

Commit c8b89d1

Browse files
bump version of azure-toolkit-libs to 0.36.0-SNAPSHOT
1 parent 7c186f8 commit c8b89d1

File tree

26 files changed

+34
-34
lines changed

26 files changed

+34
-34
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.79.0</azuretool.version>
4343
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
44-
<azure.toolkit-lib.version>0.35.0</azure.toolkit-lib.version>
44+
<azure.toolkit-lib.version>0.36.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.35.0.jar
46+
target/lib/azure-toolkit-ide-appservice-lib-0.36.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.35.0</version>
16+
<version>0.36.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.35.0.jar
26+
target/lib/azure-toolkit-ide-springcloud-lib-0.36.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.35.0</version>
16+
<version>0.36.0-SNAPSHOT</version>
1717
</dependency>
1818
</dependencies>
1919
<build>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ allprojects {
4242
}
4343

4444
ext {
45-
azureToolkitLibsVersion = "0.35.0"
46-
azureToolkitIdeLibsVersion = "0.35.0"
47-
azureToolkitUtilsVersion = "3.79.0"
45+
azureToolkitLibsVersion = "0.36.0-SNAPSHOT"
46+
azureToolkitIdeLibsVersion = "0.36.0-SNAPSHOT"
47+
azureToolkitUtilsVersion = "3.79.0-SNAPSHOT"
4848
}
4949

5050
dependencyManagement {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ allprojects {
6464
}
6565

6666
ext {
67-
azureToolkitLibsVersion = "0.35.0"
68-
azureToolkitIdeLibsVersion = "0.35.0"
69-
azureToolkitUtilsVersion = "3.79.0"
67+
azureToolkitLibsVersion = "0.36.0-SNAPSHOT"
68+
azureToolkitIdeLibsVersion = "0.36.0-SNAPSHOT"
69+
azureToolkitUtilsVersion = "3.79.0-SNAPSHOT"
7070
azureToolkitHDInsightVersion = "0.1.0"
7171
}
7272

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<properties>
1414
<maven.compiler.source>17</maven.compiler.source>
1515
<maven.compiler.target>17</maven.compiler.target>
16-
<azure.toolkit-lib.version>0.35.0</azure.toolkit-lib.version>
17-
<azure.toolkit-ide-lib.version>0.35.0</azure.toolkit-ide-lib.version>
18-
<azuretool.version>3.79.0</azuretool.version>
16+
<azure.toolkit-lib.version>0.36.0-SNAPSHOT</azure.toolkit-lib.version>
17+
<azure.toolkit-ide-lib.version>0.36.0-SNAPSHOT</azure.toolkit-ide-lib.version>
18+
<azuretool.version>3.79.0-SNAPSHOT</azuretool.version>
1919
<gson.version>2.9.0</gson.version>
2020
</properties>
2121
<dependencies>

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

0 commit comments

Comments
 (0)