[BUGFIX] Fix branch alias to the current minor version

It's better to fix the current minor release in the branch version too,
so depending projects can use the dev version of this specific minor
release and will not have any headaches when 9.0 gets released.

Resolves: #77984
Releases: master
Change-Id: I36def811213dd99a3bf938af0459026d6233f645
Reviewed-on: https://review.typo3.org/49966
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
This commit is contained in:
Patrik Karisch 2016-09-18 17:42:38 +02:00 committed by Christian Kuhn
parent 8c831aeb0c
commit 7bb14e9b28

View file

@ -21,7 +21,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
"dev-master": "9.0.x-dev"
},
"typo3/cms": {
"extension-key": "feedit"