diff --git a/CHANGELOG.md b/CHANGELOG.md index 050aa1626..9fe942c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [[7.2.0]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v7.2.0) 2022-11-29 + +* Increments of jenkins-library up to version 2.2.3. Enable SonarCloud analyses on branches and Pull Requests. +* Update `iexec-common` version to [6.1.0](https://github.com/iExecBlockchainComputing/iexec-common/releases/tag/v6.1.0). + +## [[7.1.3]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v7.1.3) 2022-11-29 + +* Bump version to 7.1.3. + ## [[7.1.2]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v7.1.2) 2022-11-29 * Update README and add CHANGELOG. diff --git a/Jenkinsfile b/Jenkinsfile index ebe721aa1..89896be81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -@Library('global-jenkins-library@2.1.4') _ +@Library('global-jenkins-library@2.2.3') _ buildJavaProject( buildInfo: getBuildInfo(), integrationTestsEnvVars: [], diff --git a/gradle.properties b/gradle.properties index e46b00e80..d0def54f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=7.1.3 -iexecCommonVersion=6.0.0 +version=7.2.0 +iexecCommonVersion=6.1.0 iexecBlockchainAdapterVersion=7.1.1 iexecResultVersion=7.1.0 iexecSmsVersion=7.1.0 diff --git a/src/test/resources/logback.xml b/src/test/resources/logback-spring.xml similarity index 100% rename from src/test/resources/logback.xml rename to src/test/resources/logback-spring.xml