Skip to content

Commit 04ea599

Browse files
vbochetRTEgithub-actions[bot]
authored andcommitted
Prepare release 1.46.1
1 parent 3367b1d commit 04ea599

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

cse-cc-export-runner-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gridcapa-cse</artifactId>
77
<groupId>com.farao-community.farao</groupId>
8-
<version>1.47.0-SNAPSHOT</version>
8+
<version>1.46.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

cse-cc-import-runner-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gridcapa-cse</artifactId>
77
<groupId>com.farao-community.farao</groupId>
8-
<version>1.47.0-SNAPSHOT</version>
8+
<version>1.46.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

cse-lib/computation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<parent>
1515
<artifactId>gridcapa-cse-lib</artifactId>
1616
<groupId>com.farao-community.farao</groupId>
17-
<version>1.47.0-SNAPSHOT</version>
17+
<version>1.46.1</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<artifactId>gridcapa-cse-computation</artifactId>
22-
<version>1.47.0-SNAPSHOT</version>
22+
<version>1.46.1</version>
2323
<packaging>jar</packaging>
2424
<name>Common CSE computation utilities</name>
2525
<description>Module that manages common computation for CSE processes</description>

cse-lib/data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>gridcapa-cse-lib</artifactId>
99
<groupId>com.farao-community.farao</groupId>
10-
<version>1.47.0-SNAPSHOT</version>
10+
<version>1.46.1</version>
1111
</parent>
1212

1313
<artifactId>gridcapa-cse-data</artifactId>
14-
<version>1.47.0-SNAPSHOT</version>
14+
<version>1.46.1</version>
1515
<packaging>jar</packaging>
1616
<name>Common CSE data management</name>
1717
<description>Module that manages specific data format for CSE processes</description>

cse-lib/network-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>gridcapa-cse-lib</artifactId>
99
<groupId>com.farao-community.farao</groupId>
10-
<version>1.47.0-SNAPSHOT</version>
10+
<version>1.46.1</version>
1111
</parent>
1212

1313
<artifactId>gridcapa-cse-network-processing</artifactId>

cse-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gridcapa-cse</artifactId>
77
<groupId>com.farao-community.farao</groupId>
8-
<version>1.47.0-SNAPSHOT</version>
8+
<version>1.46.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

cse-runner-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.farao-community.farao</groupId>
99
<artifactId>gridcapa-cse</artifactId>
10-
<version>1.47.0-SNAPSHOT</version>
10+
<version>1.46.1</version>
1111
</parent>
1212

1313
<artifactId>gridcapa-cse-runner-api</artifactId>

cse-runner-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gridcapa-cse</artifactId>
77
<groupId>com.farao-community.farao</groupId>
8-
<version>1.47.0-SNAPSHOT</version>
8+
<version>1.46.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>gridcapa-cse</artifactId>
14-
<version>1.47.0-SNAPSHOT</version>
14+
<version>1.46.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>GridCapa CSE</name>

0 commit comments

Comments
 (0)