Skip to content

Commit eb833c1

Browse files
authored
Merge pull request #3 from muzhongyu/main
[update]1、readme.md完善
2 parents c1e1cee + bad12f4 commit eb833c1

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
```xml
2222
<dependency>
23-
<groupId>com.getui</groupId>
24-
<artifactId>rasv2-java-sdk</artifactId>
23+
<groupId>com.getui.push</groupId>
24+
<artifactId>restful-sdk</artifactId>
2525
<version>1.0.0.0</version>
2626
</dependency>
2727
```

pom.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.getui</groupId>
8-
<artifactId>rasv2-java-sdk</artifactId>
7+
<groupId>com.getui.push</groupId>
8+
<artifactId>restful-sdk</artifactId>
99
<packaging>jar</packaging>
1010
<version>1.0.0.0</version>
1111
<url>https://github.com/GetuiLaboratory/getui-pushapi-java-client-v2</url>
@@ -20,6 +20,21 @@
2020
</license>
2121
</licenses>
2222

23+
<developers>
24+
<developer>
25+
<name>getui</name>
26+
<email>[email protected]</email>
27+
<organization>getui</organization>
28+
<organizationUrl>https://www.getui.com/</organizationUrl>
29+
</developer>
30+
</developers>
31+
32+
<scm>
33+
<connection>scm:git:https://github.com/GetuiLaboratory/getui-pushapi-java-client-v2.git</connection>
34+
<developerConnection>scm:git:ssh://github.com:GetuiLaboratory/getui-pushapi-java-client-v2.git</developerConnection>
35+
<url>https://github.com/GetuiLaboratory/getui-pushapi-java-client-v2</url>
36+
</scm>
37+
2338
<properties>
2439
<spring.version>4.3.9.RELEASE</spring.version>
2540
<slf4j.version>1.7.25</slf4j.version>

0 commit comments

Comments
 (0)