Prepare for next development iteration.

See gh-153.
This commit is contained in:
Mark Paluch
2017-10-05 16:05:59 +02:00
parent be856ca44d
commit 47640b2eba
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-vault-core</artifactId>

View File

@@ -71,7 +71,7 @@
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,4 +1,4 @@
Spring Vault 1.1.0.RELEASE
Spring Vault 1.1.1.BUILD-SNAPSHOT
Copyright (c) [2016-2017] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").