You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/08/14 07:07:29 UTC

[camel-kamelets] branch main updated: Remove mention to SVN in readme (#1572)

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 37131731 Remove mention to SVN in readme (#1572)
37131731 is described below

commit 371317312b69a345b04b0653de7d06b0612c42d8
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Mon Aug 14 09:07:23 2023 +0200

    Remove mention to SVN in readme (#1572)
    
    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 <ap...@redhat.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 83b9ce2f..6128baaa 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"