Skip to content

Commit

Permalink
bump version of azure-plugin-for-intellij/Utils to 3.69.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmingliang-ms committed Aug 26, 2022
1 parent e063036 commit 4c76977
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
</parent>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
Expand All @@ -39,7 +39,7 @@
</organization>

<properties>
<azuretool.version>3.68.0</azuretool.version>
<azuretool.version>3.69.0-SNAPSHOT</azuretool.version>
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
<azure.toolkit-lib.version>0.25.0-SNAPSHOT</azure.toolkit-lib.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}
ext {
azureToolkitVersion = "0.25.0-SNAPSHOT"
azureToolkitUtilsVersion = "3.68.0"
azureToolkitUtilsVersion = "3.69.0-SNAPSHOT"
}

group 'com.microsoft.azure.toolkit'
Expand Down Expand Up @@ -49,7 +49,7 @@ subprojects {
apply plugin: 'io.spring.dependency-management'
ext {
azureToolkitVersion = "0.25.0-SNAPSHOT"
azureToolkitUtilsVersion = "3.68.0"
azureToolkitUtilsVersion = "3.69.0-SNAPSHOT"
}

sourceCompatibility = javaVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=3.68.0
pluginVersion=3.69.0-SNAPSHOT
intellijDisplayVersion=2022.1
needPatchVersion=true
javaVersion=11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit</name>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>

<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ dependencies {
compile 'org.postgresql:postgresql:42.3.1'

// TODO(andxu): remove the legacy dependencies
compile 'com.microsoft.azuretools:azuretools-core:3.68.0', {
compile 'com.microsoft.azuretools:azuretools-core:3.69.0-SNAPSHOT', {
exclude group: "javax.xml.bind", module: "jaxb-api"
}

compile 'com.microsoft.azuretools:azure-explorer-common:3.68.0', {
compile 'com.microsoft.azuretools:azure-explorer-common:3.69.0-SNAPSHOT', {
exclude group: "javax.xml.bind", module: "jaxb-api"
}
}
10 changes: 5 additions & 5 deletions PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

ext {
azureToolkitVersion = "0.25.0-SNAPSHOT"
azureToolkitUtilsVersion = "3.68.0"
azureToolkitUtilsVersion = "3.69.0-SNAPSHOT"
}

compileKotlin {
Expand Down Expand Up @@ -83,7 +83,7 @@ subprojects {
apply plugin: 'io.spring.dependency-management'
ext {
azureToolkitVersion = "0.25.0-SNAPSHOT"
azureToolkitUtilsVersion = "3.68.0"
azureToolkitUtilsVersion = "3.69.0-SNAPSHOT"
}

sourceCompatibility = javaVersion
Expand Down Expand Up @@ -206,13 +206,13 @@ dependencies {
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'

compile 'com.microsoft.azuretools:azuretools-core:3.68.0', {
compile 'com.microsoft.azuretools:azuretools-core:3.69.0-SNAPSHOT', {
exclude group: "javax.xml.bind", module: "jaxb-api"
}
compile 'com.microsoft.azuretools:azure-explorer-common:3.68.0', {
compile 'com.microsoft.azuretools:azure-explorer-common:3.69.0-SNAPSHOT', {
exclude group: "javax.xml.bind", module: "jaxb-api"
}
compile 'com.microsoft.azuretools:hdinsight-node-common:3.68.0', {
compile 'com.microsoft.azuretools:hdinsight-node-common:3.69.0-SNAPSHOT', {
exclude group: "javax.xml.bind", module: "jaxb-api"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=3.68.0
pluginVersion=3.69.0-SNAPSHOT
intellijDisplayVersion=2022.1
needPatchVersion=true
javaVersion=11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit for IntelliJ</name>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>

<description><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion Utils/azure-explorer-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
</parent>
<artifactId>azure-explorer-common</artifactId>
<properties>
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 @@ -29,7 +29,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
</parent>
<artifactId>azuretools-core</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion Utils/hdinsight-node-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
</parent>
<artifactId>hdinsight-node-common</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions Utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}-${project.version}</name>
<properties>
<azuretool.version>3.68.0</azuretool.version>
<azuretool.version>3.69.0-SNAPSHOT</azuretool.version>
<azure.version>1.41.3</azure.version>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.jvmTargetVersion>1.8</kotlin.jvmTargetVersion>
Expand Down
2 changes: 1 addition & 1 deletion Utils/spark-localrun-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
</parent>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>spark-localrun-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Utils/spark-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.68.0</version>
<version>3.69.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spark-tools</artifactId>
Expand Down

0 comments on commit 4c76977

Please sign in to comment.