Upgrade to SNAPSHOT toolkit libs, prepare for next release
This commit is contained in:
Родитель
25057ce9d8
Коммит
f1db49e95a
|
@ -41,7 +41,7 @@
|
|||
<properties>
|
||||
<azuretool.version>3.93.0</azuretool.version>
|
||||
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
|
||||
<azure.toolkit-lib.version>0.49.0</azure.toolkit-lib.version>
|
||||
<azure.toolkit-lib.version>0.50.0-SNAPSHOT</azure.toolkit-lib.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
|
@ -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.49.0.jar
|
||||
target/lib/azure-toolkit-ide-appservice-lib-0.50.0-SNAPSHOT.jar
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<dependency>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-toolkit-ide-appservice-lib</artifactId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
|
|
|
@ -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.49.0.jar
|
||||
target/lib/azure-toolkit-ide-springcloud-lib-0.50.0-SNAPSHOT.jar
|
||||
Import-Package: com.microsoft.azuretools.core.actions,
|
||||
org.eclipse.core.expressions,
|
||||
org.eclipse.jface.text.hyperlink,
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<dependency>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-toolkit-ide-springcloud-lib</artifactId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
|
@ -42,8 +42,8 @@ allprojects {
|
|||
}
|
||||
|
||||
ext {
|
||||
azureToolkitLibsVersion = "0.49.0"
|
||||
azureToolkitIdeLibsVersion = "0.49.0"
|
||||
azureToolkitLibsVersion = "0.50.0-SNAPSHOT"
|
||||
azureToolkitIdeLibsVersion = "0.50.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
|
|
|
@ -68,15 +68,15 @@ allprojects {
|
|||
// jetbrainsRuntime()
|
||||
}
|
||||
|
||||
implementation(platform("com.microsoft.azure:azure-toolkit-libs:0.49.0"))
|
||||
implementation(platform("com.microsoft.azure:azure-toolkit-ide-libs:0.49.0"))
|
||||
implementation(platform("com.microsoft.azure:azure-toolkit-libs:0.50.0-SNAPSHOT"))
|
||||
implementation(platform("com.microsoft.azure:azure-toolkit-ide-libs:0.50.0-SNAPSHOT"))
|
||||
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.49.0")
|
||||
aspect("com.microsoft.azure:azure-toolkit-common-lib:0.49.0")
|
||||
implementation("com.microsoft.azure:azure-toolkit-common-lib:0.50.0-SNAPSHOT")
|
||||
aspect("com.microsoft.azure:azure-toolkit-common-lib:0.50.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<azure.toolkit-lib.version>0.49.0</azure.toolkit-lib.version>
|
||||
<azure.toolkit-ide-lib.version>0.49.0</azure.toolkit-ide-lib.version>
|
||||
<azure.toolkit-lib.version>0.50.0-SNAPSHOT</azure.toolkit-lib.version>
|
||||
<azure.toolkit-ide-lib.version>0.50.0-SNAPSHOT</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>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>azure-toolkit-ide-cognitiveservices-lib</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>azure-toolkit-ide-eventhubs-lib</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>azure-toolkit-ide-servicebus-lib</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-toolkit-ide-libs</artifactId>
|
||||
<version>0.49.0</version>
|
||||
<version>0.50.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Libs for Azure Toolkit for IDEs</name>
|
||||
<description>Wrapped libs of Microsoft Azure Toolkits for IDEs</description>
|
||||
|
@ -57,7 +57,7 @@
|
|||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<azure.toolkit-lib.version>0.49.0</azure.toolkit-lib.version>
|
||||
<azure.toolkit-lib.version>0.50.0-SNAPSHOT</azure.toolkit-lib.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
<packaging>pom</packaging>
|
||||
<name>${project.artifactId}-${project.version}</name>
|
||||
<properties>
|
||||
<azure.toolkit-lib.version>0.49.0</azure.toolkit-lib.version>
|
||||
<azure.toolkit-ide-lib.version>0.49.0</azure.toolkit-ide-lib.version>
|
||||
<azure.toolkit-lib.version>0.50.0-SNAPSHOT</azure.toolkit-lib.version>
|
||||
<azure.toolkit-ide-lib.version>0.50.0-SNAPSHOT</azure.toolkit-ide-lib.version>
|
||||
<hdinsight.toolkit-ide-lib.version>0.1.1</hdinsight.toolkit-ide-lib.version>
|
||||
</properties>
|
||||
<modules>
|
||||
|
|
Загрузка…
Ссылка в новой задаче