Skip to content

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l-gu committed Aug 25, 2023
1 parent 9fe10db commit ea9e542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.telosys</groupId>
<artifactId>telosys-cli</artifactId>
<version>4.0.1-001</version> <!-- also update version in JAVA file "Version.java" -->
<version>4.1.0-001</version> <!-- "Version.java" is now based on "telosys-cli-build.properties" updated by each build -->
<packaging>jar</packaging>

<name>telosys-cli</name>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.telosys</groupId>
<artifactId>telosys-tools-all</artifactId> <!-- TELOSYS-ALL : the "UBER JAR" with everything -->
<version>4.0.1</version>
<version>4.1.0</version>
</dependency>

<!-- FOR TESTS -->
Expand Down

0 comments on commit ea9e542

Please sign in to comment.