Skip to content

Commit

Permalink
release v14
Browse files Browse the repository at this point in the history
Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
  • Loading branch information
jonenst committed Sep 18, 2023
1 parent e60fa69 commit 356f6b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.powsybl</groupId>
<artifactId>powsybl</artifactId>
<version>14-SNAPSHOT</version>
<version>14</version>
<packaging>pom</packaging>

<name>Powsybl</name>
Expand Down
2 changes: 1 addition & 1 deletion powsybl-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl</artifactId>
<version>14-SNAPSHOT</version>
<version>14</version>
</parent>

<artifactId>powsybl-build-tools</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions powsybl-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl</artifactId>
<version>14-SNAPSHOT</version>
<version>14</version>
</parent>
<artifactId>powsybl-parent</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -56,7 +56,7 @@
For example, in a multi-module project having 'powsybl-parent' as parent and sub-modules having as parent "../pom.xml", ${parent.version} refere to the root project...
Remember to update this property when upgrading this artifact, particularly when updating lombok.config in powsybl-build-tools.
-->
<powsybl-build-tools.version>14-SNAPSHOT</powsybl-build-tools.version>
<powsybl-build-tools.version>14</powsybl-build-tools.version>

<!--
by default don't override the javadocs. if you want to override the javadocs,
Expand Down Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-build-tools</artifactId>
<version>14-SNAPSHOT</version>
<version>14</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion powsybl-parent/powsybl-parent-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent</artifactId>
<version>14-SNAPSHOT</version>
<version>14</version>
</parent>
<artifactId>powsybl-parent-ws</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 356f6b8

Please sign in to comment.