Skip to content

Commit

Permalink
Remove snapshot, prepare for release (#1043)
Browse files Browse the repository at this point in the history
* Remove snapshot, prepare for release

* Fix dependency
  • Loading branch information
Flanker32 authored Mar 20, 2020
1 parent a469df2 commit db5fa60
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions azure-auth-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../azure-maven-plugins-pom</relativePath>
</parent>
<artifactId>azure-auth-helper</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<name>Azure Authentication Library</name>
<description>Azure Authentication Library</description>
<url>https://github.com/microsoft/azure-maven-plugins</url>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-maven-plugin-common</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
4 changes: 2 additions & 2 deletions azure-maven-plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>azure-maven-plugin-common</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<name>Azure Maven Plugin Common Library</name>
<description>Common library for Azure Maven Plugins</description>
Expand Down Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-tools-common</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<!-- TEST -->
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 @@ -35,8 +35,8 @@
<powermock.version>2.0.2</powermock.version>
<jaxb.version>2.3.2</jaxb.version>
<zeroturnaround.zip.version>1.13</zeroturnaround.zip.version>
<azure.auth.helper.version>0.4.0-SNAPSHOT</azure.auth.helper.version>
<azure-tools-common.version>0.2.0-SNAPSHOT</azure-tools-common.version>
<azure.auth.helper.version>0.4.0</azure.auth.helper.version>
<azure-tools-common.version>0.2.0</azure-tools-common.version>
</properties>

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

<artifactId>azure-spring-cloud-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -31,7 +31,7 @@
<maven.version>3.3.3</maven.version>
<junit.version>4.12</junit.version>
<powermock.version>2.0.2</powermock.version>
<azure.maven-plugin-common.version>0.2.0-SNAPSHOT</azure.maven-plugin-common.version>
<azure.maven-plugin-common.version>0.2.0</azure.maven-plugin-common.version>
<appplatform.sdk.version>1.0.0-beta-2</appplatform.sdk.version>
<mockito.version>2.28.2</mockito.version>
<jacoco.version>0.8.4</jacoco.version>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-auth-helper</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion azure-tools-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../azure-maven-plugins-pom</relativePath>
</parent>
<artifactId>azure-tools-common</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit db5fa60

Please sign in to comment.