Skip to content

Commit

Permalink
Remove SNAPSHOT for plugin lib version, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 committed Nov 19, 2021
1 parent 7f7dfb0 commit 13c6f71
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion azure-functions-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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-functions-maven-plugin</artifactId>
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
2 changes: 1 addition & 1 deletion azure-spring-cloud-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<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
2 changes: 1 addition & 1 deletion azure-webapp-maven-plugin/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-webapp-maven-plugin</artifactId>
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 13c6f71

Please sign in to comment.