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 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```
Original file line number Diff line number Diff line change 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 >
2020 </license >
2121 </licenses >
2222
23+ <developers >
24+ <developer >
25+ <name >getui</name >
26+ <email >developer@getui.com</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>
You can’t perform that action at this time.
0 commit comments