File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <artifactId >lessrpc-nameserver </artifactId >
4
+ <artifactId >lessrpc_nameserver </artifactId >
5
5
<packaging >jar</packaging >
6
6
7
7
<parent >
8
8
<groupId >org.lessrpc</groupId >
9
- <artifactId >lessrpc-parent </artifactId >
10
- <version >0.1 .0</version >
9
+ <artifactId >lessrpc_parent </artifactId >
10
+ <version >0.2 .0</version >
11
11
<relativePath >../</relativePath >
12
12
</parent >
13
13
39
39
<dependencies >
40
40
<dependency >
41
41
<groupId >org.lessrpc</groupId >
42
- <artifactId >lessrpc-common </artifactId >
42
+ <artifactId >lessrpc_common </artifactId >
43
43
<version >0.1.0</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.lessrpc</groupId >
48
- <artifactId >lessrpc-stub4j </artifactId >
48
+ <artifactId >lessrpc_stub4j </artifactId >
49
49
<version >0.1.0</version >
50
50
<scope >compile</scope >
51
51
</dependency >
You can’t perform that action at this time.
0 commit comments