This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
commit 0fd7e2a66c5471844485b916e1c87f70c1d9b9b7 Author: Mark Struberg <[email protected]> AuthorDate: Mon Aug 5 07:55:50 2019 +0200 reflect the move from SVN to GIT in our docs --- meecrowave-doc/src/main/jbake/content/community.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meecrowave-doc/src/main/jbake/content/community.adoc b/meecrowave-doc/src/main/jbake/content/community.adoc index 38a6376..9be9b49 100644 --- a/meecrowave-doc/src/main/jbake/content/community.adoc +++ b/meecrowave-doc/src/main/jbake/content/community.adoc @@ -13,13 +13,20 @@ See https://openwebbeans.apache.org/community.html[OpenWebBeans Community] page == Source code -Source code can be found at https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/ +Source code can be found at https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git [source] ---- -svn co https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/ meecrowave +$> git clone https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git ---- +A mirror is available on github at https://github.com/apache/openwebbeans-meecrowave. + + +The github mirror is linked in both directions. +That means it doesn't matter whether you push to GitHub or Apache GitBox. + + === Build it To build the project just run maven:
