We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84a4c1 commit 870d95eCopy full SHA for 870d95e
3 files changed
generator-web/pom.xml
@@ -7,12 +7,12 @@
7
<parent>
8
<groupId>com.softdev.system</groupId>
9
<artifactId>SpringBootCodeGenerator</artifactId>
10
- <version>0.0.1-SNAPSHOT</version>
+ <version>2.0</version>
11
</parent>
12
13
14
<artifactId>generator-web</artifactId>
15
16
<packaging>jar</packaging>
17
18
<properties>
generator-web/src/main/resources/static/version.json
@@ -0,0 +1 @@
1
+{"version": "20191128"}
pom.xml
@@ -5,7 +5,7 @@
5
6
<packaging>pom</packaging>
0 commit comments