diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml index 4bbabb75..08502208 100644 --- a/spring-vault-dependencies/pom.xml +++ b/spring-vault-dependencies/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.vault @@ -83,13 +84,69 @@ - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone false + + + + + milestone + + + + repo.spring.io + Spring Milestone Repository + http://repo.spring.io/libs-milestone-local + + + + + + + + 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/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index bd434f4a..b4c4f16f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,22 @@ Spring Vault Changelog ============================= +Changes in version 1.0.0 M2 +----------------------------------------- +* Review documentation #12 +* Documentation "Registering a Vault instance using Java based metadata" vs "Instantiating VaultTemplate" #22 +* Fix missing plugin versions #32 +* User Guide and JavaDocs 404 #34 +* Upgrade to Spring 4.3.4 #35 +* VaultResponse is incompatible with Vault 0.6.2 (missing warnings in VaultResponseSupport) #36 +* Upgrade to Vault 0.6.3 #38 +* Add support for OkHttp3 #39 +* Flatten hierarchical JSON objects into property paths #40 +* Upgrade to Spring 4.3.5 #41 +* Upgrade to Vault 0.6.4 #42 +* Upgrade to OkHttp 3.5.0 #43 +* Upgrade test dependencies #44 + Changes in version 1.0.0 M1 ----------------------------------------- * Provide transit backend support #1 diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 2e47fd79..adf4408a 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Vault 1.0.0 M1 +Spring Vault 1.0.0 M2 Copyright (c) [2016] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").