File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >webs</artifactId >
6
6
<name >webs</name >
7
7
<packaging >pom</packaging >
8
- <version >0.0.1-SNAPSHOT </version >
8
+ <version >0.0.1</version >
9
9
<url >https://github.com/wenbo2018/WebS</url >
10
10
<properties >
11
11
<maven .compiler.source>1.7</maven .compiler.source>
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.wenbo2018</groupId >
6
6
<artifactId >webs</artifactId >
7
- <version >0.0.1-SNAPSHOT </version >
7
+ <version >0.0.1</version >
8
8
</parent >
9
9
<artifactId >webs-core</artifactId >
10
10
<name >webs-core</name >
11
- <version >0.0.1-SNAPSHOT </version >
11
+ <version >0.0.1</version >
12
12
<packaging >jar</packaging >
13
13
<url >https://github.com/wenbo2018/WebS</url >
14
14
<properties >
111
111
</distributionManagement >
112
112
</profile >
113
113
</profiles >
114
-
115
-
116
114
</project >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.wenbo2018</groupId >
6
6
<artifactId >webs</artifactId >
7
- <version >0.0.1-SNAPSHOT </version >
7
+ <version >0.0.1</version >
8
8
</parent >
9
9
<artifactId >webs-demo</artifactId >
10
10
<name >webs-demo</name >
11
- <version >0.0.1-SNAPSHOT </version >
11
+ <version >0.0.1</version >
12
12
<packaging >war</packaging >
13
13
<url >http://maven.apache.org</url >
14
14
<properties >
20
20
<dependency >
21
21
<groupId >com.github.wenbo2018</groupId >
22
22
<artifactId >webs-core</artifactId >
23
- <version >0.0.1-SNAPSHOT </version >
23
+ <version >0.0.1</version >
24
24
</dependency >
25
25
26
26
</dependencies >
You can’t perform that action at this time.
0 commit comments