Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 22128c5

Browse files
authored
Merge pull request #47 from eea/develop
Update sonarqube tags
2 parents 091edd1 + c6d799d commit 22128c5

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
environment {
55
GIT_NAME = "eea.ldapadmin"
66
GIT_HISTORYFILE = "docs/HISTORY.txt"
7-
SONARQUBE_TAGS = "plone5demo.eionet.europa.eu"
7+
SONARQUBE_TAGS = "www.eionet.europa.eu"
88
}
99

1010
stages {

docs/HISTORY.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
4.0 - (2023-07-13)
5+
---------------------------
6+
* Change: Update sonarqube tags
7+
[valipod]
8+
49
3.9 - (2022-02-15)
510
---------------------------
611
* remove predefined queries in roles search

eea/ldapadmin/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9
1+
4.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
packages=find_packages(),
2121
include_package_data=True,
2222
zip_safe=False,
23+
url="https://github.com/eea/eea.ldapadmin",
2324
install_requires=[
2425
'eea.usersdb>=2.6',
2526
'naaya.ldapdump',

0 commit comments

Comments
 (0)