diff --git a/.doctrine-project.json b/.doctrine-project.json index a8f7f884b..c102e96d9 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -6,11 +6,22 @@ "docsSlug": "doctrine-mongodb-odm", "versions": [ { - "name": "2.8", - "branchName": "2.8.x", + "name": "2.9", + "branchName": "2.9.x", "slug": "latest", "upcoming": true, "aliases": [ + "2.9.x" + ] + }, + { + "name": "2.8", + "branchName": "2.8.x", + "slug": "2.8", + "current": true, + "aliases": [ + "current", + "stable", "2.8.x" ] }, @@ -18,10 +29,8 @@ "name": "2.7", "branchName": "2.7.x", "slug": "2.7", - "current": true, + "maintained": false, "aliases": [ - "current", - "stable", "2.7.x" ] },