Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-connectors
Commits
784b010d
Commit
784b010d
authored
May 07, 2019
by
Matthieu Kermagoret
Browse files
chore(build): update version to 19.10.0.
parent
0a2f2105
Changes
4
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
784b010d
/*
** Variables.
*/
def
serie
=
'19.0
4
'
def
serie
=
'19.
1
0'
def
maintenanceBranch
=
"${serie}.x"
if
(
env
.
BRANCH_NAME
.
startsWith
(
'release-'
))
{
env
.
BUILD
=
'RELEASE'
...
...
perl/build/CMakeLists.txt
View file @
784b010d
...
...
@@ -27,7 +27,7 @@ include_directories("${PROJECT_SOURCE_DIR}/inc")
# Project version.
set
(
CONNECTOR_PERL_MAJOR 19
)
set
(
CONNECTOR_PERL_MINOR 0
4
)
set
(
CONNECTOR_PERL_MINOR
1
0
)
set
(
CONNECTOR_PERL_PATCH 0
)
set
(
CONNECTOR_PERL_VERSION
"
${
CONNECTOR_PERL_MAJOR
}
.
${
CONNECTOR_PERL_MINOR
}
.
${
CONNECTOR_PERL_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_PERL_VERSION=\"
${
CONNECTOR_PERL_VERSION
}
\"
)
...
...
sonar-project.properties
View file @
784b010d
sonar.projectKey
=
centreon-connector-19.0
4
sonar.projectName
=
Centreon Connector 19.0
4
sonar.projectKey
=
centreon-connector-19.
1
0
sonar.projectName
=
Centreon Connector 19.
1
0
sonar.sources
=
.
ssh/build/CMakeLists.txt
View file @
784b010d
...
...
@@ -27,7 +27,7 @@ include_directories("${PROJECT_SOURCE_DIR}/inc")
# Project version.
set
(
CONNECTOR_SSH_MAJOR 19
)
set
(
CONNECTOR_SSH_MINOR 0
4
)
set
(
CONNECTOR_SSH_MINOR
1
0
)
set
(
CONNECTOR_SSH_PATCH 0
)
set
(
CONNECTOR_SSH_VERSION
"
${
CONNECTOR_SSH_MAJOR
}
.
${
CONNECTOR_SSH_MINOR
}
.
${
CONNECTOR_SSH_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_SSH_VERSION=\"
${
CONNECTOR_SSH_VERSION
}
\"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment