From 193b060265a1ca700bb5b0980868a6be08728d1e Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 29 Aug 2022 09:31:02 +0200 Subject: [PATCH] [Minor] now checking out tag from strolch-maven-archetypes --- content/development/maven-archetypes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/development/maven-archetypes.md b/content/development/maven-archetypes.md index 140a582..35032b6 100644 --- a/content/development/maven-archetypes.md +++ b/content/development/maven-archetypes.md @@ -17,6 +17,7 @@ To use the archetypes, clone the archetypes repository and install it locally: ```shell git clone https://github.com/strolch-li/strolch-maven-archetypes.git cd strolch-maven-archetypes +git checkout 0.1.0 mvn clean install ```