Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
telosys
telosys-tools-generator
Commits
6f3470ac
Commit
6f3470ac
authored
Apr 19, 2022
by
l-gu
Browse files
Version 4.0.0
parent
a250c04a
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
6f3470ac
...
...
@@ -7,13 +7,13 @@
<parent>
<groupId>
org.telosys
</groupId>
<artifactId>
telosys-tools-parent
</artifactId>
<version>
3
.x.x
</version>
<!-- parent version is always "3.x.x" -->
<version>
4
.x.x
</version>
<relativePath>
../telosys-tools-parent/pom.xml
</relativePath>
</parent>
<name>
telosys-tools-generator
</name>
<artifactId>
telosys-tools-generator
</artifactId>
<version>
3.
4.0
-SNAPSHOT
</version>
<!-- also update version in GeneratorVersion.java -->
<version>
4.0
.0
</version>
<!-- also update version in GeneratorVersion.java -->
<packaging>
jar
</packaging>
<dependencies>
...
...
@@ -36,13 +36,6 @@
</dependency>
<!-- DEPENDENCIES / TESTS -->
<!--
<dependency>
<groupId>org.telosys</groupId>
<artifactId>telosys-tools-repository</artifactId>
<scope>test</scope>
</dependency>
-->
</dependencies>
...
...
src/main/java/org/telosys/tools/generator/GeneratorVersion.java
View file @
6f3470ac
...
...
@@ -23,7 +23,7 @@ package org.telosys.tools.generator;
*/
public
class
GeneratorVersion
{
public
static
final
String
GENERATOR_VERSION
=
"
3.4
.0"
;
public
static
final
String
GENERATOR_VERSION
=
"
4.0
.0"
;
private
GeneratorVersion
()
{}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment