|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | | - <licenses> |
| 4 | + |
| 5 | + <groupId>cn.jpush.api</groupId> |
| 6 | + <artifactId>jpush-client</artifactId> |
| 7 | + <version>2.3.0</version> |
| 8 | + <packaging>jar</packaging> |
| 9 | + <url>https://github.com/jpush/jpush-api-java-client</url> |
| 10 | + <name>JPush API Java Client</name> |
| 11 | + <description>JPush's officially supported Java client library for accessing JPush APIs.</description> |
| 12 | + |
| 13 | + <licenses> |
5 | 14 | <license> |
6 | 15 | <name>The Apache Software License, Version 2.0</name> |
7 | 16 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
8 | 17 | <distribution>repo</distribution> |
9 | 18 | </license> |
10 | 19 | </licenses> |
| 20 | + |
| 21 | + <properties> |
| 22 | + <github.global.server>github</github.global.server> |
| 23 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 24 | + </properties> |
| 25 | + |
11 | 26 | <parent> |
12 | 27 | <groupId>org.sonatype.oss</groupId> |
13 | 28 | <artifactId>oss-parent</artifactId> |
14 | 29 | <version>7</version> |
15 | 30 | </parent> |
16 | | - <groupId>cn.jpush.api</groupId> |
17 | | - <artifactId>jpush-client</artifactId> |
18 | | - <version>2.3.0</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 | | - <properties> |
24 | | - <github.global.server>github</github.global.server> |
25 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
26 | | - </properties> |
27 | 31 |
|
| 32 | + <scm> |
| 33 | + <url>https://github.com/jpush/jpush-api-java-client</url> |
| 34 | + <connection>scm:git:git@github.com:jpush/jpush-api-java-client.git</connection> |
| 35 | + <developerConnection>scm:git:git@github.com:jpush/jpush-api-java-client.git</developerConnection> |
| 36 | + </scm> |
| 37 | + |
| 38 | + <developers> |
| 39 | + <developer> |
| 40 | + <id>jpush</id> |
| 41 | + <name>JPush</name> |
| 42 | + <email>fajaven@gmail.com</email> |
| 43 | + <url>https://github.com/jpush</url> |
| 44 | + </developer> |
| 45 | + </developers> |
28 | 46 |
|
29 | 47 | <dependencies> |
30 | 48 | <dependency> |
|
50 | 68 | </dependency> |
51 | 69 |
|
52 | 70 | </dependencies> |
| 71 | + |
53 | 72 | <build> |
54 | 73 | <sourceDirectory>src</sourceDirectory> |
55 | 74 | <testSourceDirectory>test</testSourceDirectory> |
|
65 | 84 | <plugin> |
66 | 85 | <groupId>org.apache.maven.plugins</groupId> |
67 | 86 | <artifactId>maven-release-plugin</artifactId> |
68 | | - <version>2.2.2</version> |
| 87 | + <version>2.4.2</version> |
69 | 88 | <dependencies> |
70 | 89 | <dependency> |
71 | 90 | <groupId>org.apache.maven.plugins</groupId> |
|
99 | 118 | </plugin> |
100 | 119 | </plugins> |
101 | 120 | </build> |
| 121 | + |
102 | 122 | <reporting> |
103 | 123 | <plugins> |
104 | 124 | <plugin> |
|
122 | 142 | </plugin> |
123 | 143 | </plugins> |
124 | 144 | </reporting> |
125 | | - <scm> |
126 | | - <url>https://github.com/jpush/jpush-api-java-client</url> |
127 | | - <connection>scm:git:git@github.com:jpush/jpush-api-java-client.git</connection> |
128 | | - <developerConnection>scm:git:git@github.com:jpush/jpush-api-java-client.git</developerConnection> |
129 | | - </scm> |
130 | | - <developers> |
131 | | - <developer> |
132 | | - <id>jpush</id> |
133 | | - <name>JPush</name> |
134 | | - <email>fajaven@gmail.com</email> |
135 | | - <url>https://github.com/jpush</url> |
136 | | - </developer> |
137 | | - </developers> |
138 | | - |
| 145 | + |
139 | 146 | </project> |
0 commit comments