Skip to content

Commit 17fcbc2

Browse files
committed
[maven-release-plugin] prepare release cn.jpush.api.sdk-0.1
1 parent 88b23e2 commit 17fcbc2

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

pom.xml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>cn.jpush.api</groupId>
4+
<artifactId>cn.jpush.api.sdk</artifactId>
5+
<dependencies>
6+
<dependency>
7+
<groupId>com.google.code.gson</groupId>
8+
<artifactId>gson</artifactId>
9+
<version>2.2.4</version>
10+
</dependency>
11+
<dependency>
12+
<groupId>junit</groupId>
13+
<artifactId>junit</artifactId>
14+
<version>4.11</version>
15+
<scope>test</scope>
16+
</dependency>
17+
</dependencies>
18+
<build>
19+
<sourceDirectory>src</sourceDirectory>
20+
<testSourceDirectory>test</testSourceDirectory>
21+
<plugins>
22+
<plugin>
23+
<artifactId>maven-compiler-plugin</artifactId>
24+
<version>3.1</version>
25+
<configuration>
26+
<source>1.6</source>
27+
<target>1.6</target>
28+
</configuration>
29+
</plugin>
30+
</plugins>
31+
</build>
32+
<scm>
33+
<connection>scm:git:git@github.com/jpush/jpush-api-java-client.git</connection>
34+
<developerConnection>scm:git:git@github.com/jpush/jpush-api-java-client.git</developerConnection>
35+
<url>git@github.com/jpush/jpush-api-java-client.git</url>
36+
</scm>
37+
<parent>
38+
<groupId>org.sonatype.oss</groupId>
39+
<artifactId>oss-parent</artifactId>
40+
<version>7</version>
41+
</parent>
42+
<version>0.1</version>
43+
</project>

0 commit comments

Comments
 (0)