Skip to content

Commit 4d8fb06

Browse files
committed
Merge branch 'endgame-june' into qianjin-endgame-june-fix
2 parents 708be69 + 37a9a5c commit 4d8fb06

File tree

3 files changed

+10
-26
lines changed

3 files changed

+10
-26
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ processResources {
3131
}
3232

3333
group 'com.microsoft.azuretools'
34+
apply plugin: 'java'
3435

3536
compileJava {
3637
sourceCompatibility = javaVersion
@@ -139,7 +140,6 @@ configurations {
139140
extendsFrom testRuntime
140141
}
141142
}
142-
apply plugin: 'java'
143143

144144
dependencyManagement {
145145
imports {

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

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,10 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.53.0</h3>
28+
<h3>3.54.0</h3>
2929
<h4>Added</h4>
30-
<ul>
31-
<li>Management workflow for Azure SQL Server</li>
32-
33-
<li>New login ui for service principal authentication</li>
34-
</ul>
35-
<h4>Changed</h4>
36-
<ul>
37-
<li>Deprecated file based service principal authentication</li>
38-
</ul>
3930
<h4>Fixed</h4>
40-
<ul>
41-
<li>
42-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5228">PR #5228</a>
43-
Fix OAuth/Device login could not be cancelled
44-
</li>
45-
</ul>
46-
<p>You may get the full change log <a
47-
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
31+
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
4832
</html>
4933
]]>
5034
</change-notes>

Utils/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,6 @@
235235

236236
<dependencyManagement>
237237
<dependencies>
238-
<dependency>
239-
<groupId>com.microsoft.azure</groupId>
240-
<artifactId>azure-toolkit-libs</artifactId>
241-
<version>${azure.toolkit-lib.version}</version>
242-
<type>pom</type>
243-
<scope>import</scope>
244-
</dependency>
245238
<dependency>
246239
<groupId>com.spotify</groupId>
247240
<artifactId>docker-client</artifactId>
@@ -411,6 +404,13 @@
411404
<version>${powermock.version}</version>
412405
<scope>test</scope>
413406
</dependency>
407+
<dependency>
408+
<groupId>com.microsoft.azure</groupId>
409+
<artifactId>azure-toolkit-libs</artifactId>
410+
<version>0.9.0</version>
411+
<type>pom</type>
412+
<scope>import</scope>
413+
</dependency>
414414
</dependencies>
415415
</dependencyManagement>
416416
<dependencies>

0 commit comments

Comments
 (0)