Skip to content

Commit 193526e

Browse files
committed
prepare release 6.0.2
Signed-off-by: Peter Mitri <peter.mitri@rte-france.com>
1 parent 9f7c8d0 commit 193526e

52 files changed

Lines changed: 58 additions & 58 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

commons/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.powsybl</groupId>
99
<artifactId>powsybl-open-rao</artifactId>
10-
<version>6.0.2-SNAPSHOT</version>
10+
<version>6.0.2</version>
1111
</parent>
1212
<artifactId>open-rao-commons</artifactId>
1313
<packaging>jar</packaging>

data/crac-creation/crac-creation-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-rao-crac-creation</artifactId>
77
<groupId>com.powsybl</groupId>
8-
<version>6.0.2-SNAPSHOT</version>
8+
<version>6.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data/crac-creation/crac-creator-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-rao-crac-creation</artifactId>
77
<groupId>com.powsybl</groupId>
8-
<version>6.0.2-SNAPSHOT</version>
8+
<version>6.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data/crac-creation/crac-creator-cim/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>open-rao-crac-creation</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>6.0.2-SNAPSHOT</version>
15+
<version>6.0.2</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac-creation/crac-creator-csa-profiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>open-rao-crac-creation</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>6.0.2-SNAPSHOT</version>
15+
<version>6.0.2</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac-creation/crac-creator-cse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>open-rao-crac-creation</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>6.0.2-SNAPSHOT</version>
15+
<version>6.0.2</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac-creation/crac-creator-fb-constraint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>open-rao-crac-creation</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>6.0.2-SNAPSHOT</version>
15+
<version>6.0.2</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac-creation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>open-rao-data</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>6.0.2-SNAPSHOT</version>
15+
<version>6.0.2</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac-io/crac-io-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>open-rao-crac-io</artifactId>
77
<groupId>com.powsybl</groupId>
8-
<version>6.0.2-SNAPSHOT</version>
8+
<version>6.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data/crac-io/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.powsybl</groupId>
99
<artifactId>open-rao-data</artifactId>
10-
<version>6.0.2-SNAPSHOT</version>
10+
<version>6.0.2</version>
1111
</parent>
1212

1313
<artifactId>open-rao-crac-io</artifactId>
14-
<version>6.0.2-SNAPSHOT</version>
14+
<version>6.0.2</version>
1515
<packaging>pom</packaging>
1616
<name>CRAC import/export related modules</name>
1717
<description>Module that gathers all the CRAC importers and exporters modules</description>

0 commit comments

Comments
 (0)