## Which area/kind this issue is related to? /area registry ## Issue Description This Issue is part of the https://github.com/devfile/api/issues/1112, which was split in order to track better the progress of the multiple sample versions support. This issue focuses on the creation of new sample versions for each one of the samples that have a parent which supports outerloop. Those samples are: - `python-basic` - `java-springboot-basic` - `go-basic` Every new version will have the `2.0.0` value and will be on a different branch (e.g. `v2.0.0` branch for `go-basic:2.0.0`) and will use port 8080 instead of 8081 in order to be more consistent. In order to keep backwards compatibility with `ODC` and `RHTAP` we will have to maintain the default version of every sample in the `main` (default) branch. This is the reason why we will have to create a new branch for the new version. ## Acceptance Criteria - [x] New version (`2.0.0`) is created for `go-basic`, `python-basic` and `java-springboot` basic samples. - [x] New versions are merged inside a different branch (`v2.0.0`) and not the default one. - [x] New versions are using the `8080` port instead of `8081`.