Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 committed Sep 12, 2019
1 parent 9deadf3 commit e7775c6
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion BuildProduct.sh
Expand Up @@ -7,7 +7,7 @@ SCRIPTPATH=$(dirname "$SCRIPT")
cd "$SCRIPTPATH"

# Utils
VERSION="3.27.0"
VERSION="3.28.0"
MAVEN_QUIET=""

# Eclipse
Expand Down
4 changes: 2 additions & 2 deletions PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.27.0</version>
<version>3.28.0</version>
</parent>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
Expand All @@ -38,7 +38,7 @@
<organization><name>Microsoft Corp.</name></organization>

<properties>
<azuretool.version>3.27.0</azuretool.version>
<azuretool.version>3.28.0</azuretool.version>
<azuretool.sdk.version>3.17.0.qualifier</azuretool.sdk.version>
</properties>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle
Expand Up @@ -88,17 +88,17 @@ dependencies {
compile 'net.minidev:json-smart:2.3'
compile 'com.microsoft.azure:azure-client-runtime:1.6.5', { force = true }
compile 'com.microsoft.azure:azure-client-authentication:1.6.5', { force = true }
compile 'com.microsoft.azuretools:azuretools-core:3.27.0', {
compile 'com.microsoft.azuretools:azuretools-core:3.28.0', {
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
exclude group: "javax.xml.bind", module: "jaxb-api"
}
compile 'com.microsoft.azuretools:azure-explorer-common:3.27.0', {
compile 'com.microsoft.azuretools:azure-explorer-common:3.28.0', {
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
exclude group: "javax.xml.bind", module: "jaxb-api"
}
compile 'com.microsoft.azuretools:hdinsight-node-common:3.27.0', {
compile 'com.microsoft.azuretools:hdinsight-node-common:3.28.0', {
exclude group: "com.microsoft.azure", module: "azure-client-authentication"
exclude group: "com.microsoft.azure", module: "azure-client-runtime"
exclude group: "javax.xml.bind", module: "jaxb-api"
Expand Down
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Microsoft/azure-tools-for-java">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit for IntelliJ</name>
<version>3.26.0</version>
<version>3.27.0</version>
<vendor email="java@microsoft.com" url="http://www.microsoft.com">Microsoft</vendor>

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

0 comments on commit e7775c6

Please sign in to comment.