There are multiple projects and they all are dependent on each other. I want to manage the versions for all. e.g. There are three projects: 1. A ---> Contains schema 2. B ---> Contains config 3. C ---> Contains actual api code
Now, I want to manage the version of all the dependent projects in project C. How to do that?