diff --git a/pom.xml b/pom.xml
index dc1d3116..0366e22b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,45 +360,6 @@
-
-
- central
-
-
-
- sonatype-nexus-snapshots
- Sonatype Nexus Snapshots
- https://oss.sonatype.org/content/repositories/snapshots/
-
-
- sonatype-nexus-staging
- Nexus Release Repository
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml
index 16916808..fef8d56d 100644
--- a/spring-vault-dependencies/pom.xml
+++ b/spring-vault-dependencies/pom.xml
@@ -83,9 +83,9 @@
- spring-milestones
- Spring Milestones
- https://repo.spring.io/libs-milestone
+ spring-releases
+ Spring Releases
+ https://repo.spring.io/libs-release
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 02d8ea18..2ee205f3 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,6 +1,16 @@
Spring Vault Changelog
=============================
+Changes in version 1.0.0 GA
+-----------------------------------------
+* keystore file not created when $JAVA_HOME is not found #62
+* Allow to create requested secret from mode and path #64
+* Update to Spring-Next build profile to 4.3.8 #65
+* Upgrade to Vault 0.7 #66
+* Null-properties cause NullPointerException #69
+* Vault seal operation fails #70
+* Release 1.0.0 GA #72
+
Changes in version 1.0.0 RC1
-----------------------------------------
* Consider adding a EnvironmentVaultConfiguration #30