We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a6e19 commit bea95c0Copy full SHA for bea95c0
pom.xml
@@ -12,7 +12,7 @@
12
13
<name>telosys-tools-generic-model</name>
14
<artifactId>telosys-tools-generic-model</artifactId>
15
- <version>4.0.0</version> <!-- also update version in GenericModelVersion.java -->
+ <version>4.1.0</version> <!-- also update version in GenericModelVersion.java -->
16
<packaging>jar</packaging>
17
18
<dependencies>
src/main/java/org/telosys/tools/generic/model/GenericModelVersion.java
@@ -23,7 +23,7 @@
23
*/
24
public class GenericModelVersion {
25
26
- public static final String VERSION = "4.0.0" ;
+ public static final String VERSION = "4.1.0" ;
27
28
private GenericModelVersion() {
29
}
0 commit comments