Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version for release #3537

Merged
merged 2 commits into from Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.applicationinsights.feature"
label="Application Insights Plugin for Java"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down Expand Up @@ -95,7 +95,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous p
</license>

<requires>
<import feature="com.microsoft.azuretools.sdk.feature" version="3.17.0.qualifier"/>
<import feature="com.microsoft.azuretools.sdk.feature" version="3.18.0.qualifier"/>
</requires>

<plugin
Expand Down
Expand Up @@ -2,17 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Application Insights Plugin for Java
Bundle-SymbolicName: com.microsoft.applicationinsights.ui;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Activator: com.microsoft.applicationinsights.ui.activator.Activator
Bundle-Vendor: Microsoft Corp.
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jdt.ui,
org.eclipse.jdt.core,
org.eclipse.core.resources,
com.microsoft.azuretools.sdk;bundle-version="3.17.0",
com.microsoft.azuretools.wasdkjava.ui;bundle-version="3.17.0",
com.microsoft.azuretools.core;bundle-version="3.17.0"
com.microsoft.azuretools.sdk;bundle-version="3.18.0",
com.microsoft.azuretools.wasdkjava.ui;bundle-version="3.18.0",
com.microsoft.azuretools.core;bundle-version="3.18.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.azuretools.sdk.feature"
label="Package for Microsoft Azure Libraries for Java"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down
Expand Up @@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Package for Microsoft Azure Libraries for Java UI
Bundle-SymbolicName: com.microsoft.azuretools.wasdkjava.ui;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Vendor: Microsoft Corp.
Bundle-Activator: com.microsoft.azuretools.wasdkjava.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.jdt.ui;bundle-version="3.10.0",
org.eclipse.core.resources;bundle-version="3.9.0",
com.microsoft.azuretools.core;bundle-version="3.17.0"
com.microsoft.azuretools.core;bundle-version="3.18.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Expand Down
8 changes: 4 additions & 4 deletions PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml
Expand Up @@ -28,18 +28,18 @@
<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>
<version>3.17.0-SNAPSHOT</version>
<version>3.18.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Package for Microsoft Azure Libraries for Java Plugin</name>
<organization><name>Microsoft Corp.</name></organization>

<properties>
<azuretool.version>3.27.0</azuretool.version>
<azuretool.sdk.version>3.17.0.qualifier</azuretool.sdk.version>
<azuretool.version>3.28.0</azuretool.version>
<azuretool.sdk.version>3.18.0.qualifier</azuretool.sdk.version>
</properties>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jdt.ui;bundle-version="3.10.0",
org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.core.resources;bundle-version="3.9.0",
com.microsoft.azuretools.core;bundle-version="3.17.0"
com.microsoft.azuretools.core;bundle-version="3.18.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.microsoft.applicationinsights.feature_3.17.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.applicationinsights.feature_3.18.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.core.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.core.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.sdk.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.sdk.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.sqljdbc4.feature_6.1.0.jre8.jar" id="com.microsoft.sqljdbc4.feature" version="6.1.0.jre8">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.hdinsight.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.hdinsight.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.hdinsight.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.hdinsight.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.webapp.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.webapp.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.docker.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.docker.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.container.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.container.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<category-def name="com.persistent.azuretools.eclipseplugin.category" label="Azure Toolkit for Java">
Expand Down
Expand Up @@ -4,10 +4,10 @@
<description name="Microsoft Azure" url="Microsoft Azure">
Microsoft Azure
</description>
<feature url="features/com.microsoft.applicationinsights.feature_3.17.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.applicationinsights.feature_3.18.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.sdk.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.sdk.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.hdinsight.feature_1.0.0.qualifier.jar" id="com.microsoft.azuretools.hdinsight.feature" version="1.0.0.qualifier">
Expand All @@ -16,19 +16,19 @@
<feature url="features/com.microsoft.sqljdbc4.feature_6.1.0.jre8.jar" id="com.microsoft.sqljdbc4.feature" version="6.1.0.jre8">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.core.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.core.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.webapp.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.webapp.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.docker.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.docker.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<feature url="features/com.microsoft.azuretools.container.feature_3.17.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.17.0.qualifier">
<feature url="features/com.microsoft.azuretools.container.feature_3.18.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.18.0.qualifier">
<category name="com.persistent.azuretools.eclipseplugin.category"/>
</feature>
<category-def name="com.persistent.azuretools.eclipseplugin.category" label="Azure Toolkit for Eclipse">
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.azuretools.azureexplorer.feature"
label="Azure Explorer for Eclipse"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down
Expand Up @@ -2,18 +2,18 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Azure Explorer Plugin for Eclipse
Bundle-SymbolicName: com.microsoft.azuretools.azureexplorer;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Activator: com.microsoft.azuretools.azureexplorer.Activator
Bundle-Vendor: Microsoft Corp.
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.microsoft.azuretools.sdk;bundle-version="3.17.0",
com.microsoft.azuretools.sdk;bundle-version="3.18.0",
org.eclipse.ui.forms,
org.eclipse.ui.editors,
org.eclipse.text,
com.microsoft.azuretools.core;bundle-version="3.17.0",
com.microsoft.azuretools.docker;bundle-version="3.17.0",
com.microsoft.azuretools.container;bundle-version="3.17.0"
com.microsoft.azuretools.core;bundle-version="3.18.0",
com.microsoft.azuretools.docker;bundle-version="3.18.0",
com.microsoft.azuretools.container;bundle-version="3.18.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.azuretools.container.feature"
label="Azure Container Tools for Eclipse"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Container
Bundle-SymbolicName: com.microsoft.azuretools.container;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Activator: com.microsoft.azuretools.container.Activator
Bundle-Vendor: MICROSOFT
Require-Bundle: org.eclipse.ui,
Expand All @@ -11,8 +11,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jst.j2ee.web,
org.eclipse.core.runtime,
org.eclipse.core.resources,
com.microsoft.azuretools.core;bundle-version="3.17.0",
com.microsoft.azuretools.sdk;bundle-version="3.17.0",
com.microsoft.azuretools.core;bundle-version="3.18.0",
com.microsoft.azuretools.sdk;bundle-version="3.18.0",
org.eclipse.swt,
org.eclipse.ui.forms,
org.eclipse.ui.views,
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.azuretools.core.feature"
label="Azure Common Plugin"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Azure Core Plugin Library
Bundle-SymbolicName: com.microsoft.azuretools.core;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Activator: com.microsoft.azuretools.core.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand All @@ -15,7 +15,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.wst.common.frameworks;bundle-version="1.2.0";resolution:=optional,
org.eclipse.jst.j2ee;bundle-version="1.1.802";resolution:=optional,
org.eclipse.jst.j2ee.web;bundle-version="1.1.810";resolution:=optional,
com.microsoft.azuretools.sdk;bundle-version="3.17.0",
com.microsoft.azuretools.sdk;bundle-version="3.18.0",
com.jcraft.jsch;visibility:=reexport,
org.eclipse.equinox.p2.ui,
org.eclipse.equinox.p2.operations,
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.azuretools.docker.feature"
label="Azure Containers for Eclipse"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Docker
Bundle-SymbolicName: com.microsoft.azuretools.docker;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Activator: com.microsoft.azuretools.docker.Activator
Bundle-Vendor: MICROSOFT
Require-Bundle: org.eclipse.ui,
Expand All @@ -11,8 +11,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jst.j2ee.web,
org.eclipse.core.runtime,
org.eclipse.core.resources,
com.microsoft.azuretools.core;bundle-version="3.17.0",
com.microsoft.azuretools.sdk;bundle-version="3.17.0",
com.microsoft.azuretools.core;bundle-version="3.18.0",
com.microsoft.azuretools.sdk;bundle-version="3.18.0",
org.eclipse.swt,
org.eclipse.ui.forms,
org.eclipse.ui.views,
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.azuretools.hdinsight.feature"
label="Azure HDInsight plugin for Java"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down
Expand Up @@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HDInsights
Bundle-SymbolicName: com.microsoft.azuretools.hdinsight;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Activator: com.microsoft.azuretools.hdinsight.Activator
Bundle-Vendor: Microsoft Corp.
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.microsoft.azuretools.core;bundle-version="3.17.0",
com.microsoft.azuretools.azureexplorer;bundle-version="3.17.0",
com.microsoft.azuretools.sdk;bundle-version="3.17.0",
com.microsoft.azuretools.core;bundle-version="3.18.0",
com.microsoft.azuretools.azureexplorer;bundle-version="3.18.0",
com.microsoft.azuretools.sdk;bundle-version="3.18.0",
org.eclipse.swt,
org.eclipse.ui.workbench,
org.scala-ide.sdt.core;resolution:=optional,
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.microsoft.azuretools.webapp.feature"
label="WebApp Plugin for Eclipse"
version="3.17.0.qualifier"
version="3.18.0.qualifier"
provider-name="Microsoft Corp.">

<description>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WebApp Plugin for Eclipse
Bundle-SymbolicName: com.microsoft.azuretools.webapp;singleton:=true
Bundle-Version: 3.17.0.qualifier
Bundle-Version: 3.18.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.jdt.core,
Expand Down
2 changes: 1 addition & 1 deletion PluginsAndFeatures/azure-toolkit-for-eclipse/pom.xml
Expand Up @@ -33,7 +33,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>0.25.0</tycho-version>
<azuretool.eclipse.version>3.17.0-SNAPSHOT</azuretool.eclipse.version>
<azuretool.eclipse.version>3.18.0-SNAPSHOT</azuretool.eclipse.version>
</properties>

<repositories>
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