Skip to content

Commit

Permalink
Remove SNAPSHOT for intellij toolkit, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker-MSFT authored and Flanker-MSFT committed Nov 27, 2023
1 parent 7ee5988 commit 15d83c5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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,7 +39,7 @@
</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</azure.toolkit-lib.version>
</properties>
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
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
2 changes: 1 addition & 1 deletion Utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<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>
Expand Down

0 comments on commit 15d83c5

Please sign in to comment.