diff --git a/pom.xml b/pom.xml
index 733eb908..f59aa346 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.vault
spring-vault-parent
- 2.0.0.RC1
+ 2.0.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.RC1
+ HEAD
@@ -99,7 +99,7 @@
org.springframework.vault
spring-vault-dependencies
- 2.0.0.RC1
+ 2.0.0.BUILD-SNAPSHOT
import
pom
@@ -372,9 +372,12 @@
- spring-milestones
- Spring Milestones
- https://repo.spring.io/libs-milestone
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/libs-snapshot
+
+ true
+
diff --git a/spring-vault-core/pom.xml b/spring-vault-core/pom.xml
index 13f822ac..cbc44cca 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.RC1
+ 2.0.0.BUILD-SNAPSHOT
spring-vault-core
diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml
index dc994cc8..07155495 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.RC1
+ 2.0.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.RC1
+ HEAD
@@ -72,7 +72,7 @@
org.springframework.vault
spring-vault-core
- 2.0.0.RC1
+ 2.0.0.BUILD-SNAPSHOT
@@ -147,9 +147,12 @@
- spring-milestones
- Spring Milestones
- https://repo.spring.io/libs-milestone
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/libs-snapshot
+
+ true
+
diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml
index 286c85b9..e34a5aa0 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.RC1
+ 2.0.0.BUILD-SNAPSHOT
../pom.xml
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 7bd7dc2a..fca9d352 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Vault 2.0.0.RC1
+Spring Vault 2.0.0.BUILD-SNAPSHOT
Copyright (c) [2016-2017] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").