From bc21108a32eb65d7d69adf290ba9b25a3c5301e6 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 25 Aug 2017 00:51:40 +0200 Subject: [PATCH] Use food as version naming theme --- README.adoc | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index fb90dbb..b2d87ad 100644 --- a/README.adoc +++ b/README.adoc @@ -13,7 +13,7 @@ With Maven, you need to import the BOM first: org.springframework.session spring-session-bom - Aa-BUILD-SNAPSHOT + Apple-BUILD-SNAPSHOT pom import @@ -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' } } ---- diff --git a/gradle.properties b/gradle.properties index 7ffacf4..8a69702 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=Aa-BUILD-SNAPSHOT +version=Apple-BUILD-SNAPSHOT