diff --git a/PROJECT_GOVERNANCE.md b/PROJECT_GOVERNANCE.md index bc9e278..f0e1ba7 100644 --- a/PROJECT_GOVERNANCE.md +++ b/PROJECT_GOVERNANCE.md @@ -18,9 +18,9 @@ The Technical Steering Committee (TSC) is responsible for: 4. Raise subjects/issues that are important for the direction/development of this project The community council consists of the following members: -1. Product Owner - Daan van Berkel -2. Lead Developer - Daan van Berkel -3. Lead Developer - Geert Mulders +1. Product Owner - Matthijs van Rijswijk +2. Lead Developer - Baukje Debets +3. Lead Developer - Shirley Houter Daan van Berkel from Dynamo will chair the TSC. @@ -36,8 +36,8 @@ Maintainers are responsible for maintaining parts of the code-base. Maintainers 6. In case of long discussions or arguments, maintainers or other can request a community council decision. The current maintainers of this project are: -1. Daan van Berkel - Dynamo -2. Geert Mulders - Dynamo +1. Willem Romijn - Dynamo +2. Shirley Houter - Dynamo ## Contributors diff --git a/catalog-info.yaml b/catalog-info.yaml index 3986bf2..edea892 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -8,7 +8,7 @@ metadata: name: measure annotations: github.com/project-slug: Alliander/measure - alliander.com/product-owner: daan.vanberkel@alliander.com + alliander.com/product-owner: matthijs.van.rijswijk@alliander.com alliander.com/production-branch: master spec: type: library diff --git a/measure/build.gradle.kts b/measure/build.gradle.kts index f45d608..1d93d63 100644 --- a/measure/build.gradle.kts +++ b/measure/build.gradle.kts @@ -71,16 +71,6 @@ mavenPublishing { } } developers { - developer { - id.set("dvberkel") - name.set("Daan van Berkel") - email.set("daan.v.berkel.1980@gmail.com") - } - developer { - id.set("gmulders") - name.set("Geert Mulders") - email.set("gmulders@gmail.com") - } developer { id.set("cflist") name.set("Coen van der List")