diff --git a/pom.xml b/pom.xml
index f0a94c5a..3cc9c52d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.vault
spring-vault-parent
- 2.0.0.RELEASE
+ 2.1.0.BUILD-SNAPSHOT
Spring Vault
Parent project for Spring Vault
@@ -46,7 +46,7 @@
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
- 2.0.0.RELEASE
+ HEAD
@@ -99,7 +99,7 @@
org.springframework.vault
spring-vault-dependencies
- 2.0.0.RELEASE
+ 2.1.0.BUILD-SNAPSHOT
import
pom
@@ -382,8 +382,11 @@
- spring-libs-release
- https://repo.spring.io/libs-release
+ spring-libs-snapshot
+ https://repo.spring.io/libs-snapshot
+
+ true
+
diff --git a/spring-vault-core/pom.xml b/spring-vault-core/pom.xml
index aff927f5..4117f36f 100644
--- a/spring-vault-core/pom.xml
+++ b/spring-vault-core/pom.xml
@@ -5,7 +5,7 @@
org.springframework.vault
spring-vault-parent
- 2.0.0.RELEASE
+ 2.1.0.BUILD-SNAPSHOT
spring-vault-core
diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml
index 2f5a1cfe..1801b163 100644
--- a/spring-vault-dependencies/pom.xml
+++ b/spring-vault-dependencies/pom.xml
@@ -4,7 +4,7 @@
org.springframework.vault
spring-vault-dependencies
- 2.0.0.RELEASE
+ 2.1.0.BUILD-SNAPSHOT
pom
spring-vault-dependencies
@@ -25,7 +25,7 @@
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
- 2.0.0.RELEASE
+ HEAD
@@ -72,7 +72,7 @@
org.springframework.vault
spring-vault-core
- 2.0.0.RELEASE
+ 2.1.0.BUILD-SNAPSHOT
@@ -147,8 +147,11 @@
- spring-libs-release
- https://repo.spring.io/libs-release
+ spring-libs-snapshot
+ https://repo.spring.io/libs-snapshot
+
+ true
+
diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml
index 10b08214..f078fe1a 100644
--- a/spring-vault-distribution/pom.xml
+++ b/spring-vault-distribution/pom.xml
@@ -13,7 +13,7 @@
org.springframework.vault
spring-vault-parent
- 2.0.0.RELEASE
+ 2.1.0.BUILD-SNAPSHOT
../pom.xml
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index d88b4672..2fd40bea 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Vault 2.0.0.RELEASE
+Spring Vault 2.1.0.BUILD-SNAPSHOT
Copyright (c) [2016-2018] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").