From ca1403747fbd05d208da43034e936647bbcac787 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <2368628+eea-jenkins@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:03:58 +0300 Subject: [PATCH 1/6] Back to devel --- docs/HISTORY.txt | 3 +++ eea/volto/policy/version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 36dfc43..5cb0ae1 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,9 @@ Changelog ========= +2.3-dev0 - (unreleased) +--------------------------- + 2.2 - (2023-04-19) --------------------------- * Bug fix: restore IVoltoSettings interface diff --git a/eea/volto/policy/version.txt b/eea/volto/policy/version.txt index 8bbe6cf..a9ef356 100644 --- a/eea/volto/policy/version.txt +++ b/eea/volto/policy/version.txt @@ -1 +1 @@ -2.2 +2.3-dev0 From 64f1ea2305670f8eb9711c680d9a85927284dc0b Mon Sep 17 00:00:00 2001 From: Valentin Dumitru Date: Fri, 21 Jul 2023 17:59:24 +0300 Subject: [PATCH 2/6] update sonarqube tags --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9e310af..8053483 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { GIT_NAME = "eea.volto.policy" - SONARQUBE_TAGS = "www.eea.europa.eu" + SONARQUBE_TAGS = "www.eea.europa.eu,www.eionet.europa.eu" } stages { From 16fa862c9e8688773fccba79ef57192f0938f4f1 Mon Sep 17 00:00:00 2001 From: Valentin Dumitru Date: Fri, 21 Jul 2023 18:00:44 +0300 Subject: [PATCH 3/6] correct sonarqube tags --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8053483..d22b2ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { environment { GIT_NAME = "eea.volto.policy" - SONARQUBE_TAGS = "www.eea.europa.eu,www.eionet.europa.eu" + SONARQUBE_TAGS = "www.eea.europa.eu,biodiversity.europa.eu,industry.eea.europa.eu,forest.eea.europa.eu" } stages { From 4d0cbe6aef1645a256d39233a985fcafb59c6fd6 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Mon, 31 Jul 2023 12:35:09 +0300 Subject: [PATCH 4/6] Update docs --- docs/HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 5cb0ae1..3890326 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -3,6 +3,8 @@ Changelog 2.3-dev0 - (unreleased) --------------------------- +* Docs: Update sonarqube tags + [valipod] 2.2 - (2023-04-19) --------------------------- From e432845977085509508cccefd9b465b668dc691d Mon Sep 17 00:00:00 2001 From: EEA Jenkins Date: Mon, 31 Jul 2023 12:39:22 +0300 Subject: [PATCH 5/6] Updated version to 2.3 --- eea/volto/policy/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eea/volto/policy/version.txt b/eea/volto/policy/version.txt index a9ef356..bb576db 100644 --- a/eea/volto/policy/version.txt +++ b/eea/volto/policy/version.txt @@ -1 +1 @@ -2.3-dev0 +2.3 From d0e0b8e07922a26dfb00a9ce4dcd2517a583149e Mon Sep 17 00:00:00 2001 From: EEA Jenkins Date: Mon, 31 Jul 2023 12:42:31 +0300 Subject: [PATCH 6/6] Updated changelog - removed develop information --- docs/HISTORY.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 3890326..ea73ded 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -2.3-dev0 - (unreleased) +2.3 - (2023-07-31) --------------------------- * Docs: Update sonarqube tags [valipod]