Release Bean-M3

This commit is contained in:
Vedran Pavic
2018-09-10 23:39:46 +02:00
parent 6d4910a2ec
commit 61be86336f
2 changed files with 3 additions and 3 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-M2</version>
<version>Bean-M3</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-M2'
mavenBom 'org.springframework.session:spring-session-bom:Bean-M3'
}
}
----

View File

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