Release Apple-SR4
This commit is contained in:
@@ -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-SR3</version>
|
<version>Apple-SR4</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
@@ -44,7 +44,7 @@ Apply the plugin from Gradle Plugin Portal (update the version if needed):
|
|||||||
[source, gradle]
|
[source, gradle]
|
||||||
----
|
----
|
||||||
plugins {
|
plugins {
|
||||||
id 'io.spring.dependency-management' version '1.0.5.RELEASE'
|
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ Then use it to import the BOM:
|
|||||||
----
|
----
|
||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
imports {
|
imports {
|
||||||
mavenBom 'org.springframework.session:spring-session-bom:Apple-SR3'
|
mavenBom 'org.springframework.session:spring-session-bom:Apple-SR4'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
version=Apple-BUILD-SNAPSHOT
|
version=Apple-SR4
|
||||||
|
|||||||
Reference in New Issue
Block a user