Skip to content

Commit

Permalink
[actions] prepare release riseclipse-validator-cgmes-3-0-0-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 31, 2024
1 parent fef4a40 commit 45bdd84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

<groupId>io.github.riseclipse</groupId>
<artifactId>fr.centralesupelec.edf.riseclipse.cim.cgmes-v3-0-0.validator.ui</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.github.riseclipse</groupId>
<artifactId>riseclipse-validator-cgmes-3-0-0</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<properties>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>io.github.riseclipse</groupId>
<artifactId>fr.centralesupelec.edf.riseclipse.cim.cgmes-v3-0-0.validator</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

<groupId>io.github.riseclipse</groupId>
<artifactId>fr.centralesupelec.edf.riseclipse.cim.cgmes-v3-0-0.validator</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.github.riseclipse</groupId>
<artifactId>riseclipse-validator-cgmes-3-0-0</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

public class RiseClipseValidatorCGMES {

private static final String TOOL_VERSION = "1.0.3-SNAPSHOT 31 May 2024)";
private static final String TOOL_VERSION = "1.0.3 (31 May 2024)";

private static final String HELP_OPTION = "help";
private static final String HELP_ENVIRONMENT_OPTION = "help-environment";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>io.github.riseclipse</groupId>
<artifactId>riseclipse-validator-cgmes-3-0-0</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 45bdd84

Please sign in to comment.