Skip to content

Commit c98cfa2

Browse files
author
bosob
committed
Update .travis.yml
1 parent 5cec876 commit c98cfa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ cache:
88
- $HOME/.m2
99

1010

11-
before_deploy: mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=$TRAVIS_TAG clean package -DskipTests=true -Dmaven.javadoc.skip=true -Dchecks.skip=true -B -V
11+
before_deploy:
12+
- mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=$TRAVIS_TAG -B -V
13+
- mvn org.codehaus.mojo:versions-maven-plugin:2.5:commit -B -V
14+
- mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -Dchecks.skip=true -B -V
1215
deploy:
1316
provider: releases
1417
api_key:

0 commit comments

Comments
 (0)