Update readme

This commit is contained in:
Vedran Pavic
2018-09-11 09:56:56 +02:00
parent 7b467a88e0
commit f76c74a59c

View File

@@ -13,7 +13,7 @@ With Maven, you need to import the BOM first:
<dependency> <dependency>
<groupId>org.springframework.session</groupId> <groupId>org.springframework.session</groupId>
<artifactId>spring-session-bom</artifactId> <artifactId>spring-session-bom</artifactId>
<version>Apple-SR4</version> <version>Apple-SR5</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@@ -54,7 +54,7 @@ Then use it to import the BOM:
---- ----
dependencyManagement { dependencyManagement {
imports { imports {
mavenBom 'org.springframework.session:spring-session-bom:Apple-SR4' mavenBom 'org.springframework.session:spring-session-bom:Apple-SR5'
} }
} }
---- ----