Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
release 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed Feb 26, 2020
1 parent 0d50884 commit 45f5d76
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions azure-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>pom</packaging>

<name>Azure Spring Boot BOM</name>
Expand Down Expand Up @@ -46,10 +46,10 @@
</scm>

<properties>
<azure.spring.boot.version>2.1.9-SNAPSHOT</azure.spring.boot.version>
<azure.dependencies.bom.version>2.1.0.M9</azure.dependencies.bom.version>
<spring.data.cosmosdb.version>2.1.9</spring.data.cosmosdb.version>
<spring.data.gremlin.version>2.1.8</spring.data.gremlin.version>
<azure.spring.boot.version>2.1.9</azure.spring.boot.version>
<azure.dependencies.bom.version>2.1.0.M10</azure.dependencies.bom.version>
<spring.data.cosmosdb.version>2.1.10</spring.data.cosmosdb.version>
<spring.data.gremlin.version>2.1.9</spring.data.gremlin.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion azure-spring-boot-parent/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-spring-boot-bom</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../azure-spring-boot-bom/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion azure-spring-boot-samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
version = '0.0.1-SNAPSHOT'

ext {
azureSpringBootStartersVersion = '2.1.9-SNAPSHOT'
azureSpringBootStartersVersion = '2.1.9'
commonsioVersion = '2.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion azure-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

<artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>

<name>Azure AD B2C Spring Security Integration Spring Boot Starter</name>
<description>Spring Boot Starter for Azure AD B2C and Spring Security Integration</description>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</dependency>
<!-- Below poms will be replaced to azure-spring-boot-starter pom when no milestone tag. -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-secrets-spring-boot-starter</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion azure-spring-boot-starters/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-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-spring-boot-tests</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-spring-boot-tests</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-spring-boot-tests</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-spring-boot-tests</artifactId>
<groupId>com.microsoft.azure</groupId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions azure-spring-boot-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-tests</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>pom</packaging>

<name>Azure Spring Boot Tests</name>
Expand All @@ -30,7 +30,7 @@
<maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version>

<spring.boot.version>2.1.7.RELEASE</spring.boot.version>
<azure.spring.boot.version>2.1.9-SNAPSHOT</azure.spring.boot.version>
<azure.spring.boot.version>2.1.9</azure.spring.boot.version>
<azure.mgmt.version>1.26.0</azure.mgmt.version>
<cobertura.version>2.1.1</cobertura.version>
<secure.channel.version>0.1.53</secure.channel.version>
Expand Down
2 changes: 1 addition & 1 deletion azure-spring-boot/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-spring-boot-parent</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-build</artifactId>
<version>2.1.9-SNAPSHOT</version>
<version>2.1.9</version>
<packaging>pom</packaging>

<name>Azure Spring Boot Build</name>
Expand Down

0 comments on commit 45f5d76

Please sign in to comment.