Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/wangmi/start-endgame-202412' int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
wangmingliang-ms committed Dec 26, 2024
2 parents fbaa6ae + 75de397 commit 8528e5e
Show file tree
Hide file tree
Showing 27 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<properties>
<azuretool.version>3.94.0-SNAPSHOT</azuretool.version>
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
<azure.toolkit-lib.version>0.51.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-lib.version>0.51.0</azure.toolkit-lib.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Export-Package: com.microsoft.azuretools.appservice,
com.microsoft.azuretools.appservice.handlers,
com.microsoft.azuretools.appservice.ui
Bundle-ClassPath: .,
target/lib/azure-toolkit-ide-appservice-lib-0.51.0-SNAPSHOT.jar
target/lib/azure-toolkit-ide-appservice-lib-0.51.0.jar
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-ide-appservice-lib</artifactId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</dependency>
</dependencies>
<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
target/lib/azure-toolkit-ide-springcloud-lib-0.51.0-SNAPSHOT.jar
target/lib/azure-toolkit-ide-springcloud-lib-0.51.0.jar
Import-Package: com.microsoft.azuretools.core.actions,
org.eclipse.core.expressions,
org.eclipse.jface.text.hyperlink,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-ide-springcloud-lib</artifactId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ allprojects {
}

ext {
azureToolkitLibsVersion = "0.51.0-SNAPSHOT"
azureToolkitIdeLibsVersion = "0.51.0-SNAPSHOT"
azureToolkitLibsVersion = "0.51.0"
azureToolkitIdeLibsVersion = "0.51.0"
}

dependencyManagement {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ allprojects {
// jetbrainsRuntime()
}

implementation(platform("com.microsoft.azure:azure-toolkit-libs:0.51.0-SNAPSHOT"))
implementation(platform("com.microsoft.azure:azure-toolkit-ide-libs:0.51.0-SNAPSHOT"))
implementation(platform("com.microsoft.azure:azure-toolkit-libs:0.51.0"))
implementation(platform("com.microsoft.azure:azure-toolkit-ide-libs:0.51.0"))
implementation(platform("com.microsoft.hdinsight:azure-toolkit-ide-hdinsight-libs:0.1.1"))

compileOnly("org.projectlombok:lombok:1.18.24")
compileOnly("org.jetbrains:annotations:24.0.0")
annotationProcessor("org.projectlombok:lombok:1.18.24")
implementation("com.microsoft.azure:azure-toolkit-common-lib:0.51.0-SNAPSHOT")
aspect("com.microsoft.azure:azure-toolkit-common-lib:0.51.0-SNAPSHOT")
implementation("com.microsoft.azure:azure-toolkit-common-lib:0.51.0")
aspect("com.microsoft.azure:azure-toolkit-common-lib:0.51.0")
}

configurations {
Expand Down
4 changes: 2 additions & 2 deletions Utils/azure-toolkit-ide-hdinsight-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<azure.toolkit-lib.version>0.51.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.51.0-SNAPSHOT</azure.toolkit-ide-lib.version>
<azure.toolkit-lib.version>0.51.0</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.51.0</azure.toolkit-ide-lib.version>
<hdinsight.toolkit-ide-lib.version>0.1.1</hdinsight.toolkit-ide-lib.version>
<gson.version>2.9.0</gson.version>
<kotlin.version>1.9.10</kotlin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-ide-libs</artifactId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>

<artifactId>azure-toolkit-ide-cognitiveservices-lib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>azure-toolkit-ide-eventhubs-lib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>azure-toolkit-ide-servicebus-lib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-toolkit-ide-libs</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions Utils/azure-toolkit-ide-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-ide-libs</artifactId>
<version>0.51.0-SNAPSHOT</version>
<version>0.51.0</version>
<packaging>pom</packaging>
<name>Libs for Azure Toolkit for IDEs</name>
<description>Wrapped libs of Microsoft Azure Toolkits for IDEs</description>
Expand Down Expand Up @@ -57,7 +57,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<azure.toolkit-lib.version>0.51.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-lib.version>0.51.0</azure.toolkit-lib.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions Utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<packaging>pom</packaging>
<name>${project.artifactId}-${project.version}</name>
<properties>
<azure.toolkit-lib.version>0.51.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.51.0-SNAPSHOT</azure.toolkit-ide-lib.version>
<azure.toolkit-lib.version>0.51.0</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.51.0</azure.toolkit-ide-lib.version>
<hdinsight.toolkit-ide-lib.version>0.1.1</hdinsight.toolkit-ide-lib.version>
</properties>
<modules>
Expand Down

0 comments on commit 8528e5e

Please sign in to comment.