Skip to content

Commit ed7b64d

Browse files
committed
updated artifact info and jar
1 parent b53dbf8 commit ed7b64d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conf.out.xml

Whitespace-only changes.

lessrpc_nameserver-0.2.0.jar

55.2 KB
Binary file not shown.

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<artifactId>lessrpc-nameserver</artifactId>
4+
<artifactId>lessrpc_nameserver</artifactId>
55
<packaging>jar</packaging>
66

77
<parent>
88
<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>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

@@ -39,13 +39,13 @@
3939
<dependencies>
4040
<dependency>
4141
<groupId>org.lessrpc</groupId>
42-
<artifactId>lessrpc-common</artifactId>
42+
<artifactId>lessrpc_common</artifactId>
4343
<version>0.1.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.lessrpc</groupId>
48-
<artifactId>lessrpc-stub4j</artifactId>
48+
<artifactId>lessrpc_stub4j</artifactId>
4949
<version>0.1.0</version>
5050
<scope>compile</scope>
5151
</dependency>

0 commit comments

Comments
 (0)