Skip to content

Commit 104e5e2

Browse files
authored
Merge pull request #34 from yutaipu/master
添加自动化
2 parents b2ad523 + e2b356a commit 104e5e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
2929

3030
- name: Publish to Apache Maven Central
31-
run: mvn deploy -Dmaven.test.skip
31+
run: mvn -X deploy -Dmaven.test.skip
3232
env:
3333
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3434
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<url>https://github.com/jpush/jiguang-java-client-common</url>
3535
<connection>scm:git:[email protected]:jpush/jiguang-java-client-common.git</connection>
3636
<developerConnection>scm:git:[email protected]:jpush/jiguang-java-client-common.git</developerConnection>
37-
<tag>jiguang-common-1.1.8</tag>
37+
<tag>v1.1.9</tag>
3838
</scm>
3939

4040
<dependencies>

0 commit comments

Comments
 (0)