| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| [submodule "admin-api"] |
| path = admin-api |
| url = https://github.com/apache/openserverless-admin-api |
| branch = 0.9.0 |
| |
| [submodule "build"] |
| path = build |
| url = https://github.com/apache/openserverless-build |
| branch = 0.9.0 |
| |
| [submodule "cli"] |
| path = cli |
| url = https://github.com/apache/openserverless-cli |
| branch = 0.9.0 |
| |
| [submodule "operator"] |
| path = olaris-op |
| url = https://github.com/apache/openserverless-operator |
| branch = 0.9.0 |
| |
| [submodule "openserverless-devcontainer"] |
| path = devcontainer |
| url = https://github.com/apache/openserverless-devcontainer |
| branch = 0.9.0 |
| |
| [submodule "task"] |
| path = olaris |
| url = https://github.com/apache/openserverless-task |
| branch = 0.1.0 |
| |
| [submodule "runtimes"] |
| path = runtimes |
| url = https://github.com/apache/openserverless-runtimes |
| branch = 0.9.0 |
| |
| [submodule "streamer"] |
| path = streamer |
| url = https://github.com/apache/openserverless-streamer |
| branch = 0.9.0 |
| |
| [submodule "testing"] |
| path = testing |
| url = https://github.com/apache/openserverless-testing |
| branch = 0.9.0 |