From 3224179c04845c3dae8d5f076dffbc927d99f939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 14 Aug 2023 09:05:07 +0200 Subject: [PATCH] Remove mention to SVN in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it is now git and no more svn, using the generic terminology Source Version Control to limit need to update it in the future Signed-off-by: Aurélien Pupier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83b9ce2f6..6128baaad 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ export CAMEL_KAMELET_VERSION=x.y.z ./mvnw clean install -DreleaseVersion=$CAMEL_KAMELET_VERSION ``` -Stage the commits in SVN: +Stage the commits in the Source Version Control: ``` git commit -am "Update Kamelets for release $CAMEL_KAMELET_VERSION"