Skip to content

Commit 3792861

Browse files
authored
Bump version for release (#3650)
1 parent aa2d99f commit 3792861

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

BuildProduct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SCRIPTPATH=$(dirname "$SCRIPT")
77
cd "$SCRIPTPATH"
88

99
# Utils
10-
VERSION="3.28.0"
10+
VERSION="3.29.0"
1111
MAVEN_QUIET=""
1212

1313
# Eclipse

PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>com.microsoft.azuretools</groupId>
3030
<artifactId>utils</artifactId>
31-
<version>3.28.0</version>
31+
<version>3.29.0</version>
3232
</parent>
3333
<groupId>com.microsoft.azuretools</groupId>
3434
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
@@ -38,7 +38,7 @@
3838
<organization><name>Microsoft Corp.</name></organization>
3939

4040
<properties>
41-
<azuretool.version>3.28.0</azuretool.version>
41+
<azuretool.version>3.29.0</azuretool.version>
4242
<azuretool.sdk.version>3.18.0.qualifier</azuretool.sdk.version>
4343
</properties>
4444
<dependencies>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@ dependencies {
8888
compile 'net.minidev:json-smart:2.3'
8989
compile 'com.microsoft.azure:azure-client-runtime:1.6.13', { force = true }
9090
compile 'com.microsoft.azure:azure-client-authentication:1.6.13', { force = true }
91-
compile 'com.microsoft.azuretools:azuretools-core:3.28.0', {
91+
compile 'com.microsoft.azuretools:azuretools-core:3.29.0', {
9292
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
9393
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
9494
exclude group: "javax.xml.bind", module: "jaxb-api"
9595
}
96-
compile 'com.microsoft.azuretools:azure-explorer-common:3.28.0', {
96+
compile 'com.microsoft.azuretools:azure-explorer-common:3.29.0', {
9797
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
9898
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
9999
exclude group: "javax.xml.bind", module: "jaxb-api"
100100
}
101-
compile 'com.microsoft.azuretools:hdinsight-node-common:3.28.0', {
101+
compile 'com.microsoft.azuretools:hdinsight-node-common:3.29.0', {
102102
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
103103
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
104104
exclude group: "javax.xml.bind", module: "jaxb-api"

PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Microsoft/azure-tools-for-java">
22
<id>com.microsoft.tooling.msservices.intellij.azure</id>
33
<name>Azure Toolkit for IntelliJ</name>
4-
<version>3.27.0</version>
4+
<version>3.28.0</version>
55
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
66

77
<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.28.0</version>
8+
<version>3.29.0</version>
99
</parent>
1010
<artifactId>azure-explorer-common</artifactId>
1111
<properties>

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.28.0</version>
32+
<version>3.29.0</version>
3333
</parent>
3434
<artifactId>azuretools-core</artifactId>
3535
<properties>

Utils/hdinsight-node-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../pom.xml</relativePath>
55
<groupId>com.microsoft.azuretools</groupId>
66
<artifactId>utils</artifactId>
7-
<version>3.28.0</version>
7+
<version>3.29.0</version>
88
</parent>
99
<groupId>com.microsoft.azuretools</groupId>
1010
<artifactId>hdinsight-node-common</artifactId>

Utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>com.microsoft.azuretools</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>3.28.0</version>
30+
<version>3.29.0</version>
3131
<packaging>pom</packaging>
3232
<name>${project.artifactId}-${project.version}</name>
3333
<properties>
34-
<azuretool.version>3.28.0</azuretool.version>
34+
<azuretool.version>3.29.0</azuretool.version>
3535
<applicationinsights.version>2.5.0</applicationinsights.version>
3636
<kotlin.version>1.2.50</kotlin.version>
3737
<kotlin.jvmTargetVersion>1.8</kotlin.jvmTargetVersion>

Utils/spark-localrun-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../pom.xml</relativePath>
55
<groupId>com.microsoft.azuretools</groupId>
66
<artifactId>utils</artifactId>
7-
<version>3.28.0</version>
7+
<version>3.29.0</version>
88
</parent>
99
<groupId>com.microsoft.azuretools</groupId>
1010
<artifactId>spark-localrun-mock</artifactId>

Utils/spark-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<relativePath>../pom.xml</relativePath>
55
<groupId>com.microsoft.azuretools</groupId>
66
<artifactId>utils</artifactId>
7-
<version>3.28.0</version>
7+
<version>3.29.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>spark-tools</artifactId>

0 commit comments

Comments
 (0)