We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda4855 commit 610ef9aCopy full SHA for 610ef9a
spring-shell-docs/modules/ROOT/pages/getting-started.adoc
@@ -19,7 +19,7 @@ With _maven_ you're expected to have something like:
19
[source, xml, subs=attributes+]
20
----
21
<properties>
22
- <spring-shell.version>LATEST_VERSION</spring-shell.version>
+ <spring-shell.version>{project-version}</spring-shell.version>
23
</properties>
24
25
<dependencies>
@@ -58,7 +58,7 @@ dependencies {
58
59
dependencyManagement {
60
imports {
61
- mavenBom "org.springframework.shell:spring-shell-dependencies:LATEST_VERSION"
+ mavenBom "org.springframework.shell:spring-shell-dependencies:{project-version}"
62
}
63
64
0 commit comments