Bumped commons to 2.2.0
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-commons-parent</artifactId>
|
||||
<version>2.1.2.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-context</artifactId>
|
||||
|
||||
@@ -108,7 +108,7 @@ public class KeyProperties {
|
||||
private String secret;
|
||||
|
||||
/**
|
||||
* The KeyStore type. Defaults to jks.
|
||||
* The KeyStore type. Defaults to jks.
|
||||
*/
|
||||
private String type = "jks";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user