From 4463910fd4a9359e2bdb9a3e7873f2c36b0c52b6 Mon Sep 17 00:00:00 2001 From: wicked-tc130 Date: Fri, 22 Nov 2024 15:26:29 +0800 Subject: [PATCH] update version to 5.1.10. --- README.md | 4 +- example-for-spring/pom.xml | 4 +- .../target/classes/application.yml | 2 +- jiguang-sdk/pom.xml | 104 +----------------- pom.xml | 102 ++++++++++++++++- 5 files changed, 108 insertions(+), 108 deletions(-) diff --git a/README.md b/README.md index 905251e..c39c365 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ ## 1. 集成 引入sdk包 ```xml - + io.github.jpush jiguang-sdk - 5.1.11 + 5.1.10 ``` diff --git a/example-for-spring/pom.xml b/example-for-spring/pom.xml index 5a174c5..8154429 100644 --- a/example-for-spring/pom.xml +++ b/example-for-spring/pom.xml @@ -13,7 +13,7 @@ io.github.jpush example-for-spring - 5.1.11 + 5.1.10 8 @@ -26,7 +26,7 @@ io.github.jpush jiguang-sdk - 5.1.11 + 5.1.10 diff --git a/example-for-spring/target/classes/application.yml b/example-for-spring/target/classes/application.yml index bce2b13..1fca004 100644 --- a/example-for-spring/target/classes/application.yml +++ b/example-for-spring/target/classes/application.yml @@ -12,7 +12,7 @@ logging: jiguang: api: # 此为演示数据,请替换成真实数据 - app-key: de5b45e0ded8292281cbb3cf + app-key: de5b45e0de18292281cbb3cf master-secret: 37e2077739009a532e71cce4 dev-key: c2dc75e97486529205528b23 dev-secret: d219e2f001df2fe4f08b6754 diff --git a/jiguang-sdk/pom.xml b/jiguang-sdk/pom.xml index 4f8a353..6e98145 100644 --- a/jiguang-sdk/pom.xml +++ b/jiguang-sdk/pom.xml @@ -7,13 +7,13 @@ io.github.jpush jiguang-sdk-java - 5.1.11 + 5.1.10 ../pom.xml io.github.jpush jiguang-sdk - 5.1.11 + 5.1.10 jar @@ -75,104 +75,4 @@ - Jiguang SDK For Rest Api - Jiguang SDK For Rest Api - https://github.com/jpush/jiguang-sdk-java - - - - The Apache Software License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - - - - - - wicked-tc130 - support@jiguang.cn - jpush - https://github.com/jpush - - - - - https://github.com/jpush/jiguang-sdk-java - scm:git:git@github.com:jpush/jiguang-sdk-java.git - scm:git:git@github.com:jpush/jiguang-sdk-java.git - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 - true - - ossrh - https://s01.oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - --pinentry-mode - loopback - - - - - - - - - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index d38b12a..ae02b52 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,13 @@ io.github.jpush jiguang-sdk-java - 5.1.11 + 5.1.10 pom + Jiguang SDK For Rest Api + Jiguang SDK For Rest Api + https://github.com/jpush/jiguang-sdk-java + example-for-spring jiguang-sdk @@ -20,4 +24,100 @@ UTF-8 + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + wicked-tc130 + support@jiguang.cn + jpush + https://github.com/jpush + + + + + https://github.com/jpush/jiguang-sdk-java + scm:git:git@github.com:jpush/jiguang-sdk-java.git + scm:git:git@github.com:jpush/jiguang-sdk-java.git + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + --pinentry-mode + loopback + + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + +