Skip to content

Commit

Permalink
Release 5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Mar 28, 2020
1 parent d55ca05 commit 5539d8a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -35,7 +35,7 @@ before_install:
- composer config repositories.testing-framework vcs .Build/external/nimut-testing-framework

install:
- export COMPOSER_ROOT_VERSION=v5.8.3
- export COMPOSER_ROOT_VERSION=5.8.3
- |
composer require \
typo3/cms-backend="$TYPO3_VERSION" \
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- composer config repositories.testing-framework vcs .Build/external/nimut-testing-framework
script:
- git fetch --unshallow
- export COMPOSER_ROOT_VERSION=v5.8.3
- export COMPOSER_ROOT_VERSION=5.8.3
- composer install
- .Build/bin/phpunit --whitelist Classes --coverage-clover .Build/clover.xml --log-junit .Build/junit.xml
- >
Expand Down
2 changes: 1 addition & 1 deletion Classes/Console/Mvc/Cli/Symfony/Application.php
Expand Up @@ -37,7 +37,7 @@
*/
class Application extends BaseApplication
{
const TYPO3_CONSOLE_VERSION = 'v5.8.3';
const TYPO3_CONSOLE_VERSION = '5.8.3';
const COMMAND_NAME = 'typo3cms';

/**
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
@@ -1,8 +1,8 @@
[general]
copyright = 2016
project = TYPO3 Console
release = v5.8.3
version = v5.8.3
release = 5.8.3
version = 5.8.3

[html_theme_options]
github_branch = master
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Expand Up @@ -6,8 +6,8 @@
conf.py:
copyright: 2016
project: TYPO3 Console
version: v5.8.3
release: v5.8.3
version: 5.8.3
release: 5.8.3
latex_documents:
- - Index
- typo3_console.tex
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/ExtensionArtifacts/ext_emconf.php
Expand Up @@ -11,7 +11,7 @@
'author' => 'Helmut Hummel',
'author_email' => 'info@helhum.io',
'author_company' => 'helhum.io',
'version' => 'v5.8.3',
'version' => '5.8.3',
'constraints' => [
'depends' => [
'php' => '7.0.0-7.3.99',
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,6 +1,6 @@
sonar.projectKey=typo3-console
sonar.projectName=TYPO3 Console
sonar.projectVersion=v5.8.3
sonar.projectVersion=5.8.3
sonar.sources=.
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**

Expand Down

0 comments on commit 5539d8a

Please sign in to comment.