Skip to content

Commit

Permalink
Merge pull request #1831 from microsoft/prepare-release-november
Browse files Browse the repository at this point in the history
Remove SNAPSHOT for maven plugin and libs, prepare for release
  • Loading branch information
wangmingliang-ms authored Nov 19, 2021
2 parents 7a86805 + b085350 commit e7f5f23
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions azure-functions-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</parent>

<artifactId>azure-functions-maven-plugin</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Functions</name>
<description>Maven Plugin for Azure Functions</description>
Expand Down
2 changes: 1 addition & 1 deletion azure-maven-plugin-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</parent>

<artifactId>azure-maven-plugin-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion azure-sfmesh-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</parent>

<artifactId>azure-sfmesh-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions azure-spring-cloud-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>azure-spring-cloud-maven-plugin</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</parent>
<name>Azure Spring Cloud Maven Plugin</name>

Expand Down
4 changes: 2 additions & 2 deletions azure-webapp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</parent>

<artifactId>azure-webapp-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Web Apps</name>
<description>Maven Plugin for Azure Web Apps</description>
Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</parent>
<artifactId>maven-plugins-build-tools</artifactId>
</project>
6 changes: 3 additions & 3 deletions 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-maven-plugins</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
<packaging>pom</packaging>
<name>Maven Plugins for Azure</name>
<description>Maven plugins for Microsoft Azure services</description>
Expand Down Expand Up @@ -81,7 +81,7 @@
<maven.javadoc-plugin.version>2.9.1</maven.javadoc-plugin.version>
<maven.checkstyle-plugin.version>3.1.2</maven.checkstyle-plugin.version>
<maven.aspectj-plugin.version>1.12.6</maven.aspectj-plugin.version>
<azure.maven-plugin-lib.version>1.15.0-SNAPSHOT</azure.maven-plugin-lib.version>
<azure.maven-plugin-lib.version>1.15.0</azure.maven-plugin-lib.version>
<jacoco.version>0.8.7</jacoco.version>

<json.schema-validator.version>1.0.56</json.schema-validator.version>
Expand Down Expand Up @@ -258,7 +258,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>maven-plugins-build-tools</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit e7f5f23

Please sign in to comment.