File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
``` xml
22
22
<dependency >
23
- <groupId >com.getui</groupId >
24
- <artifactId >rasv2-java -sdk</artifactId >
23
+ <groupId >com.getui.push </groupId >
24
+ <artifactId >restful -sdk</artifactId >
25
25
<version >1.0.0.0</version >
26
26
</dependency >
27
27
```
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >com.getui</groupId >
8
- <artifactId >rasv2-java -sdk</artifactId >
7
+ <groupId >com.getui.push </groupId >
8
+ <artifactId >restful -sdk</artifactId >
9
9
<packaging >jar</packaging >
10
10
<version >1.0.0.0</version >
11
11
<url >https://github.com/GetuiLaboratory/getui-pushapi-java-client-v2</url >
20
20
</license >
21
21
</licenses >
22
22
23
+ <developers >
24
+ <developer >
25
+ <name >getui</name >
26
+
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
+
23
38
<properties >
24
39
<spring .version>4.3.9.RELEASE</spring .version>
25
40
<slf4j .version>1.7.25</slf4j .version>
You can’t perform that action at this time.
0 commit comments