Upgrade version to 2.1.7-SNAPSHOT. (#666)

Signed-off-by: Pan Li <panli@microsoft.com>
This commit is contained in:
Pan Li 2019-05-07 19:16:15 -05:00 коммит произвёл GitHub
Родитель a4cd08af1f
Коммит b0f189f368
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
18 изменённых файлов: 20 добавлений и 29 удалений

Просмотреть файл

@ -5,7 +5,7 @@
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId> <artifactId>azure-spring-boot-bom</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Azure Spring Boot BOM</name> <name>Azure Spring Boot BOM</name>
@ -46,7 +46,7 @@
</scm> </scm>
<properties> <properties>
<azure.spring.boot.version>2.1.6</azure.spring.boot.version> <azure.spring.boot.version>2.1.7-SNAPSHOT</azure.spring.boot.version>
<azure.dependencies.bom.version>2.1.0.M5</azure.dependencies.bom.version> <azure.dependencies.bom.version>2.1.0.M5</azure.dependencies.bom.version>
</properties> </properties>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId> <artifactId>azure-spring-boot-bom</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../azure-spring-boot-bom/pom.xml</relativePath> <relativePath>../azure-spring-boot-bom/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -22,17 +22,9 @@
</properties> </properties>
<dependencies> <dependencies>
<!-- will remove this after no milestone -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>2.1.6.M2</version>
</dependency>
<dependency> <dependency>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId> <artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId>
<version>2.1.6.M2</version>
</dependency> </dependency>
<dependency> <dependency>

Просмотреть файл

@ -66,7 +66,7 @@
<dependency> <dependency>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId> <artifactId>azure-spring-boot-bom</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

Просмотреть файл

@ -7,12 +7,12 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId> <artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId>
<version>2.1.6.M2</version> <version>2.1.7-SNAPSHOT</version>
<name>Azure AD B2C Spring Security Integration Spring Boot Starter</name> <name>Azure AD B2C Spring Security Integration Spring Boot Starter</name>
<description>Spring Boot Starter for Azure AD B2C and Spring Security Integration</description> <description>Spring Boot Starter for Azure AD B2C and Spring Security Integration</description>
@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot</artifactId> <artifactId>azure-spring-boot</artifactId>
<version>2.1.6.M2</version> <version>2.1.7-SNAPSHOT</version>
</dependency> </dependency>
<!-- Below poms will be replaced to azure-spring-boot-starter pom when no milestone tag. --> <!-- Below poms will be replaced to azure-spring-boot-starter pom when no milestone tag. -->

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>

Просмотреть файл

@ -7,11 +7,10 @@
<parent> <parent>
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId> <artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath> <relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
</parent> </parent>
<version>2.1.6.M2</version>
<artifactId>azure-spring-boot</artifactId> <artifactId>azure-spring-boot</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

Просмотреть файл

@ -5,7 +5,7 @@
<groupId>com.microsoft.azure</groupId> <groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-build</artifactId> <artifactId>azure-spring-boot-build</artifactId>
<version>2.1.6</version> <version>2.1.7-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Azure Spring Boot Build</name> <name>Azure Spring Boot Build</name>