From 21dd5fc56b8e81af21955235f94a8c5a2e3486b0 Mon Sep 17 00:00:00 2001 From: SCHWITZGUEBEL Marc Ext Date: Wed, 27 Mar 2024 09:58:40 +0100 Subject: [PATCH 1/3] upgrade powsybl open rao and open loadflow --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5181c2bf..cce5a6f8 100644 --- a/pom.xml +++ b/pom.xml @@ -50,9 +50,9 @@ 3.0.0 - 1.26.0 - 4.14.2 - 1.18.1 + 1.27.0 + 4.15.0 + 1.21.0 1.21.0 1.1.0 From 5cb15f2f66f5a620d059b48b03a4b9cc87ba2215 Mon Sep 17 00:00:00 2001 From: schwitzguebel Date: Thu, 28 Mar 2024 10:28:05 +0000 Subject: [PATCH 2/3] Prepare release 1.25.0 --- cse-cc-export-runner-app/pom.xml | 2 +- cse-cc-import-runner-app/pom.xml | 2 +- cse-lib/computation/pom.xml | 4 ++-- cse-lib/data/pom.xml | 4 ++-- cse-lib/network-processing/pom.xml | 2 +- cse-lib/pom.xml | 2 +- cse-runner-api/pom.xml | 2 +- cse-runner-spring-boot-starter/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cse-cc-export-runner-app/pom.xml b/cse-cc-export-runner-app/pom.xml index 5818152c..2d2c1711 100644 --- a/cse-cc-export-runner-app/pom.xml +++ b/cse-cc-export-runner-app/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.24.1-SNAPSHOT + 1.25.0 4.0.0 diff --git a/cse-cc-import-runner-app/pom.xml b/cse-cc-import-runner-app/pom.xml index 81a8761b..4287b2c7 100644 --- a/cse-cc-import-runner-app/pom.xml +++ b/cse-cc-import-runner-app/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.24.1-SNAPSHOT + 1.25.0 4.0.0 diff --git a/cse-lib/computation/pom.xml b/cse-lib/computation/pom.xml index 30b016f5..43342cf0 100644 --- a/cse-lib/computation/pom.xml +++ b/cse-lib/computation/pom.xml @@ -14,12 +14,12 @@ gridcapa-cse-lib com.farao-community.farao - 1.24.1-SNAPSHOT + 1.25.0 4.0.0 gridcapa-cse-computation - 1.24.1-SNAPSHOT + 1.25.0 jar Common CSE computation utilities Module that manages common computation for CSE processes diff --git a/cse-lib/data/pom.xml b/cse-lib/data/pom.xml index aeeef05b..66fb4ac8 100644 --- a/cse-lib/data/pom.xml +++ b/cse-lib/data/pom.xml @@ -7,11 +7,11 @@ gridcapa-cse-lib com.farao-community.farao - 1.24.1-SNAPSHOT + 1.25.0 gridcapa-cse-data - 1.24.1-SNAPSHOT + 1.25.0 jar Common CSE data management Module that manages specific data format for CSE processes diff --git a/cse-lib/network-processing/pom.xml b/cse-lib/network-processing/pom.xml index 6d94074f..9c48ab76 100644 --- a/cse-lib/network-processing/pom.xml +++ b/cse-lib/network-processing/pom.xml @@ -7,7 +7,7 @@ gridcapa-cse-lib com.farao-community.farao - 1.24.1-SNAPSHOT + 1.25.0 gridcapa-cse-network-processing diff --git a/cse-lib/pom.xml b/cse-lib/pom.xml index 76a11325..ad55bf0b 100644 --- a/cse-lib/pom.xml +++ b/cse-lib/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.24.1-SNAPSHOT + 1.25.0 4.0.0 diff --git a/cse-runner-api/pom.xml b/cse-runner-api/pom.xml index 4b0c49a4..95e67e71 100644 --- a/cse-runner-api/pom.xml +++ b/cse-runner-api/pom.xml @@ -7,7 +7,7 @@ com.farao-community.farao gridcapa-cse - 1.24.1-SNAPSHOT + 1.25.0 gridcapa-cse-runner-api diff --git a/cse-runner-spring-boot-starter/pom.xml b/cse-runner-spring-boot-starter/pom.xml index 7a204b6c..598287ed 100644 --- a/cse-runner-spring-boot-starter/pom.xml +++ b/cse-runner-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.24.1-SNAPSHOT + 1.25.0 4.0.0 diff --git a/pom.xml b/pom.xml index cce5a6f8..84d092c9 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ gridcapa-cse - 1.24.1-SNAPSHOT + 1.25.0 pom GridCapa CSE From 8247617a9e3a0de8e64038a0dfd5cfb7253fa86f Mon Sep 17 00:00:00 2001 From: schwitzguebel Date: Thu, 28 Mar 2024 10:32:35 +0000 Subject: [PATCH 3/3] Prepare next release 1.26.0 --- cse-cc-export-runner-app/pom.xml | 2 +- cse-cc-import-runner-app/pom.xml | 2 +- cse-lib/computation/pom.xml | 4 ++-- cse-lib/data/pom.xml | 4 ++-- cse-lib/network-processing/pom.xml | 2 +- cse-lib/pom.xml | 2 +- cse-runner-api/pom.xml | 2 +- cse-runner-spring-boot-starter/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cse-cc-export-runner-app/pom.xml b/cse-cc-export-runner-app/pom.xml index 2d2c1711..f9c84393 100644 --- a/cse-cc-export-runner-app/pom.xml +++ b/cse-cc-export-runner-app/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.25.0 + 1.26.0-SNAPSHOT 4.0.0 diff --git a/cse-cc-import-runner-app/pom.xml b/cse-cc-import-runner-app/pom.xml index 4287b2c7..f0c97a59 100644 --- a/cse-cc-import-runner-app/pom.xml +++ b/cse-cc-import-runner-app/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.25.0 + 1.26.0-SNAPSHOT 4.0.0 diff --git a/cse-lib/computation/pom.xml b/cse-lib/computation/pom.xml index 43342cf0..d275db49 100644 --- a/cse-lib/computation/pom.xml +++ b/cse-lib/computation/pom.xml @@ -14,12 +14,12 @@ gridcapa-cse-lib com.farao-community.farao - 1.25.0 + 1.26.0-SNAPSHOT 4.0.0 gridcapa-cse-computation - 1.25.0 + 1.26.0-SNAPSHOT jar Common CSE computation utilities Module that manages common computation for CSE processes diff --git a/cse-lib/data/pom.xml b/cse-lib/data/pom.xml index 66fb4ac8..4686f9c4 100644 --- a/cse-lib/data/pom.xml +++ b/cse-lib/data/pom.xml @@ -7,11 +7,11 @@ gridcapa-cse-lib com.farao-community.farao - 1.25.0 + 1.26.0-SNAPSHOT gridcapa-cse-data - 1.25.0 + 1.26.0-SNAPSHOT jar Common CSE data management Module that manages specific data format for CSE processes diff --git a/cse-lib/network-processing/pom.xml b/cse-lib/network-processing/pom.xml index 9c48ab76..bd3776c6 100644 --- a/cse-lib/network-processing/pom.xml +++ b/cse-lib/network-processing/pom.xml @@ -7,7 +7,7 @@ gridcapa-cse-lib com.farao-community.farao - 1.25.0 + 1.26.0-SNAPSHOT gridcapa-cse-network-processing diff --git a/cse-lib/pom.xml b/cse-lib/pom.xml index ad55bf0b..8798d26d 100644 --- a/cse-lib/pom.xml +++ b/cse-lib/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.25.0 + 1.26.0-SNAPSHOT 4.0.0 diff --git a/cse-runner-api/pom.xml b/cse-runner-api/pom.xml index 95e67e71..7210dede 100644 --- a/cse-runner-api/pom.xml +++ b/cse-runner-api/pom.xml @@ -7,7 +7,7 @@ com.farao-community.farao gridcapa-cse - 1.25.0 + 1.26.0-SNAPSHOT gridcapa-cse-runner-api diff --git a/cse-runner-spring-boot-starter/pom.xml b/cse-runner-spring-boot-starter/pom.xml index 598287ed..5de02766 100644 --- a/cse-runner-spring-boot-starter/pom.xml +++ b/cse-runner-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ gridcapa-cse com.farao-community.farao - 1.25.0 + 1.26.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 84d092c9..3b8de88a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ gridcapa-cse - 1.25.0 + 1.26.0-SNAPSHOT pom GridCapa CSE