Skip to content

Commit 3e8cad3

Browse files
bump version of azure-plugin-for-intellij to 3.80.0-SNAPSHOT
1 parent c8b89d1 commit 3e8cad3

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.microsoft.azuretools</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>3.79.0</version>
30+
<version>3.80.0-SNAPSHOT</version>
3131
</parent>
3232
<groupId>com.microsoft.azuretools</groupId>
3333
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
@@ -39,7 +39,7 @@
3939
</organization>
4040

4141
<properties>
42-
<azuretool.version>3.79.0</azuretool.version>
42+
<azuretool.version>3.80.0-SNAPSHOT</azuretool.version>
4343
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
4444
<azure.toolkit-lib.version>0.36.0-SNAPSHOT</azure.toolkit-lib.version>
4545
</properties>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
ext {
4545
azureToolkitLibsVersion = "0.36.0-SNAPSHOT"
4646
azureToolkitIdeLibsVersion = "0.36.0-SNAPSHOT"
47-
azureToolkitUtilsVersion = "3.79.0-SNAPSHOT"
47+
azureToolkitUtilsVersion = "3.80.0-SNAPSHOT"
4848
}
4949

5050
dependencyManagement {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.79.0
1+
pluginVersion=3.80.0-SNAPSHOT
22
intellijDisplayVersion=2022.2
33
needPatchVersion=true
44
javaVersion=17

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.79.0</version>
5+
<version>3.80.0-SNAPSHOT</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ allprojects {
6666
ext {
6767
azureToolkitLibsVersion = "0.36.0-SNAPSHOT"
6868
azureToolkitIdeLibsVersion = "0.36.0-SNAPSHOT"
69-
azureToolkitUtilsVersion = "3.79.0-SNAPSHOT"
69+
azureToolkitUtilsVersion = "3.80.0-SNAPSHOT"
7070
azureToolkitHDInsightVersion = "0.1.0"
7171
}
7272

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.79.0
1+
pluginVersion=3.80.0-SNAPSHOT
22
needPatchVersion=true
33
javaVersion=17
44
intellijDisplayVersion=2023.1

PluginsAndFeatures/azure-toolkit-for-intellij/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 for IntelliJ</name>
5-
<version>3.79.0</version>
5+
<version>3.80.0-SNAPSHOT</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[

Utils/azure-explorer-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../pom.xml</relativePath>
66
<groupId>com.microsoft.azuretools</groupId>
77
<artifactId>utils</artifactId>
8-
<version>3.79.0</version>
8+
<version>3.80.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>azure-explorer-common</artifactId>
1111
<properties>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.target>17</maven.compiler.target>
1616
<azure.toolkit-lib.version>0.36.0-SNAPSHOT</azure.toolkit-lib.version>
1717
<azure.toolkit-ide-lib.version>0.36.0-SNAPSHOT</azure.toolkit-ide-lib.version>
18-
<azuretool.version>3.79.0-SNAPSHOT</azuretool.version>
18+
<azuretool.version>3.80.0-SNAPSHOT</azuretool.version>
1919
<gson.version>2.9.0</gson.version>
2020
</properties>
2121
<dependencies>

Utils/azuretools-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath>../pom.xml</relativePath>
3030
<groupId>com.microsoft.azuretools</groupId>
3131
<artifactId>utils</artifactId>
32-
<version>3.79.0</version>
32+
<version>3.80.0-SNAPSHOT</version>
3333
</parent>
3434
<artifactId>azuretools-core</artifactId>
3535
<properties>

0 commit comments

Comments
 (0)