Skip to content

Commit

Permalink
bump azure-maven-plugin-lib to 1.37.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmingliang-ms committed Mar 4, 2024
1 parent d6e67b1 commit cad63fd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions azure-appservice-maven-plugin-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>azure-maven-plugins</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>1.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-appservice-maven-plugin-lib</artifactId>
<version>1.36.0</version>
<version>1.37.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
Expand Down
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.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</parent>

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

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugin-lib</artifactId>
<version>1.36.0</version>
<version>1.37.0-SNAPSHOT</version>
<name>Azure Maven Plugin Library</name>
<description>Common library for Azure Maven Plugins</description>
<url>https://github.com/microsoft/azure-maven-plugins</url>
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.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</parent>

<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion azure-spring-apps-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.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</parent>

<groupId>com.microsoft.azure</groupId>
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.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</parent>

<groupId>com.microsoft.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugins</artifactId>
<version>1.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>maven-plugins-build-tools</artifactId>
<version>1.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</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.36.0</version>
<version>1.37.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Plugins for Azure</name>
<description>Maven plugins for Microsoft Azure services</description>
Expand Down Expand Up @@ -67,7 +67,7 @@
<maven-plugin-plugin.version>3.11.0</maven-plugin-plugin.version>
<maven.filtering.version>3.3.1</maven.filtering.version>
<maven.plugin-testing-harness.version>3.3.0</maven.plugin-testing-harness.version>
<azure.maven-plugin-lib.version>1.36.0</azure.maven-plugin-lib.version>
<azure.maven-plugin-lib.version>1.37.0-SNAPSHOT</azure.maven-plugin-lib.version>
<jacoco.version>0.8.8</jacoco.version>

<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
Expand Down Expand Up @@ -257,7 +257,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>maven-plugins-build-tools</artifactId>
<version>1.36.0</version>
<version>1.37.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit cad63fd

Please sign in to comment.