Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
chore(build): update version to 19.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Kermagoret authored and ganoze committed May 28, 2019
1 parent 9cd578e commit ae853cb
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
** Variables.
*/
def serie = '19.04'
def serie = '19.10'
def maintenanceBranch = "${serie}.x"
if (env.BRANCH_NAME.startsWith('release-')) {
env.BUILD = 'RELEASE'
Expand Down
4 changes: 2 additions & 2 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '19.04'
version = '19.10'
# The full version, including alpha/beta/rc tags.
release = '19.04.0'
release = '19.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 9 additions & 0 deletions doc/en/release_notes/centreon-19.10/centreon-19.10.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
====================
Centreon Web 19.10.0
====================

New features
------------

Enhancements
------------
10 changes: 10 additions & 0 deletions doc/en/release_notes/centreon-19.10/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
##############
Centreon 19.10
##############

Please find here the release notes dedicated to the last 19.10.x version of Centreon.

.. toctree::
:maxdepth: 1

centreon-19.10.0
1 change: 1 addition & 0 deletions doc/en/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please find here the releases notes of the last major versions :
.. toctree::
:maxdepth: 1

centreon-19.10/index.rst
centreon-19.04/index.rst
centreon-18.10/index.rst
centreon-2.8/index.rst
Expand Down
4 changes: 2 additions & 2 deletions doc/fr/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '19.04'
version = '19.10'
# The full version, including alpha/beta/rc tags.
release = '19.04.0'
release = '19.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 9 additions & 0 deletions doc/fr/release_notes/centreon-19.10/centreon-19.10.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
====================
Centreon Web 19.10.0
====================

New features
------------

Enhancements
------------
10 changes: 10 additions & 0 deletions doc/fr/release_notes/centreon-19.10/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
##############
Centreon 19.10
##############

Please find here the release notes dedicated to the last 19.10.x version of Centreon.

.. toctree::
:maxdepth: 1

centreon-19.10.0
1 change: 1 addition & 0 deletions doc/fr/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Voici les différentes notes de versions pour les versions majeures :
.. toctree::
:maxdepth: 1

centreon-19.10/index.rst
centreon-19.04/index.rst
centreon-18.10/index.rst
centreon-2.8/index.rst
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=centreon-web-19.04
sonar.projectName=Centreon Web 19.04
sonar.projectKey=centreon-web-19.10
sonar.projectName=Centreon Web 19.10
sonar.sources=.
sonar.php.tests.reportPath=ut.xml
sonar.php.coverage.reportPaths=coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion www/install/insertBaseConf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Insert version
--

INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '19.04.0');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '19.10.0');

--
-- Contenu de la table `contact`
Expand Down
1 change: 1 addition & 0 deletions www/install/php/Update-19.10.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php

0 comments on commit ae853cb

Please sign in to comment.