update master branch latest snapshot version (#284)

* update master branch latest snapshot version

* update readme

* manage json version in parent pom
This commit is contained in:
weiping 2018-03-06 11:35:20 +08:00 коммит произвёл GitHub
Родитель d55b96b586
Коммит f76109c938
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
14 изменённых файлов: 27 добавлений и 23 удалений

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

@ -27,7 +27,7 @@ mvn clean install -DskipTests
```
## Version management
Developing version naming convention is like `0.2.0-SNAPSHOT`. Release version naming convention is like `0.2.0`. Please don't update version if no release plan.
Developing version naming convention is like `2.0.0-SNAPSHOT`. Release version naming convention is like `2.0.0`. Please don't update version if no release plan.
## CI
Both [Travis](https://travis-ci.org/Microsoft/azure-spring-boot) and [Appveyor](https://ci.appveyor.com/project/yungez/azure-spring-boot) CI is enabled.

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

@ -5,7 +5,7 @@
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-active-directory-spring-boot-starter</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb-spring-boot-starter</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-spring-boot-starter</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-spring-boot-starter</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-secrets-spring-boot-starter</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mediaservices-spring-boot-starter</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../azure-spring-boot-bom/pom.xml</relativePath>
</parent>
@ -75,6 +75,11 @@
<artifactId>powermock-api-mockito2</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20171018</version>
</dependency>
</dependencies>
</dependencyManagement>

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

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

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

@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
</parent>

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

@ -9,7 +9,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-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.4-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
</parent>
@ -33,7 +33,6 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20171018</version>
</dependency>
<!--Cloud Foundry support-->

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

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