From 189873e814be97ccc514db29919f114446631d48 Mon Sep 17 00:00:00 2001 From: TheMaskedTurtle <TheMaskedTurtle@users.noreply.github.com> Date: Tue, 17 May 2022 07:58:09 +0000 Subject: [PATCH] Prepare release 1.4.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 eb2bddfa..a053e5db 100644 --- a/cse-cc-export-runner-app/pom.xml +++ b/cse-cc-export-runner-app/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>gridcapa-cse</artifactId> <groupId>com.farao-community.farao</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cse-cc-import-runner-app/pom.xml b/cse-cc-import-runner-app/pom.xml index 8c91eb67..5d3a46d6 100644 --- a/cse-cc-import-runner-app/pom.xml +++ b/cse-cc-import-runner-app/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>gridcapa-cse</artifactId> <groupId>com.farao-community.farao</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cse-lib/computation/pom.xml b/cse-lib/computation/pom.xml index 3618b4f9..b632a542 100644 --- a/cse-lib/computation/pom.xml +++ b/cse-lib/computation/pom.xml @@ -14,12 +14,12 @@ <parent> <artifactId>gridcapa-cse-lib</artifactId> <groupId>com.farao-community.farao</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>gridcapa-cse-computation</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> <packaging>jar</packaging> <name>Common CSE computation utilities</name> <description>Module that manages common computation for CSE processes</description> diff --git a/cse-lib/data/pom.xml b/cse-lib/data/pom.xml index 72f70e38..f882c5c9 100644 --- a/cse-lib/data/pom.xml +++ b/cse-lib/data/pom.xml @@ -7,11 +7,11 @@ <parent> <artifactId>gridcapa-cse-lib</artifactId> <groupId>com.farao-community.farao</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <artifactId>gridcapa-cse-data</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> <packaging>jar</packaging> <name>Common CSE data management</name> <description>Module that manages specific data format for CSE processes</description> diff --git a/cse-lib/network-processing/pom.xml b/cse-lib/network-processing/pom.xml index 5ccddb02..78101e2b 100644 --- a/cse-lib/network-processing/pom.xml +++ b/cse-lib/network-processing/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>gridcapa-cse-lib</artifactId> <groupId>com.farao-community.farao</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <artifactId>gridcapa-cse-network-processing</artifactId> diff --git a/cse-lib/pom.xml b/cse-lib/pom.xml index 7ba54e6a..1b205d96 100644 --- a/cse-lib/pom.xml +++ b/cse-lib/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>gridcapa-cse</artifactId> <groupId>com.farao-community.farao</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cse-runner-api/pom.xml b/cse-runner-api/pom.xml index c121c1ca..2797a02a 100644 --- a/cse-runner-api/pom.xml +++ b/cse-runner-api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>com.farao-community.farao</groupId> <artifactId>gridcapa-cse</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <artifactId>gridcapa-cse-runner-api</artifactId> diff --git a/cse-runner-spring-boot-starter/pom.xml b/cse-runner-spring-boot-starter/pom.xml index 2b03d3c4..219b866d 100644 --- a/cse-runner-spring-boot-starter/pom.xml +++ b/cse-runner-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>gridcapa-cse</artifactId> <groupId>com.farao-community.farao</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 789a095b..e3d4678f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ </parent> <artifactId>gridcapa-cse</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> <packaging>pom</packaging> <name>GridCapa CSE</name>