diff --git a/pom.xml b/pom.xml
index f58bc216..2a51282b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.vault
spring-vault-parent
- 2.0.3.BUILD-SNAPSHOT
+ 2.0.3.RELEASE
Spring Vault
Parent project for Spring Vault
@@ -46,7 +46,7 @@
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
- HEAD
+ 2.0.3.RELEASE
@@ -99,7 +99,7 @@
org.springframework.vault
spring-vault-dependencies
- 2.0.3.BUILD-SNAPSHOT
+ 2.0.3.RELEASE
import
pom
@@ -383,11 +383,8 @@
- spring-libs-snapshot
- https://repo.spring.io/libs-snapshot
-
- true
-
+ spring-libs-release
+ https://repo.spring.io/libs-release
diff --git a/spring-vault-core/pom.xml b/spring-vault-core/pom.xml
index 5b3e0857..c8c6c7e1 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.3.BUILD-SNAPSHOT
+ 2.0.3.RELEASE
spring-vault-core
diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml
index f55b06dd..00f3ee86 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.3.BUILD-SNAPSHOT
+ 2.0.3.RELEASE
pom
spring-vault-dependencies
@@ -25,7 +25,7 @@
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
- HEAD
+ 2.0.3.RELEASE
@@ -73,7 +73,7 @@
org.springframework.vault
spring-vault-core
- 2.0.3.BUILD-SNAPSHOT
+ 2.0.3.RELEASE
@@ -148,11 +148,8 @@
- spring-libs-snapshot
- https://repo.spring.io/libs-snapshot
-
- true
-
+ spring-libs-release
+ https://repo.spring.io/libs-release
diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml
index bd52f50b..629dda15 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.3.BUILD-SNAPSHOT
+ 2.0.3.RELEASE
../pom.xml
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 7f67f585..3dbbf3fb 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Vault 2.0.3.BUILD-SNAPSHOT
+Spring Vault 2.0.3.RELEASE
Copyright (c) [2016-2018] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").