update latest released version and develop version (#268)

This commit is contained in:
weiping 2018-02-11 16:18:36 +08:00 коммит произвёл GitHub
Родитель 4b599e2541
Коммит 15dd355a76
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
21 изменённых файлов: 29 добавлений и 29 удалений

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

@ -1,5 +1,5 @@
{
"releaseVersion": "0.2.1",
"releaseVersion": "0.2.3",
"moduleNames": [
"azure-spring-boot-parent",
"azure-spring-boot-bom",

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

@ -5,7 +5,7 @@
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Azure Spring Boot BOM</name>
@ -61,42 +61,42 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-starter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-active-directory-spring-boot-starter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb-spring-boot-starter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-spring-boot-starter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-spring-boot-starter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-secrets-spring-boot-starter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mediaservices-spring-boot-starter</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
</dependency>
<!-- Spring Data Cosmos DB library -->

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

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

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

@ -43,7 +43,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>0.2.0</version>
<version>0.2.3</version>
</dependency>
```

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

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

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

@ -24,7 +24,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-active-directory-spring-boot-starter</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
```

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

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

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

@ -42,7 +42,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb-spring-boot-starter</artifactId>
<version>0.2.0</version>
<version>0.2.3</version>
</dependency>
```

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

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

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

@ -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>0.2.0</version>
<version>0.2.3</version>
</dependency>
```

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

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

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

@ -9,7 +9,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mediaservices-spring-boot-starter</artifactId>
<version>0.2.0</version>
<version>0.2.3</version>
</dependency>
```

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

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

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

@ -9,7 +9,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-spring-boot-starter</artifactId>
<version>0.2.0</version>
<version>0.2.3</version>
</dependency>
```

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

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

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

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

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

@ -9,7 +9,7 @@ If you are using Maven, add the following dependency.
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-spring-boot-starter</artifactId>
<version>0.2.0</version>
<version>0.2.3</version>
</dependency>
```

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

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

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

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

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

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

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

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