Skip to content

Commit

Permalink
[RELEASE] Release of TYPO3 10.2.2
Browse files Browse the repository at this point in the history
Change-Id: Ic0ae2c8bd12b5af114774753a93f2c1150362a87
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62729
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
ohader committed Dec 17, 2019
1 parent 9e35dd4 commit b7d2c8f
Show file tree
Hide file tree
Showing 35 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion typo3/sysext/about/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
8 changes: 4 additions & 4 deletions typo3/sysext/adminpanel/composer.json
Expand Up @@ -13,10 +13,10 @@
"sort-packages": true
},
"require": {
"typo3/cms-backend": "10.2.*@dev",
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-fluid": "10.2.*@dev",
"typo3/cms-frontend": "10.2.*@dev",
"typo3/cms-backend": "10.2.2",
"typo3/cms-core": "10.2.2",
"typo3/cms-fluid": "10.2.2",
"typo3/cms-frontend": "10.2.2",
"typo3fluid/fluid": "^2.6.8",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/backend/composer.json
Expand Up @@ -14,8 +14,8 @@
},
"require": {
"psr/event-dispatcher": "^1.0",
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-recordlist": "10.2.*@dev"
"typo3/cms-core": "10.2.2",
"typo3/cms-recordlist": "10.2.2"
},
"suggest": {
"typo3/cms-install": "To generate url to install tool in environment toolbar"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/belog/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/beuser/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
Expand Up @@ -116,7 +116,7 @@ protected static function defineBaseConstants()
}

// This version, branch and copyright
define('TYPO3_version', '10.2.2-dev');
define('TYPO3_version', '10.2.2');
define('TYPO3_branch', '10.2');
define('TYPO3_copyright_year', '1998-' . date('Y'));

Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/extbase/composer.json
Expand Up @@ -17,7 +17,7 @@
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/property-access": "^4.4 || ^5.0",
"symfony/property-info": "^4.4 || ^5.0",
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-core": "10.2.2",
"webmozart/assert": "^1.0"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/extensionmanager/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/felogin/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/filelist/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/filemetadata/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/fluid/composer.json
Expand Up @@ -14,8 +14,8 @@
},
"require": {
"symfony/dependency-injection": "^4.4 || ^5.0",
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-extbase": "10.2.*@dev",
"typo3/cms-core": "10.2.2",
"typo3/cms-extbase": "10.2.2",
"typo3fluid/fluid": "^2.6.8"
},
"conflict": {
Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/fluid_styled_content/composer.json
Expand Up @@ -13,9 +13,9 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-fluid": "10.2.*@dev",
"typo3/cms-frontend": "10.2.*@dev"
"typo3/cms-core": "10.2.2",
"typo3/cms-fluid": "10.2.2",
"typo3/cms-frontend": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/form/composer.json
Expand Up @@ -15,7 +15,7 @@
"require": {
"psr/http-message": "^1.0",
"symfony/expression-language": "^4.4 || ^5.0",
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"suggest": {
"typo3/cms-filelist": "Listing of files in the directory",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/frontend/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/impexp/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/indexed_search/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/info/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/install/composer.json
Expand Up @@ -15,9 +15,9 @@
"require": {
"nikic/php-parser": "^4.3",
"symfony/finder": "^4.4 || ^5.0",
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-extbase": "10.2.*@dev",
"typo3/cms-fluid": "10.2.*@dev"
"typo3/cms-core": "10.2.2",
"typo3/cms-extbase": "10.2.2",
"typo3/cms-fluid": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/linkvalidator/composer.json
Expand Up @@ -13,8 +13,8 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-info": "10.2.*@dev"
"typo3/cms-core": "10.2.2",
"typo3/cms-info": "10.2.2"
},
"suggest": {
"typo3/cms-scheduler": "Regular checks of links"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/lowlevel/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/opendocs/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/recordlist/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/recycler/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"suggest": {
"typo3/cms-scheduler": "Remove deleted records after given time"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/redirects/composer.json
Expand Up @@ -16,8 +16,8 @@
"doctrine/dbal": "^2.10",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"typo3/cms-backend": "10.2.*@dev",
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-backend": "10.2.2",
"typo3/cms-core": "10.2.2",
"typo3fluid/fluid": "^2.6.8"
},
"conflict": {
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/reports/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"suggest": {
"typo3/cms-scheduler": "Determine system's status and send it via email"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/rte_ckeditor/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/scheduler/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/seo/composer.json
Expand Up @@ -13,9 +13,9 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev",
"typo3/cms-frontend": "10.2.*@dev",
"typo3/cms-extbase": "10.2.*@dev"
"typo3/cms-core": "10.2.2",
"typo3/cms-frontend": "10.2.2",
"typo3/cms-extbase": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/setup/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/sys_note/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/t3editor/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/tstemplate/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/viewpage/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/workspaces/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "10.2.*@dev"
"typo3/cms-core": "10.2.2"
},
"conflict": {
"typo3/cms": "*"
Expand Down

0 comments on commit b7d2c8f

Please sign in to comment.