diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 62a1b7945..f0026363d 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,7 +4,7 @@ project = Apache Tika for TYPO3 version = 3.0.0 release = 3.0.0 t3author = Ingo Renner, Timo Hund -copyright = 2017 +copyright = 2018 description = Documentation for EXT:tika diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index e3d59369b..2b1db6e93 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,7 +6,7 @@ conf.py: copyright: 2009-2016 project: Apache Tika for TYPO3 - version: 2.5 + version: 3.0 release: 3.0.0 latex_documents: - - Index diff --git a/Documentation/conf.py b/Documentation/conf.py index 6a95cc2d5..b9c143892 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -64,7 +64,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.0-dev' +release = '3.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/composer.json b/composer.json index 8265ba7fa..65602fdea 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.5.x-dev" + "dev-master": "3.0.x-dev" }, "typo3/cms": { "cms-package-dir": "{$vendor-dir}/typo3/cms", diff --git a/ext_emconf.php b/ext_emconf.php index 0bb6fef59..eeb792a03 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -2,7 +2,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Apache Tika for TYPO3', 'description' => 'Provides Tika services for TYPO3 to detect a document\'s language, extract meta data, and extract content from files. Can either use a stand alone Tika executable or Tika integrated in a Solr server with an activated extracting request handler.', - 'version' => '3.0.0-dev', + 'version' => '3.0.0', 'state' => 'stable', 'category' => 'services', 'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',