Skip to content

Commit 610ef9a

Browse files
committed
Resolve version value in getting started guide
1 parent cda4855 commit 610ef9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-shell-docs/modules/ROOT/pages/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ With _maven_ you're expected to have something like:
1919
[source, xml, subs=attributes+]
2020
----
2121
<properties>
22-
<spring-shell.version>LATEST_VERSION</spring-shell.version>
22+
<spring-shell.version>{project-version}</spring-shell.version>
2323
</properties>
2424
2525
<dependencies>
@@ -58,7 +58,7 @@ dependencies {
5858
5959
dependencyManagement {
6060
imports {
61-
mavenBom "org.springframework.shell:spring-shell-dependencies:LATEST_VERSION"
61+
mavenBom "org.springframework.shell:spring-shell-dependencies:{project-version}"
6262
}
6363
}
6464
----

0 commit comments

Comments
 (0)