Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 9.5.16-dev
Browse files Browse the repository at this point in the history
Change-Id: Iabdd74498b9daa7c0785c8f9ecc0ce9d5bb3d3ce
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64027
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
bmack committed Mar 31, 2020
1 parent b1fb78f commit 41d827c
Show file tree
Hide file tree
Showing 94 changed files with 180 additions and 180 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": "9.5.15"
"typo3/cms-core": "9.5.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/about/ext_emconf.php
Expand Up @@ -9,10 +9,10 @@
'clearCacheOnLoad' => 0,
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
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": "9.5.15",
"typo3/cms-core": "9.5.15",
"typo3/cms-fluid": "9.5.15",
"typo3/cms-frontend": "9.5.15",
"typo3/cms-backend": "9.5.*@dev",
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-fluid": "9.5.*@dev",
"typo3/cms-frontend": "9.5.*@dev",
"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/adminpanel/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -10,11 +10,11 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'a' => '9.5.15',
'typo3' => '9.5.16',
'a' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/backend/composer.json
Expand Up @@ -13,8 +13,8 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "9.5.15",
"typo3/cms-recordlist": "9.5.15"
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-recordlist": "9.5.*@dev"
},
"suggest": {
"typo3/cms-install": "To generate url to install tool in environment toolbar"
Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/backend/ext_emconf.php
Expand Up @@ -10,11 +10,11 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'recordlist' => '9.5.15',
'typo3' => '9.5.16',
'recordlist' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
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": "9.5.15"
"typo3/cms-core": "9.5.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/belog/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
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": "9.5.15"
"typo3/cms-core": "9.5.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/beuser/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -123,7 +123,7 @@ protected static function defineBaseConstants()
}

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

Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'test extension',
'description' => '',
'category' => '',
'version' => '9.5.15',
'version' => '9.5.16',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -13,7 +13,7 @@
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'ExpressionBuilder Test',
'description' => 'ExpressionBuilder Test',
'category' => 'example',
'version' => '9.5.15',
'version' => '9.5.16',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -12,7 +12,7 @@
'author_email' => 'lolli@schwarzbu.ch',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'Fixture extension for functional tests for Inline Relational Record Editing IRRE',
'description' => 'based on irre_tutorial extension created by Oliver Hader, see http://forge.typo3.org/projects/extension-irre_tutorial',
'category' => 'example',
'version' => '9.5.15',
'version' => '9.5.16',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -13,8 +13,8 @@
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'workspaces' => '9.5.15',
'typo3' => '9.5.16',
'workspaces' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'DataHandler Test',
'description' => 'DataHandler Test',
'category' => 'example',
'version' => '9.5.15',
'version' => '9.5.16',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -13,8 +13,8 @@
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'workspaces' => '9.5.15',
'typo3' => '9.5.16',
'workspaces' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -3,16 +3,16 @@
'title' => 'MetaData Test',
'description' => 'MetaData Test',
'category' => 'example',
'version' => '9.5.15',
'version' => '9.5.16',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'author' => 'Frank Nägler',
'author_email' => 'frank.naegler@typo3.org',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'seo' => '9.5.15',
'typo3' => '9.5.16',
'seo' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -3,7 +3,7 @@
'title' => 'Test Resources',
'description' => 'Test Resources',
'category' => 'example',
'version' => '9.5.15',
'version' => '9.5.16',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
Expand All @@ -13,7 +13,7 @@
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '9.5.15'
'typo3' => '9.5.16'
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -10,7 +10,7 @@
'author' => '',
'author_email' => '',
'author_company' => '',
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [],
'conflicts' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/ext_emconf.php
Expand Up @@ -10,7 +10,7 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [],
'conflicts' => [],
Expand Down
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/extbase/composer.json
Expand Up @@ -13,7 +13,7 @@
"sort-packages": true
},
"require": {
"typo3/cms-core": "9.5.15"
"typo3/cms-core": "9.5.*@dev"
},
"suggest": {
"typo3/cms-scheduler": "Additional scheduler tasks"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/extbase/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [
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": "9.5.15"
"typo3/cms-core": "9.5.*@dev"
},
"conflict": {
"typo3/cms": "*"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/extensionmanager/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down
8 changes: 4 additions & 4 deletions typo3/sysext/feedit/composer.json
Expand Up @@ -13,10 +13,10 @@
"sort-packages": true
},
"require": {
"typo3/cms-adminpanel": "9.5.15",
"typo3/cms-backend": "9.5.15",
"typo3/cms-core": "9.5.15",
"typo3/cms-frontend": "9.5.15",
"typo3/cms-adminpanel": "9.5.*@dev",
"typo3/cms-backend": "9.5.*@dev",
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-frontend": "9.5.*@dev",
"psr/http-message": "~1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
Expand Down
4 changes: 2 additions & 2 deletions typo3/sysext/feedit/ext_emconf.php
Expand Up @@ -10,10 +10,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '9.5.15',
'version' => '9.5.16',
'constraints' => [
'depends' => [
'typo3' => '9.5.15',
'typo3' => '9.5.16',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 41d827c

Please sign in to comment.