Update to Apple SR2

This commit is contained in:
Rob Winch
2018-05-08 15:42:27 -05:00
committed by GitHub
parent 94cee42ced
commit ce4415c382

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-SR1</version>
<version>Apple-SR2</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:Apple-SR1'
mavenBom 'org.springframework.session:spring-session-bom:Apple-SR2'
}
}
----