Skip to content

Commit

Permalink
Merge pull request #8019 from microsoft/prepare-endgame-202311
Browse files Browse the repository at this point in the history
Remove SNAPSHOT for toolkits, prepare for release
  • Loading branch information
wangmingliang-ms authored Nov 27, 2023
2 parents 2c07003 + 15d83c5 commit 652a71d
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions PluginsAndFeatures/AddLibrary/AzureLibraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.83.0-SNAPSHOT</version>
<version>3.83.0</version>
</parent>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>com.microsoft.azuretools.sdk.lib</artifactId>
Expand All @@ -39,9 +39,9 @@
</organization>

<properties>
<azuretool.version>3.83.0-SNAPSHOT</azuretool.version>
<azuretool.version>3.83.0</azuretool.version>
<azuretool.sdk.version>3.32.0.qualifier</azuretool.sdk.version>
<azure.toolkit-lib.version>0.39.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-lib.version>0.39.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.39.0-SNAPSHOT.jar
target/lib/azure-toolkit-ide-appservice-lib-0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT.jar
target/lib/azure-toolkit-ide-springcloud-lib-0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT"
azureToolkitIdeLibsVersion = "0.39.0-SNAPSHOT"
azureToolkitLibsVersion = "0.39.0"
azureToolkitIdeLibsVersion = "0.39.0"
}

dependencyManagement {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=3.83.0-SNAPSHOT
pluginVersion=3.83.0
intellijDisplayVersion=2023.1
intellij_version=IU-2023.1
dep_plugins=org.intellij.scala:2023.1.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit</name>
<version>3.83.0-SNAPSHOT</version>
<version>3.83.0</version>
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>

<description>
Expand Down
4 changes: 2 additions & 2 deletions PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ allprojects {

dependencyManagement {
imports {
mavenBom 'com.microsoft.azure:azure-toolkit-libs:0.39.0-SNAPSHOT'
mavenBom 'com.microsoft.azure:azure-toolkit-ide-libs:0.39.0-SNAPSHOT'
mavenBom 'com.microsoft.azure:azure-toolkit-libs:0.39.0'
mavenBom 'com.microsoft.azure:azure-toolkit-ide-libs:0.39.0'
mavenBom 'com.microsoft.hdinsight:azure-toolkit-ide-hdinsight-libs:0.1.0'
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=3.83.0-SNAPSHOT
pluginVersion=3.83.0
intellijDisplayVersion=2023.2
intellij_version=IU-2023.2
dep_plugins=org.intellij.scala:2023.2.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit for IntelliJ</name>
<version>3.83.0-SNAPSHOT</version>
<version>3.83.0</version>
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>

<description><![CDATA[
Expand Down
8 changes: 4 additions & 4 deletions Utils/azure-toolkit-ide-hdinsight-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<azure.toolkit-lib.version>0.39.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.39.0-SNAPSHOT</azure.toolkit-ide-lib.version>
<azure.toolkit-lib.version>0.39.0</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.39.0</azure.toolkit-ide-lib.version>
<gson.version>2.9.0</gson.version>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.jvmTargetVersion>17</kotlin.jvmTargetVersion>
<gson.version>2.9.0</gson.version>
<azure.toolkit-lib.version>0.39.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.39.0-SNAPSHOT</azure.toolkit-ide-lib.version>
<azure.toolkit-lib.version>0.39.0</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.39.0</azure.toolkit-ide-lib.version>
<hdinsight.toolkit-ide-lib.version>0.1.0</hdinsight.toolkit-ide-lib.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<woodstox.version>6.4.0</woodstox.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</version>
<version>0.39.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.39.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-lib.version>0.39.0</azure.toolkit-lib.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions Utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azuretools</groupId>
<artifactId>utils</artifactId>
<version>3.83.0-SNAPSHOT</version>
<version>3.83.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}-${project.version}</name>
<properties>
<azure.toolkit-lib.version>0.39.0-SNAPSHOT</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.39.0-SNAPSHOT</azure.toolkit-ide-lib.version>
<azure.toolkit-lib.version>0.39.0</azure.toolkit-lib.version>
<azure.toolkit-ide-lib.version>0.39.0</azure.toolkit-ide-lib.version>
<hdinsight.toolkit-ide-lib.version>0.1.0</hdinsight.toolkit-ide-lib.version>
</properties>
<modules>
Expand Down

0 comments on commit 652a71d

Please sign in to comment.