Bumped libs:

This commit is contained in:
Marcin Grzejszczak
2017-03-07 23:11:51 +01:00
parent ffcca47722
commit 220ddd85bf
8 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>wiremock-jetty</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>wiremock-jetty</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.3.BUILD-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>wiremock-native</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>wiremock-native</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.3.BUILD-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>wiremock-tomcat</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>wiremock-tomcat</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.3.BUILD-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>wiremock-undertow-ssl</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>wiremock-undertow-ssl</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.3.BUILD-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -5,7 +5,7 @@
<groupId>com.example</groupId>
<artifactId>wiremock-undertow</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>wiremock-undertow</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.3.BUILD-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>