Skip to content

Commit cbd501e

Browse files
author
travis-ci
committed
Changes to pom and travis
1 parent a51f056 commit cbd501e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ deploy:
3939
tags: true
4040
- provider: script
4141
script:
42-
- mvn -B release:prepare
42+
- mvn release:prepare
4343
- mvn release:perform
4444
on:
4545
tags: true

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,11 @@
252252
<localCheckout>true</localCheckout>
253253
<pushChanges>false</pushChanges>
254254
<mavenExecutorId>forked-path</mavenExecutorId>
255-
<arguments>-Dgpg.passphrase=${env.OSSRH_GPG_PASSPHRASE} -Dmaven.test.skip=true</arguments>
255+
<arguments>-Dgpg.passphrase=${env.GPG_PASSPHRASE} -Dmaven.test.skip=true</arguments>
256256
<checkModificationExcludes>
257257
<checkModificationExclude>pom.xml</checkModificationExclude>
258258
</checkModificationExcludes>
259+
<pushChanges>true</pushChanges>
259260
</configuration>
260261
<dependencies>
261262
<dependency>

0 commit comments

Comments
 (0)