From 89beee6f804c9f089b29f316be6de77708c02f19 Mon Sep 17 00:00:00 2001 From: MioRtia Date: Fri, 5 Feb 2021 14:35:46 +0100 Subject: [PATCH] Update version to 4.0.0 (#1624) Signed-off-by: RALAMBOTIANA MIORA --- action/action-dsl-spi/pom.xml | 2 +- action/action-dsl/pom.xml | 2 +- action/action-simulator/pom.xml | 2 +- action/action-util/pom.xml | 2 +- action/pom.xml | 2 +- ampl-converter/pom.xml | 2 +- cgmes/cgmes-conformity/pom.xml | 2 +- cgmes/cgmes-conversion/pom.xml | 2 +- cgmes/cgmes-model-alternatives/pom.xml | 2 +- cgmes/cgmes-model/pom.xml | 2 +- cgmes/pom.xml | 2 +- cim-anonymiser/pom.xml | 2 +- commons/pom.xml | 2 +- computation-local/pom.xml | 2 +- computation/pom.xml | 2 +- config-classic/pom.xml | 2 +- config-test/pom.xml | 2 +- contingency/contingency-api/pom.xml | 2 +- contingency/contingency-dsl/pom.xml | 2 +- contingency/pom.xml | 2 +- distribution-core/pom.xml | 2 +- dsl/pom.xml | 2 +- dynamic-simulation/dynamic-simulation-api/pom.xml | 2 +- dynamic-simulation/dynamic-simulation-dsl/pom.xml | 2 +- dynamic-simulation/dynamic-simulation-tool/pom.xml | 2 +- dynamic-simulation/pom.xml | 2 +- entsoe-util/pom.xml | 2 +- ieee-cdf/ieee-cdf-converter/pom.xml | 2 +- ieee-cdf/ieee-cdf-model/pom.xml | 2 +- ieee-cdf/pom.xml | 2 +- iidm/iidm-api/pom.xml | 2 +- iidm/iidm-comparator/pom.xml | 2 +- iidm/iidm-converter-api/pom.xml | 2 +- iidm/iidm-extensions/pom.xml | 2 +- iidm/iidm-impl/pom.xml | 2 +- iidm/iidm-mergingview/pom.xml | 2 +- iidm/iidm-reducer/pom.xml | 2 +- iidm/iidm-scripting/pom.xml | 2 +- iidm/iidm-tck/pom.xml | 2 +- iidm/iidm-test/pom.xml | 2 +- iidm/iidm-xml-converter/pom.xml | 2 +- iidm/pom.xml | 2 +- itools-packager/pom.xml | 2 +- loadflow/loadflow-api/pom.xml | 2 +- loadflow/loadflow-results-completion/pom.xml | 2 +- loadflow/loadflow-scripting/pom.xml | 2 +- loadflow/loadflow-validation/pom.xml | 2 +- loadflow/pom.xml | 2 +- math/pom.xml | 2 +- matpower/matpower-converter/pom.xml | 2 +- matpower/matpower-model/pom.xml | 2 +- matpower/pom.xml | 2 +- pom.xml | 2 +- psse/pom.xml | 2 +- psse/psse-converter/pom.xml | 2 +- psse/psse-model/pom.xml | 2 +- scripting/pom.xml | 2 +- security-analysis-api/pom.xml | 2 +- sensitivity-analysis-api/pom.xml | 2 +- simulation-api/pom.xml | 2 +- time-series/pom.xml | 2 +- time-series/time-series-api/pom.xml | 2 +- tools/pom.xml | 2 +- triple-store/pom.xml | 2 +- triple-store/triple-store-api/pom.xml | 2 +- triple-store/triple-store-impl-blazegraph/pom.xml | 2 +- triple-store/triple-store-impl-jena/pom.xml | 2 +- triple-store/triple-store-impl-rdf4j/pom.xml | 2 +- triple-store/triple-store-test/pom.xml | 2 +- ucte/pom.xml | 2 +- ucte/ucte-converter/pom.xml | 2 +- ucte/ucte-network/pom.xml | 2 +- ucte/ucte-util/pom.xml | 2 +- 73 files changed, 73 insertions(+), 73 deletions(-) diff --git a/action/action-dsl-spi/pom.xml b/action/action-dsl-spi/pom.xml index a4616e69699..f9f800f588a 100644 --- a/action/action-dsl-spi/pom.xml +++ b/action/action-dsl-spi/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-action - 4.0.0-RC2 + 4.0.0 powsybl-action-dsl-spi diff --git a/action/action-dsl/pom.xml b/action/action-dsl/pom.xml index 1ba1f865e23..9d552a9d7f6 100644 --- a/action/action-dsl/pom.xml +++ b/action/action-dsl/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-action - 4.0.0-RC2 + 4.0.0 powsybl-action-dsl diff --git a/action/action-simulator/pom.xml b/action/action-simulator/pom.xml index 6847b74e694..bd08526c9e5 100644 --- a/action/action-simulator/pom.xml +++ b/action/action-simulator/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-action - 4.0.0-RC2 + 4.0.0 powsybl-action-simulator diff --git a/action/action-util/pom.xml b/action/action-util/pom.xml index b10518b00aa..d778e346f34 100644 --- a/action/action-util/pom.xml +++ b/action/action-util/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-action - 4.0.0-RC2 + 4.0.0 powsybl-action-util diff --git a/action/pom.xml b/action/pom.xml index e7fee6b8848..bc176cb1e11 100644 --- a/action/pom.xml +++ b/action/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/ampl-converter/pom.xml b/ampl-converter/pom.xml index 1607a71dd8b..46179b6390c 100644 --- a/ampl-converter/pom.xml +++ b/ampl-converter/pom.xml @@ -14,7 +14,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-ampl-converter diff --git a/cgmes/cgmes-conformity/pom.xml b/cgmes/cgmes-conformity/pom.xml index f8d1d2fa0e7..50fe78c05b0 100644 --- a/cgmes/cgmes-conformity/pom.xml +++ b/cgmes/cgmes-conformity/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-cgmes - 4.0.0-RC2 + 4.0.0 powsybl-cgmes-conformity diff --git a/cgmes/cgmes-conversion/pom.xml b/cgmes/cgmes-conversion/pom.xml index cfb8b0957d5..40d3d7f1777 100644 --- a/cgmes/cgmes-conversion/pom.xml +++ b/cgmes/cgmes-conversion/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-cgmes - 4.0.0-RC2 + 4.0.0 powsybl-cgmes-conversion diff --git a/cgmes/cgmes-model-alternatives/pom.xml b/cgmes/cgmes-model-alternatives/pom.xml index a4411eda3e7..4d38f3db97a 100644 --- a/cgmes/cgmes-model-alternatives/pom.xml +++ b/cgmes/cgmes-model-alternatives/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-cgmes - 4.0.0-RC2 + 4.0.0 powsybl-cgmes-model-alternatives diff --git a/cgmes/cgmes-model/pom.xml b/cgmes/cgmes-model/pom.xml index 57726916bbe..ed296ddf71a 100644 --- a/cgmes/cgmes-model/pom.xml +++ b/cgmes/cgmes-model/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-cgmes - 4.0.0-RC2 + 4.0.0 powsybl-cgmes-model diff --git a/cgmes/pom.xml b/cgmes/pom.xml index 573869b473a..fdda5aece21 100644 --- a/cgmes/pom.xml +++ b/cgmes/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-cgmes diff --git a/cim-anonymiser/pom.xml b/cim-anonymiser/pom.xml index e399eb55dc7..eecc18e3679 100644 --- a/cim-anonymiser/pom.xml +++ b/cim-anonymiser/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-cim-anonymiser diff --git a/commons/pom.xml b/commons/pom.xml index c1820500e18..ae43b01c629 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-commons diff --git a/computation-local/pom.xml b/computation-local/pom.xml index 2867a019f6f..638d3b0d100 100644 --- a/computation-local/pom.xml +++ b/computation-local/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-computation-local diff --git a/computation/pom.xml b/computation/pom.xml index fe2472db1e5..04acd15a2f5 100644 --- a/computation/pom.xml +++ b/computation/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-computation diff --git a/config-classic/pom.xml b/config-classic/pom.xml index c5168cbb656..5465f5d7648 100644 --- a/config-classic/pom.xml +++ b/config-classic/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-config-classic diff --git a/config-test/pom.xml b/config-test/pom.xml index 116a9a011a0..98feaf8e973 100644 --- a/config-test/pom.xml +++ b/config-test/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-config-test diff --git a/contingency/contingency-api/pom.xml b/contingency/contingency-api/pom.xml index 93c7a2736b8..08b6e5dc8ee 100644 --- a/contingency/contingency-api/pom.xml +++ b/contingency/contingency-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-contingency - 4.0.0-RC2 + 4.0.0 powsybl-contingency-api diff --git a/contingency/contingency-dsl/pom.xml b/contingency/contingency-dsl/pom.xml index 9fc15413353..8db1ebb4399 100644 --- a/contingency/contingency-dsl/pom.xml +++ b/contingency/contingency-dsl/pom.xml @@ -14,7 +14,7 @@ com.powsybl powsybl-contingency - 4.0.0-RC2 + 4.0.0 powsybl-contingency-dsl diff --git a/contingency/pom.xml b/contingency/pom.xml index 63dd966e822..8e7770a1954 100644 --- a/contingency/pom.xml +++ b/contingency/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/distribution-core/pom.xml b/distribution-core/pom.xml index a609ae62dbd..0d24a1315e0 100644 --- a/distribution-core/pom.xml +++ b/distribution-core/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/dsl/pom.xml b/dsl/pom.xml index 2d3e27c3c23..554976b5680 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -13,7 +13,7 @@ powsybl-core com.powsybl - 4.0.0-RC2 + 4.0.0 4.0.0 diff --git a/dynamic-simulation/dynamic-simulation-api/pom.xml b/dynamic-simulation/dynamic-simulation-api/pom.xml index 15733b3f19f..1c4025fa3e4 100644 --- a/dynamic-simulation/dynamic-simulation-api/pom.xml +++ b/dynamic-simulation/dynamic-simulation-api/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-dynamic-simulation - 4.0.0-RC2 + 4.0.0 powsybl-dynamic-simulation-api diff --git a/dynamic-simulation/dynamic-simulation-dsl/pom.xml b/dynamic-simulation/dynamic-simulation-dsl/pom.xml index 949a4f826f3..462b91dc283 100644 --- a/dynamic-simulation/dynamic-simulation-dsl/pom.xml +++ b/dynamic-simulation/dynamic-simulation-dsl/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-dynamic-simulation - 4.0.0-RC2 + 4.0.0 powsybl-dynamic-simulation-dsl diff --git a/dynamic-simulation/dynamic-simulation-tool/pom.xml b/dynamic-simulation/dynamic-simulation-tool/pom.xml index e57d2d75eb6..a81e4d017f3 100644 --- a/dynamic-simulation/dynamic-simulation-tool/pom.xml +++ b/dynamic-simulation/dynamic-simulation-tool/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-dynamic-simulation - 4.0.0-RC2 + 4.0.0 powsybl-dynamic-simulation-tool diff --git a/dynamic-simulation/pom.xml b/dynamic-simulation/pom.xml index 614e766e467..7867b666222 100644 --- a/dynamic-simulation/pom.xml +++ b/dynamic-simulation/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/entsoe-util/pom.xml b/entsoe-util/pom.xml index b86f99085d5..d86e470686f 100644 --- a/entsoe-util/pom.xml +++ b/entsoe-util/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-entsoe-util diff --git a/ieee-cdf/ieee-cdf-converter/pom.xml b/ieee-cdf/ieee-cdf-converter/pom.xml index 21a407ba1f8..89f746f591b 100644 --- a/ieee-cdf/ieee-cdf-converter/pom.xml +++ b/ieee-cdf/ieee-cdf-converter/pom.xml @@ -13,7 +13,7 @@ powsybl-ieee-cdf com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-ieee-cdf-converter diff --git a/ieee-cdf/ieee-cdf-model/pom.xml b/ieee-cdf/ieee-cdf-model/pom.xml index ca9bc16e0ea..e5f00ee8f41 100644 --- a/ieee-cdf/ieee-cdf-model/pom.xml +++ b/ieee-cdf/ieee-cdf-model/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-ieee-cdf - 4.0.0-RC2 + 4.0.0 powsybl-ieee-cdf-model diff --git a/ieee-cdf/pom.xml b/ieee-cdf/pom.xml index d7dada5559e..8295b14c39c 100644 --- a/ieee-cdf/pom.xml +++ b/ieee-cdf/pom.xml @@ -13,7 +13,7 @@ powsybl-core com.powsybl - 4.0.0-RC2 + 4.0.0 pom diff --git a/iidm/iidm-api/pom.xml b/iidm/iidm-api/pom.xml index ee92ad72090..929272a6021 100644 --- a/iidm/iidm-api/pom.xml +++ b/iidm/iidm-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-iidm - 4.0.0-RC2 + 4.0.0 powsybl-iidm-api diff --git a/iidm/iidm-comparator/pom.xml b/iidm/iidm-comparator/pom.xml index 583989360ce..b9405a378d7 100644 --- a/iidm/iidm-comparator/pom.xml +++ b/iidm/iidm-comparator/pom.xml @@ -15,7 +15,7 @@ powsybl-iidm com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-iidm-comparator diff --git a/iidm/iidm-converter-api/pom.xml b/iidm/iidm-converter-api/pom.xml index b54141da5ce..d11961a8fff 100644 --- a/iidm/iidm-converter-api/pom.xml +++ b/iidm/iidm-converter-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-iidm - 4.0.0-RC2 + 4.0.0 powsybl-iidm-converter-api diff --git a/iidm/iidm-extensions/pom.xml b/iidm/iidm-extensions/pom.xml index ece33a6af42..dffe9e6bfd4 100644 --- a/iidm/iidm-extensions/pom.xml +++ b/iidm/iidm-extensions/pom.xml @@ -15,7 +15,7 @@ powsybl-iidm com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-iidm-extensions diff --git a/iidm/iidm-impl/pom.xml b/iidm/iidm-impl/pom.xml index 5f25191f781..ef4d780207e 100644 --- a/iidm/iidm-impl/pom.xml +++ b/iidm/iidm-impl/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-iidm - 4.0.0-RC2 + 4.0.0 powsybl-iidm-impl diff --git a/iidm/iidm-mergingview/pom.xml b/iidm/iidm-mergingview/pom.xml index 0068762aa19..d3986f0c0c5 100644 --- a/iidm/iidm-mergingview/pom.xml +++ b/iidm/iidm-mergingview/pom.xml @@ -15,7 +15,7 @@ powsybl-iidm com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-iidm-mergingview diff --git a/iidm/iidm-reducer/pom.xml b/iidm/iidm-reducer/pom.xml index aa6409f4731..9a3ebbee260 100644 --- a/iidm/iidm-reducer/pom.xml +++ b/iidm/iidm-reducer/pom.xml @@ -15,7 +15,7 @@ powsybl-iidm com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-iidm-reducer diff --git a/iidm/iidm-scripting/pom.xml b/iidm/iidm-scripting/pom.xml index 633f05fe922..4764d7175ad 100644 --- a/iidm/iidm-scripting/pom.xml +++ b/iidm/iidm-scripting/pom.xml @@ -15,7 +15,7 @@ powsybl-iidm com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-iidm-scripting diff --git a/iidm/iidm-tck/pom.xml b/iidm/iidm-tck/pom.xml index ec4ca53472a..32d514533ba 100644 --- a/iidm/iidm-tck/pom.xml +++ b/iidm/iidm-tck/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-iidm - 4.0.0-RC2 + 4.0.0 powsybl-iidm-tck diff --git a/iidm/iidm-test/pom.xml b/iidm/iidm-test/pom.xml index 7df049b94e6..220528d34c2 100644 --- a/iidm/iidm-test/pom.xml +++ b/iidm/iidm-test/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-iidm - 4.0.0-RC2 + 4.0.0 powsybl-iidm-test diff --git a/iidm/iidm-xml-converter/pom.xml b/iidm/iidm-xml-converter/pom.xml index e776ed96116..bdf577b9dc3 100644 --- a/iidm/iidm-xml-converter/pom.xml +++ b/iidm/iidm-xml-converter/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-iidm - 4.0.0-RC2 + 4.0.0 powsybl-iidm-xml-converter diff --git a/iidm/pom.xml b/iidm/pom.xml index 12af1424293..630b5147d12 100644 --- a/iidm/pom.xml +++ b/iidm/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/itools-packager/pom.xml b/itools-packager/pom.xml index 110d9ba4cb9..f5dc440e145 100644 --- a/itools-packager/pom.xml +++ b/itools-packager/pom.xml @@ -14,7 +14,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-itools-packager-maven-plugin diff --git a/loadflow/loadflow-api/pom.xml b/loadflow/loadflow-api/pom.xml index 96c26fb7706..403589647f4 100644 --- a/loadflow/loadflow-api/pom.xml +++ b/loadflow/loadflow-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-loadflow - 4.0.0-RC2 + 4.0.0 powsybl-loadflow-api diff --git a/loadflow/loadflow-results-completion/pom.xml b/loadflow/loadflow-results-completion/pom.xml index cb0f00994b3..83a76d177b7 100644 --- a/loadflow/loadflow-results-completion/pom.xml +++ b/loadflow/loadflow-results-completion/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-loadflow - 4.0.0-RC2 + 4.0.0 powsybl-loadflow-results-completion diff --git a/loadflow/loadflow-scripting/pom.xml b/loadflow/loadflow-scripting/pom.xml index 5a30fe278ec..6daa8d3a527 100644 --- a/loadflow/loadflow-scripting/pom.xml +++ b/loadflow/loadflow-scripting/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-loadflow - 4.0.0-RC2 + 4.0.0 powsybl-loadflow-scripting diff --git a/loadflow/loadflow-validation/pom.xml b/loadflow/loadflow-validation/pom.xml index 76d7f61bea4..3cccd8a2771 100644 --- a/loadflow/loadflow-validation/pom.xml +++ b/loadflow/loadflow-validation/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-loadflow - 4.0.0-RC2 + 4.0.0 powsybl-loadflow-validation diff --git a/loadflow/pom.xml b/loadflow/pom.xml index a7a4a6428d3..6e5eec21acc 100644 --- a/loadflow/pom.xml +++ b/loadflow/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/math/pom.xml b/math/pom.xml index b5c72768e70..4bf87ba7b23 100644 --- a/math/pom.xml +++ b/math/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-math diff --git a/matpower/matpower-converter/pom.xml b/matpower/matpower-converter/pom.xml index d494ded9749..40c5c62f06a 100644 --- a/matpower/matpower-converter/pom.xml +++ b/matpower/matpower-converter/pom.xml @@ -13,7 +13,7 @@ powsybl-matpower com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-matpower-converter diff --git a/matpower/matpower-model/pom.xml b/matpower/matpower-model/pom.xml index 2da714e5d1e..52a80475774 100644 --- a/matpower/matpower-model/pom.xml +++ b/matpower/matpower-model/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-matpower - 4.0.0-RC2 + 4.0.0 powsybl-matpower-model diff --git a/matpower/pom.xml b/matpower/pom.xml index fd94ab504c0..7c63b58a949 100644 --- a/matpower/pom.xml +++ b/matpower/pom.xml @@ -13,7 +13,7 @@ powsybl-core com.powsybl - 4.0.0-RC2 + 4.0.0 pom diff --git a/pom.xml b/pom.xml index db4e70455dd..a9e3766ee97 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ powsybl-core - 4.0.0-RC2 + 4.0.0 pom powsybl diff --git a/psse/pom.xml b/psse/pom.xml index 0e716b8b1dd..e8d849d6715 100644 --- a/psse/pom.xml +++ b/psse/pom.xml @@ -13,7 +13,7 @@ powsybl-core com.powsybl - 4.0.0-RC2 + 4.0.0 pom diff --git a/psse/psse-converter/pom.xml b/psse/psse-converter/pom.xml index f79de13d4d0..f885a948b28 100644 --- a/psse/psse-converter/pom.xml +++ b/psse/psse-converter/pom.xml @@ -11,7 +11,7 @@ powsybl-psse com.powsybl - 4.0.0-RC2 + 4.0.0 4.0.0 diff --git a/psse/psse-model/pom.xml b/psse/psse-model/pom.xml index 0b338529c99..bdf57e72d30 100644 --- a/psse/psse-model/pom.xml +++ b/psse/psse-model/pom.xml @@ -13,7 +13,7 @@ powsybl-psse com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-psse-model diff --git a/scripting/pom.xml b/scripting/pom.xml index a57e7e35d1a..24e170725bf 100644 --- a/scripting/pom.xml +++ b/scripting/pom.xml @@ -15,7 +15,7 @@ powsybl-core com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-scripting diff --git a/security-analysis-api/pom.xml b/security-analysis-api/pom.xml index 5b0d8b8b335..f861e612d59 100644 --- a/security-analysis-api/pom.xml +++ b/security-analysis-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-security-analysis-api diff --git a/sensitivity-analysis-api/pom.xml b/sensitivity-analysis-api/pom.xml index c97e6f77fd5..8bb5f4673e7 100644 --- a/sensitivity-analysis-api/pom.xml +++ b/sensitivity-analysis-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-sensitivity-analysis-api diff --git a/simulation-api/pom.xml b/simulation-api/pom.xml index 1b62f3eb87c..00f78475bd9 100644 --- a/simulation-api/pom.xml +++ b/simulation-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 powsybl-simulation-api diff --git a/time-series/pom.xml b/time-series/pom.xml index 878072a8eb2..2cb0c8f2644 100644 --- a/time-series/pom.xml +++ b/time-series/pom.xml @@ -15,7 +15,7 @@ powsybl-core com.powsybl - 4.0.0-RC2 + 4.0.0 pom diff --git a/time-series/time-series-api/pom.xml b/time-series/time-series-api/pom.xml index 7b2991ab9c8..e7cfd7af512 100644 --- a/time-series/time-series-api/pom.xml +++ b/time-series/time-series-api/pom.xml @@ -15,7 +15,7 @@ powsybl-time-series com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-time-series-api diff --git a/tools/pom.xml b/tools/pom.xml index 5577062cdec..545f30df4cf 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -15,7 +15,7 @@ powsybl-core com.powsybl - 4.0.0-RC2 + 4.0.0 powsybl-tools diff --git a/triple-store/pom.xml b/triple-store/pom.xml index 3cd5718c883..85c48575404 100644 --- a/triple-store/pom.xml +++ b/triple-store/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/triple-store/triple-store-api/pom.xml b/triple-store/triple-store-api/pom.xml index 81f35334310..1913ed462bc 100644 --- a/triple-store/triple-store-api/pom.xml +++ b/triple-store/triple-store-api/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-triple-store - 4.0.0-RC2 + 4.0.0 powsybl-triple-store-api diff --git a/triple-store/triple-store-impl-blazegraph/pom.xml b/triple-store/triple-store-impl-blazegraph/pom.xml index 285fe4ff848..178b159cb99 100644 --- a/triple-store/triple-store-impl-blazegraph/pom.xml +++ b/triple-store/triple-store-impl-blazegraph/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-triple-store - 4.0.0-RC2 + 4.0.0 powsybl-triple-store-impl-blazegraph diff --git a/triple-store/triple-store-impl-jena/pom.xml b/triple-store/triple-store-impl-jena/pom.xml index be2155e8ab6..fb214ac1b43 100644 --- a/triple-store/triple-store-impl-jena/pom.xml +++ b/triple-store/triple-store-impl-jena/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-triple-store - 4.0.0-RC2 + 4.0.0 powsybl-triple-store-impl-jena diff --git a/triple-store/triple-store-impl-rdf4j/pom.xml b/triple-store/triple-store-impl-rdf4j/pom.xml index 0890519d581..123f6e998b9 100644 --- a/triple-store/triple-store-impl-rdf4j/pom.xml +++ b/triple-store/triple-store-impl-rdf4j/pom.xml @@ -11,7 +11,7 @@ com.powsybl powsybl-triple-store - 4.0.0-RC2 + 4.0.0 powsybl-triple-store-impl-rdf4j diff --git a/triple-store/triple-store-test/pom.xml b/triple-store/triple-store-test/pom.xml index f8bf014b742..530d19c64d1 100644 --- a/triple-store/triple-store-test/pom.xml +++ b/triple-store/triple-store-test/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-triple-store - 4.0.0-RC2 + 4.0.0 powsybl-triple-store-test diff --git a/ucte/pom.xml b/ucte/pom.xml index e3e64dabcc9..4a1f95cbbed 100644 --- a/ucte/pom.xml +++ b/ucte/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-core - 4.0.0-RC2 + 4.0.0 pom diff --git a/ucte/ucte-converter/pom.xml b/ucte/ucte-converter/pom.xml index c2f6bec5aab..13d7776a9fa 100644 --- a/ucte/ucte-converter/pom.xml +++ b/ucte/ucte-converter/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-ucte - 4.0.0-RC2 + 4.0.0 powsybl-ucte-converter diff --git a/ucte/ucte-network/pom.xml b/ucte/ucte-network/pom.xml index ffd9c92620e..8eec563ff4e 100644 --- a/ucte/ucte-network/pom.xml +++ b/ucte/ucte-network/pom.xml @@ -15,7 +15,7 @@ com.powsybl powsybl-ucte - 4.0.0-RC2 + 4.0.0 powsybl-ucte-network diff --git a/ucte/ucte-util/pom.xml b/ucte/ucte-util/pom.xml index 2a639dbfd38..91395c48528 100644 --- a/ucte/ucte-util/pom.xml +++ b/ucte/ucte-util/pom.xml @@ -7,7 +7,7 @@ com.powsybl powsybl-ucte - 4.0.0-RC2 + 4.0.0 powsybl-ucte-util