Update readme

This commit is contained in:
Vedran Pavic
2018-02-02 08:12:23 +01:00
parent 9b8c939357
commit fcc207cd4c

View File

@@ -13,7 +13,7 @@ With Maven, you need to import the BOM first:
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-bom</artifactId>
<version>Apple-BUILD-SNAPSHOT</version>
<version>Apple-RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -44,7 +44,7 @@ Apply the plugin from Gradle Plugin Portal (update the version if needed):
[source, gradle]
----
plugins {
id 'io.spring.dependency-management' version '1.0.3.RELEASE'
id 'io.spring.dependency-management' version '1.0.4.RELEASE'
}
----
@@ -54,7 +54,7 @@ Then use it to import the BOM:
----
dependencyManagement {
imports {
mavenBom 'org.springframework.session:spring-session-bom:Apple-BUILD-SNAPSHOT'
mavenBom 'org.springframework.session:spring-session-bom:Apple-RELEASE'
}
}
----