Skip to content

Commit 3ba9252

Browse files
committed
Bump to v7.2.0-SNAPSHOT
Signed-off-by: CHEN Roxane <roxane.chen@rte-france.com>
1 parent d701115 commit 3ba9252

46 files changed

Lines changed: 53 additions & 53 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>7.1.0</version>
10+
<version>7.2.0-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>open-rao-commons</artifactId>
1313
<packaging>jar</packaging>

data/crac/crac-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</artifactId>
77
<groupId>com.powsybl</groupId>
8-
<version>7.1.0</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data/crac/crac-impl/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</artifactId>
77
<groupId>com.powsybl</groupId>
8-
<version>7.1.0</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data/crac/crac-io/crac-io-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-io</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>7.1.0</version>
15+
<version>7.2.0-SNAPSHOT</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac/crac-io/crac-io-commons/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>7.1.0</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data/crac/crac-io/crac-io-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-io</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>7.1.0</version>
15+
<version>7.2.0-SNAPSHOT</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac/crac-io/crac-io-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-io</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>7.1.0</version>
15+
<version>7.2.0-SNAPSHOT</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac/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>7.1.0</version>
8+
<version>7.2.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data/crac/crac-io/crac-io-nc/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-io</artifactId>
1414
<groupId>com.powsybl</groupId>
15-
<version>7.1.0</version>
15+
<version>7.2.0-SNAPSHOT</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

data/crac/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-crac</artifactId>
10-
<version>7.1.0</version>
10+
<version>7.2.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>open-rao-crac-io</artifactId>
14-
<version>7.1.0</version>
14+
<version>7.2.0-SNAPSHOT</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)