Skip to content

Commit 870d95e

Browse files
committed
version
1 parent a84a4c1 commit 870d95e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

generator-web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>com.softdev.system</groupId>
99
<artifactId>SpringBootCodeGenerator</artifactId>
10-
<version>0.0.1-SNAPSHOT</version>
10+
<version>2.0</version>
1111
</parent>
1212

1313
<groupId>com.softdev.system</groupId>
1414
<artifactId>generator-web</artifactId>
15-
<version>0.0.1-SNAPSHOT</version>
15+
<version>2.0</version>
1616
<packaging>jar</packaging>
1717

1818
<properties>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version": "20191128"}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.softdev.system</groupId>
77
<artifactId>SpringBootCodeGenerator</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>2.0</version>
99
<packaging>pom</packaging>
1010

1111
<parent>

0 commit comments

Comments
 (0)