1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
4+ <licenses >
5+ <license >
6+ <name >The Apache Software License, Version 2.0</name >
7+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
8+ <distribution >repo</distribution >
9+ </license >
10+ </licenses >
11+ <parent >
12+ <groupId >org.sonatype.oss</groupId >
13+ <artifactId >oss-parent</artifactId >
14+ <version >7</version >
15+ </parent >
316 <groupId >cn.jpush.api</groupId >
4- <artifactId >jpush-client</artifactId >
5- <packaging >jar</packaging >
6- <name >Jpush Client</name >
7- <description >jpush client</description >
8- <url >https://github.com/jpush/jpush-api-java-client</url >
9- <licenses >
10- <license >
11- <name >The Apache Software License, Version 2.0</name >
12- <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
13- <distribution >repo</distribution >
14- </license >
15- </licenses >
16-
17+ <artifactId >jpush-client</artifactId >
18+ <version >2.2-SNAPSHOT</version >
19+ <packaging >jar</packaging >
20+ <name >JPush API Java Client</name >
21+ <description >JPush's officially supported Java client library for accessing JPush APIs.</description >
22+ <url >https://github.com/jpush/jpush-api-java-client</url >
23+
1724 <dependencies >
1825 <dependency >
1926 <groupId >com.google.code.gson</groupId >
4047 </configuration >
4148 </plugin >
4249 <plugin >
43- <groupId >org.apache.maven.plugins</groupId >
44- <artifactId >maven-release-plugin</artifactId >
45- <version >2.2.2</version >
46- <dependencies >
47- <dependency >
48- <groupId >org.apache.maven.plugins</groupId >
49- <artifactId >maven-scm-plugin</artifactId >
50- <version >1.8.1</version >
51- </dependency >
52- </dependencies >
50+ <groupId >org.apache.maven.plugins</groupId >
51+ <artifactId >maven-release-plugin</artifactId >
52+ <version >2.2.2</version >
53+ <dependencies >
54+ <dependency >
55+ <groupId >org.apache.maven.plugins</groupId >
56+ <artifactId >maven-scm-plugin</artifactId >
57+ <version >1.8.1</version >
58+ </dependency >
59+ </dependencies >
5360 <configuration >
5461 <goals >deploy</goals >
5562 <pushChanges >false</pushChanges >
6471 <developerConnection >scm:git:git@github.com:jpush/jpush-api-java-client.git</developerConnection >
6572 <url >scm:git:git@github.com:jpush/jpush-api-java-client.git</url >
6673 </scm >
67- <developers >
68- <developer >
69- <id >xinxin</id >
70- <name >xinxin</name >
71- <email >xinxin@jpush.cn</email >
72- </developer >
73- </developers >
74-
75- <parent >
76- <groupId >org.sonatype.oss</groupId >
77- <artifactId >oss-parent</artifactId >
78- <version >7</version >
79- </parent >
80- <version >2.2-SNAPSHOT</version >
81- </project >
74+ <developers >
75+ <developer >
76+ <id >xinxin</id >
77+ <name >xinxin</name >
78+ <email >xinxin@jpush.cn</email >
79+ </developer >
80+ </developers >
81+
82+ </project >
0 commit comments