Release Bean-M1

This commit is contained in:
Vedran Pavic
2018-07-30 03:06:20 +02:00
parent 3e5079ec36
commit 9fca47e9a8
2 changed files with 4 additions and 4 deletions

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-BUILD-SNAPSHOT</version>
<version>Bean-M1</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.5.RELEASE'
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
}
----
@@ -54,7 +54,7 @@ Then use it to import the BOM:
----
dependencyManagement {
imports {
mavenBom 'org.springframework.session:spring-session-bom:Bean-BUILD-SNAPSHOT'
mavenBom 'org.springframework.session:spring-session-bom:Bean-M1'
}
}
----

View File

@@ -1 +1 @@
version=Bean-BUILD-SNAPSHOT
version=Bean-M1