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
6caaf5a2
Commit
6caaf5a2
authored
Sep 04, 2020
by
Matthieu Kermagoret
Browse files
chore(build): update version to 20.10.0.
parent
12dc3d44
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6caaf5a2
...
...
@@ -6,7 +6,7 @@ add_definitions("-D_GLIBCXX_USE_CXX11_ABI=0")
set
(
CONNECTOR_MAJOR 20
)
set
(
CONNECTOR_MINOR 0
4
)
set
(
CONNECTOR_MINOR
1
0
)
set
(
CONNECTOR_PATCH 0
)
set
(
CONNECTOR_VERSION
"
${
CONNECTOR_MAJOR
}
.
${
CONNECTOR_MINOR
}
.
${
CONNECTOR_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_VERSION=\"
${
CONNECTOR_VERSION
}
\"
)
...
...
Jenkinsfile
View file @
6caaf5a2
/*
** Variables.
*/
def
serie
=
'20.0
4
'
def
serie
=
'20.
1
0'
def
maintenanceBranch
=
"${serie}.x"
if
(
env
.
BRANCH_NAME
.
startsWith
(
'release-'
))
{
env
.
BUILD
=
'RELEASE'
...
...
sonar-project.properties
View file @
6caaf5a2
sonar.projectKey
=
centreon-connector-20.0
4
sonar.projectName
=
Centreon Connector 20.0
4
sonar.projectKey
=
centreon-connector-20.
1
0
sonar.projectName
=
Centreon Connector 20.
1
0
sonar.sources
=
.
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