Use food as version naming theme
This commit is contained in:
@@ -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>Aa-BUILD-SNAPSHOT</version>
|
||||
<version>Apple-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:Aa-BUILD-SNAPSHOT'
|
||||
mavenBom 'org.springframework.session:spring-session-bom:Apple-BUILD-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
----
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=Aa-BUILD-SNAPSHOT
|
||||
version=Apple-BUILD-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user