Prepare release.

Update changelog. Update repository to milestone repo in spring-vault-dependencies.

See gh-60.
This commit is contained in:
Mark Paluch
2017-03-16 13:08:25 +01:00
parent b0d6350b31
commit 3ac06ad0c4
2 changed files with 23 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.vault</groupId>
@@ -83,12 +84,9 @@
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
</repositories>

View File

@@ -1,6 +1,24 @@
Spring Vault Changelog
=============================
Changes in version 1.0.0 RC1
-----------------------------------------
* Consider adding a EnvironmentVaultConfiguration #30
* Upgrade to Spring Framework 4.3.6 #46
* Request sent in XML instead of JSON when com.fasterxml.jackson.dataformat.xml.XmlMapper exists in the classpath #47
* @VaultPropertySource should support custom prefixes #48
* Reshape APIs #49
* VaultPropertySource should renew leases #50
* Apache HttpComponents should support proxy configuration via system properties #52
* Allow listing transit keys #53
* Provide default, empty VaultTransitContext #54
* Upgrade to Vault 0.6.5 #55
* Upgrade LibSSL on TravisCI #56
* Upgrade to Spring Framework 4.3.7 #58
* Replace Thread.sleep in LifecycleAwareSessionManager with TaskScheduler #59
* Release 1.0 RC1 #60
* Upgrade dependencies #61
Changes in version 1.0.0 M2
-----------------------------------------
* Review documentation #12