Switch to stable accurest (#28)

This commit is contained in:
Mariusz Smykuła
2016-06-15 21:43:31 +02:00
committed by GitHub
parent d23ed76d68
commit 9901cbead6
5 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<accurest.version>1.1.0-M8</accurest.version>
<accurest.version>1.1.0</accurest.version>
<aether.version>1.1.0</aether.version>
<maven.compiler.source>1.7</maven.compiler.source>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<version>1.3.5.RELEASE</version>
</parent>
<dependencies>
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<version>1.3.5.RELEASE</version>
</parent>
<dependencies>
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<version>1.3.5.RELEASE</version>
</parent>
<dependencies>
@@ -46,7 +46,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<scope>test</scope>
</dependency>
<!-- end::dependencies[] -->

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<version>1.3.5.RELEASE</version>
</parent>
<dependencies>
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
<scope>test</scope>
</dependency>
<dependency>