Skip to content

Commit c0fa234

Browse files
authored
Bump version for relrease (#3872)
1 parent 01a0ab7 commit c0fa234

File tree

30 files changed

+66
-66
lines changed

30 files changed

+66
-66
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.31.0"
10+
VERSION="3.32.0"
1111
MAVEN_QUIET=""
1212

1313
# Eclipse

PluginsAndFeatures/AddLibrary/AppInsights/com.microsoft.applicationinsights.feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.microsoft.applicationinsights.feature"
44
label="Application Insights Plugin for Java"
5-
version="3.20.0.qualifier"
5+
version="3.21.0.qualifier"
66
provider-name="Microsoft Corp.">
77

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

9797
<requires>
98-
<import feature="com.microsoft.azuretools.sdk.feature" version="3.20.0.qualifier"/>
98+
<import feature="com.microsoft.azuretools.sdk.feature" version="3.21.0.qualifier"/>
9999
</requires>
100100

101101
<plugin

PluginsAndFeatures/AddLibrary/AppInsights/com.microsoft.applicationinsights.ui/META-INF/MANIFEST.MF

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Application Insights Plugin for Java
44
Bundle-SymbolicName: com.microsoft.applicationinsights.ui;singleton:=true
5-
Bundle-Version: 3.20.0.qualifier
5+
Bundle-Version: 3.21.0.qualifier
66
Bundle-Activator: com.microsoft.applicationinsights.ui.activator.Activator
77
Bundle-Vendor: Microsoft Corp.
88
Require-Bundle: org.eclipse.ui,
99
org.eclipse.core.runtime,
1010
org.eclipse.jdt.ui,
1111
org.eclipse.jdt.core,
1212
org.eclipse.core.resources,
13-
com.microsoft.azuretools.sdk;bundle-version="3.20.0",
14-
com.microsoft.azuretools.wasdkjava.ui;bundle-version="3.20.0",
15-
com.microsoft.azuretools.core;bundle-version="3.20.0"
13+
com.microsoft.azuretools.sdk;bundle-version="3.21.0",
14+
com.microsoft.azuretools.wasdkjava.ui;bundle-version="3.21.0",
15+
com.microsoft.azuretools.core;bundle-version="3.21.0"
1616
Bundle-ActivationPolicy: lazy
1717
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1818
Bundle-Localization: plugin

PluginsAndFeatures/AddLibrary/AzureLibraries/com.microsoft.azuretools.sdk.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.microsoft.azuretools.sdk.feature"
44
label="Package for Microsoft Azure Libraries for Java"
5-
version="3.20.0.qualifier"
5+
version="3.21.0.qualifier"
66
provider-name="Microsoft Corp.">
77

88
<description>

PluginsAndFeatures/AddLibrary/AzureLibraries/com.microsoft.azuretools.wasdkjava.ui/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Package for Microsoft Azure Libraries for Java UI
44
Bundle-SymbolicName: com.microsoft.azuretools.wasdkjava.ui;singleton:=true
5-
Bundle-Version: 3.20.0.qualifier
5+
Bundle-Version: 3.21.0.qualifier
66
Bundle-Vendor: Microsoft Corp.
77
Bundle-Activator: com.microsoft.azuretools.wasdkjava.ui.Activator
88
Require-Bundle: org.eclipse.ui,
99
org.eclipse.core.runtime,
1010
org.eclipse.jdt.core;bundle-version="3.10.0",
1111
org.eclipse.jdt.ui;bundle-version="3.10.0",
1212
org.eclipse.core.resources;bundle-version="3.9.0",
13-
com.microsoft.azuretools.core;bundle-version="3.20.0"
13+
com.microsoft.azuretools.core;bundle-version="3.21.0"
1414
Bundle-ActivationPolicy: lazy
1515
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1616
Bundle-Localization: plugin

PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
<parent>
2929
<groupId>com.microsoft.azuretools</groupId>
3030
<artifactId>utils</artifactId>
31-
<version>3.31.0</version>
31+
<version>3.32.0</version>
3232
</parent>
3333
<groupId>com.microsoft.azuretools</groupId>
3434
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
35-
<version>3.20.0-SNAPSHOT</version>
35+
<version>3.21.0-SNAPSHOT</version>
3636
<packaging>bundle</packaging>
3737
<name>Package for Microsoft Azure Libraries for Java Plugin</name>
3838
<organization><name>Microsoft Corp.</name></organization>
3939

4040
<properties>
41-
<azuretool.version>3.31.0</azuretool.version>
42-
<azuretool.sdk.version>3.20.0.qualifier</azuretool.sdk.version>
41+
<azuretool.version>3.32.0</azuretool.version>
42+
<azuretool.sdk.version>3.21.0.qualifier</azuretool.sdk.version>
4343
</properties>
4444
<dependencies>
4545
<dependency>

PluginsAndFeatures/AddLibrary/JDBCLibrary/JavaEE6/com.microsoft.sqljdbc4.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.ui,
1010
org.eclipse.jdt.ui;bundle-version="3.10.0",
1111
org.eclipse.jdt.core;bundle-version="3.10.0",
1212
org.eclipse.core.resources;bundle-version="3.9.0",
13-
com.microsoft.azuretools.core;bundle-version="3.20.0"
13+
com.microsoft.azuretools.core;bundle-version="3.21.0"
1414
Bundle-ActivationPolicy: lazy
1515
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1616
Bundle-Localization: plugin

PluginsAndFeatures/azure-toolkit-for-eclipse/WindowsAzurePlugin4EJ/category.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/com.microsoft.applicationinsights.feature_3.20.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.20.0.qualifier">
3+
<feature url="features/com.microsoft.applicationinsights.feature_3.21.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.21.0.qualifier">
44
<category name="com.persistent.azuretools.eclipseplugin.category"/>
55
</feature>
6-
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.20.0.qualifier">
6+
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.21.0.qualifier">
77
<category name="com.persistent.azuretools.eclipseplugin.category"/>
88
</feature>
9-
<feature url="features/com.microsoft.azuretools.core.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.20.0.qualifier">
9+
<feature url="features/com.microsoft.azuretools.core.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.21.0.qualifier">
1010
<category name="com.persistent.azuretools.eclipseplugin.category"/>
1111
</feature>
12-
<feature url="features/com.microsoft.azuretools.sdk.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.20.0.qualifier">
12+
<feature url="features/com.microsoft.azuretools.sdk.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.21.0.qualifier">
1313
<category name="com.persistent.azuretools.eclipseplugin.category"/>
1414
</feature>
1515
<feature url="features/com.microsoft.sqljdbc4.feature_6.1.0.jre8.jar" id="com.microsoft.sqljdbc4.feature" version="6.1.0.jre8">
1616
<category name="com.persistent.azuretools.eclipseplugin.category"/>
1717
</feature>
18-
<feature url="features/com.microsoft.azuretools.hdinsight.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.hdinsight.feature" version="3.20.0.qualifier">
18+
<feature url="features/com.microsoft.azuretools.hdinsight.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.hdinsight.feature" version="3.21.0.qualifier">
1919
<category name="com.persistent.azuretools.eclipseplugin.category"/>
2020
</feature>
21-
<feature url="features/com.microsoft.azuretools.webapp.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.20.0.qualifier">
21+
<feature url="features/com.microsoft.azuretools.webapp.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.21.0.qualifier">
2222
<category name="com.persistent.azuretools.eclipseplugin.category"/>
2323
</feature>
24-
<feature url="features/com.microsoft.azuretools.docker.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.20.0.qualifier">
24+
<feature url="features/com.microsoft.azuretools.docker.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.21.0.qualifier">
2525
<category name="com.persistent.azuretools.eclipseplugin.category"/>
2626
</feature>
27-
<feature url="features/com.microsoft.azuretools.container.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.20.0.qualifier">
27+
<feature url="features/com.microsoft.azuretools.container.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.21.0.qualifier">
2828
<category name="com.persistent.azuretools.eclipseplugin.category"/>
2929
</feature>
3030
<category-def name="com.persistent.azuretools.eclipseplugin.category" label="Azure Toolkit for Java">

PluginsAndFeatures/azure-toolkit-for-eclipse/WindowsAzurePlugin4EJ/site.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<description name="Microsoft Azure" url="Microsoft Azure">
55
Microsoft Azure
66
</description>
7-
<feature url="features/com.microsoft.applicationinsights.feature_3.20.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.20.0.qualifier">
7+
<feature url="features/com.microsoft.applicationinsights.feature_3.21.0.qualifier.jar" id="com.microsoft.applicationinsights.feature" version="3.21.0.qualifier">
88
<category name="com.persistent.azuretools.eclipseplugin.category"/>
99
</feature>
10-
<feature url="features/com.microsoft.azuretools.sdk.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.20.0.qualifier">
10+
<feature url="features/com.microsoft.azuretools.sdk.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.sdk.feature" version="3.21.0.qualifier">
1111
<category name="com.persistent.azuretools.eclipseplugin.category"/>
1212
</feature>
1313
<feature url="features/com.microsoft.azuretools.hdinsight.feature_1.0.0.qualifier.jar" id="com.microsoft.azuretools.hdinsight.feature" version="1.0.0.qualifier">
@@ -16,19 +16,19 @@
1616
<feature url="features/com.microsoft.sqljdbc4.feature_6.1.0.jre8.jar" id="com.microsoft.sqljdbc4.feature" version="6.1.0.jre8">
1717
<category name="com.persistent.azuretools.eclipseplugin.category"/>
1818
</feature>
19-
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.20.0.qualifier">
19+
<feature url="features/com.microsoft.azuretools.azureexplorer.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.azureexplorer.feature" version="3.21.0.qualifier">
2020
<category name="com.persistent.azuretools.eclipseplugin.category"/>
2121
</feature>
22-
<feature url="features/com.microsoft.azuretools.core.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.20.0.qualifier">
22+
<feature url="features/com.microsoft.azuretools.core.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.core.feature" version="3.21.0.qualifier">
2323
<category name="com.persistent.azuretools.eclipseplugin.category"/>
2424
</feature>
25-
<feature url="features/com.microsoft.azuretools.webapp.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.20.0.qualifier">
25+
<feature url="features/com.microsoft.azuretools.webapp.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.webapp.feature" version="3.21.0.qualifier">
2626
<category name="com.persistent.azuretools.eclipseplugin.category"/>
2727
</feature>
28-
<feature url="features/com.microsoft.azuretools.docker.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.20.0.qualifier">
28+
<feature url="features/com.microsoft.azuretools.docker.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.docker.feature" version="3.21.0.qualifier">
2929
<category name="com.persistent.azuretools.eclipseplugin.category"/>
3030
</feature>
31-
<feature url="features/com.microsoft.azuretools.container.feature_3.20.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.20.0.qualifier">
31+
<feature url="features/com.microsoft.azuretools.container.feature_3.21.0.qualifier.jar" id="com.microsoft.azuretools.container.feature" version="3.21.0.qualifier">
3232
<category name="com.persistent.azuretools.eclipseplugin.category"/>
3333
</feature>
3434
<category-def name="com.persistent.azuretools.eclipseplugin.category" label="Azure Toolkit for Eclipse">

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.azureexplorer.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.microsoft.azuretools.azureexplorer.feature"
44
label="Azure Explorer for Eclipse"
5-
version="3.20.0.qualifier"
5+
version="3.21.0.qualifier"
66
provider-name="Microsoft Corp.">
77

88
<description>

0 commit comments

Comments
 (0)