diff --git a/.gitignore b/.gitignore
index 02206759..8261a712 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ target
/vault/
/download/
/work/
+pom.xml.releaseBackup
+release.properties
diff --git a/pom.xml b/pom.xml
index 8c3a193b..170f20a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.vault
spring-vault-parent
- 1.0.1.BUILD-SNAPSHOT
+ 1.0.1.RELEASE
Spring Vault
Parent project for Spring Vault
@@ -38,7 +38,7 @@
https://github.com/spring-projects/spring-vault
scm:git:git://github.com/spring-projects/spring-vault.git
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
- HEAD
+ 1.0.1.RELEASE
@@ -91,7 +91,7 @@
org.springframework.vault
spring-vault-dependencies
- 1.0.1.BUILD-SNAPSHOT
+ 1.0.1.RELEASE
import
pom
diff --git a/spring-vault-core/pom.xml b/spring-vault-core/pom.xml
index 24c18118..caaf9e6b 100644
--- a/spring-vault-core/pom.xml
+++ b/spring-vault-core/pom.xml
@@ -1,12 +1,11 @@
-
+
4.0.0
org.springframework.vault
spring-vault-parent
- 1.0.1.BUILD-SNAPSHOT
+ 1.0.1.RELEASE
spring-vault-core
diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml
index be0e5aa7..bd23f728 100644
--- a/spring-vault-dependencies/pom.xml
+++ b/spring-vault-dependencies/pom.xml
@@ -1,12 +1,10 @@
-
+
4.0.0
org.springframework.vault
spring-vault-dependencies
- 1.0.1.BUILD-SNAPSHOT
+ 1.0.1.RELEASE
pom
spring-vault-dependencies
@@ -25,7 +23,7 @@
https://github.com/spring-projects/spring-vault
scm:git:git://github.com/spring-projects/spring-vault.git
scm:git:ssh://git@github.com/spring-projects/spring-vault.git
- HEAD
+ 1.0.1.RELEASE
@@ -73,7 +71,7 @@
org.springframework.vault
spring-vault-core
- 1.0.1.BUILD-SNAPSHOT
+ 1.0.1.RELEASE
@@ -127,32 +125,7 @@
-
-
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- false
-
-
-
-
-
-
- milestone
-
-
-
- repo.spring.io
- Spring Milestone Repository
- http://repo.spring.io/libs-milestone-local
-
-
-
-
-
central
diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml
index 8d9a8d93..c96fa5fd 100644
--- a/spring-vault-distribution/pom.xml
+++ b/spring-vault-distribution/pom.xml
@@ -13,7 +13,7 @@
org.springframework.vault
spring-vault-parent
- 1.0.1.BUILD-SNAPSHOT
+ 1.0.1.RELEASE
../pom.xml
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index adf4408a..e6f6c30d 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Vault 1.0.0 M2
+Spring Vault 1.0.1.RELEASE
Copyright (c) [2016] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").