This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch filter-version-docs
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git

commit f3d21baefdb468e624381023ec7bb3e25972b31f
Author: Brian Demers <bdem...@apache.org>
AuthorDate: Wed Apr 19 15:21:38 2023 -0400

    Filter the project version into the getting started guide
    
    Adding `.vm` to the end of the file allows interpolating files.
---
 src/site/markdown/{getting-started.md => getting-started.md.vm} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/getting-started.md 
b/src/site/markdown/getting-started.md.vm
similarity index 98%
rename from src/site/markdown/getting-started.md
rename to src/site/markdown/getting-started.md.vm
index 213137e..451f0ce 100644
--- a/src/site/markdown/getting-started.md
+++ b/src/site/markdown/getting-started.md.vm
@@ -30,7 +30,7 @@ To on-board incremental Maven you need to complete several 
steps:
 <extension>
     <groupId>org.apache.maven.extensions</groupId>
     <artifactId>maven-build-cache-extension</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>${project.version}</version>
 </extension>
 ```
 

Reply via email to