Switch to Bean-BUILD-SNAPSHOT

This commit is contained in:
Rob Winch
2018-07-25 09:53:03 -07:00
parent 649d15ec71
commit 799464a7b5
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>Apple-SR3</version>
<version>Bean-BUILD-SNAPSHOT</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-SR3'
mavenBom 'org.springframework.session:spring-session-bom:Bean-BUILD-SNAPSHOT'
}
}
----

View File

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