diff --git a/pom.xml b/pom.xml index 126a19c5..aa4d82e9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.vault spring-vault-parent - 2.0.2.RELEASE + 2.0.3.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.2.RELEASE + HEAD @@ -99,7 +99,7 @@ org.springframework.vault spring-vault-dependencies - 2.0.2.RELEASE + 2.0.3.BUILD-SNAPSHOT import pom @@ -383,8 +383,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 56f45783..5b3e0857 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.2.RELEASE + 2.0.3.BUILD-SNAPSHOT spring-vault-core diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml index f653faf9..4ff71383 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.2.RELEASE + 2.0.3.BUILD-SNAPSHOT pom spring-vault-dependencies @@ -25,7 +25,7 @@ scm:git:ssh://git@github.com/spring-projects/spring-vault.git - 2.0.2.RELEASE + HEAD @@ -73,7 +73,7 @@ org.springframework.vault spring-vault-core - 2.0.2.RELEASE + 2.0.3.BUILD-SNAPSHOT @@ -148,8 +148,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 4cb1f808..bd52f50b 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.2.RELEASE + 2.0.3.BUILD-SNAPSHOT ../pom.xml diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index cb63e394..7f67f585 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Vault 2.0.2.RELEASE +Spring Vault 2.0.3.BUILD-SNAPSHOT Copyright (c) [2016-2018] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").