Update readme

This commit is contained in:
Vedran Pavic
2019-04-15 17:23:48 +02:00
parent d66a476ab9
commit 50ea650370

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>Bean-SR3</version>
<version>Corn-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -54,7 +54,7 @@ Then use it to import the BOM:
----
dependencyManagement {
imports {
mavenBom 'org.springframework.session:spring-session-bom:Bean-SR3'
mavenBom 'org.springframework.session:spring-session-bom:Corn-M1'
}
}
----