File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >mock-parent</artifactId >
7
7
<groupId >com.luckypeng.mock</groupId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >1.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >mock-parent</artifactId >
7
7
<groupId >com.luckypeng.mock</groupId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >1.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
24
24
<dependency >
25
25
<groupId >com.luckypeng.mock</groupId >
26
26
<artifactId >mock-java</artifactId >
27
- <version >1.0-SNAPSHOT </version >
27
+ <version >1.0</version >
28
28
</dependency >
29
29
30
30
<!-- junit -->
Original file line number Diff line number Diff line change 7
7
<groupId >com.luckypeng.mock</groupId >
8
8
<artifactId >mock-parent</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.0-SNAPSHOT </version >
10
+ <version >1.0</version >
11
11
12
12
<name >mock-java</name >
13
13
<description >A Java version tool of Mock.js</description >
39
39
</modules >
40
40
41
41
<properties >
42
+ <project .version>1.0</project .version>
42
43
<java .version>1.8</java .version>
43
44
<flink .version>1.7.2</flink .version>
44
45
<scala .binary.version>2.11</scala .binary.version>
You can’t perform that action at this time.
0 commit comments