-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apns_production params can only be set by jpush client instance.
- Loading branch information
Javen
committed
Jan 8, 2014
1 parent
49e853f
commit f4aec41
Showing
6 changed files
with
48 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,48 @@ | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<licenses> | ||
|
||
<groupId>cn.jpush.api</groupId> | ||
<artifactId>jpush-client</artifactId> | ||
<version>2.3.0</version> | ||
<packaging>jar</packaging> | ||
<url>https://github.com/jpush/jpush-api-java-client</url> | ||
<name>JPush API Java Client</name> | ||
<description>JPush's officially supported Java client library for accessing JPush APIs.</description> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<properties> | ||
<github.global.server>github</github.global.server> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
|
||
<parent> | ||
<groupId>org.sonatype.oss</groupId> | ||
<artifactId>oss-parent</artifactId> | ||
<version>7</version> | ||
</parent> | ||
<groupId>cn.jpush.api</groupId> | ||
<artifactId>jpush-client</artifactId> | ||
<version>2.3.0</version> | ||
<packaging>jar</packaging> | ||
<name>JPush API Java Client</name> | ||
<description>JPush's officially supported Java client library for accessing JPush APIs.</description> | ||
<url>https://github.com/jpush/jpush-api-java-client</url> | ||
<properties> | ||
<github.global.server>github</github.global.server> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
|
||
<scm> | ||
<url>https://github.com/jpush/jpush-api-java-client</url> | ||
<connection>scm:git:[email protected]:jpush/jpush-api-java-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:jpush/jpush-api-java-client.git</developerConnection> | ||
</scm> | ||
|
||
<developers> | ||
<developer> | ||
<id>jpush</id> | ||
<name>JPush</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/jpush</url> | ||
</developer> | ||
</developers> | ||
|
||
<dependencies> | ||
<dependency> | ||
|
@@ -50,6 +68,7 @@ | |
</dependency> | ||
|
||
</dependencies> | ||
|
||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
<testSourceDirectory>test</testSourceDirectory> | ||
|
@@ -65,7 +84,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-release-plugin</artifactId> | ||
<version>2.2.2</version> | ||
<version>2.4.2</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
|
@@ -99,6 +118,7 @@ | |
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
|
@@ -122,18 +142,5 @@ | |
</plugin> | ||
</plugins> | ||
</reporting> | ||
<scm> | ||
<url>https://github.com/jpush/jpush-api-java-client</url> | ||
<connection>scm:git:[email protected]:jpush/jpush-api-java-client.git</connection> | ||
<developerConnection>scm:git:[email protected]:jpush/jpush-api-java-client.git</developerConnection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>jpush</id> | ||
<name>JPush</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/jpush</url> | ||
</developer> | ||
</developers> | ||
|
||
|
||
</project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
project.scm.cn.jpush.api\:jpush-client.connection=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git | ||
project.scm.cn.jpush.api\:jpush-client.developerConnection=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.tag=jpush-client-2.1 | ||
project.dev.cn.jpush.api\:jpush-client=2.2-SNAPSHOT | ||
scm.tag=jpush-client-2.3.0 | ||
project.dev.cn.jpush.api\:jpush-client=2.3.0 | ||
pushChanges=false | ||
scm.url=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git | ||
preparationGoals=clean verify | ||
project.scm.cn.jpush.api\:jpush-client.tag=HEAD | ||
project.scm.cn.jpush.api\:jpush-client.url=scm\:git\:[email protected]\:jpush/jpush-api-java-client.git | ||
remoteTagging=true | ||
scm.commentPrefix=[maven-release-plugin] | ||
project.rel.cn.jpush.api\:jpush-client=2.1 | ||
project.rel.cn.jpush.api\:jpush-client=2.3.0 | ||
exec.additionalArguments=-Psonatype-oss-release -P sign | ||
exec.snapshotReleasePluginAllowed=false | ||
completedPhase=end-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters