Skip to content

Commit 7e51514

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 567 b: refs/heads/master c: 8c4fd41 h: refs/heads/master i: 565: c3a30b5 563: 51dddc4 559: 5a42321 v: v3
1 parent a8167a3 commit 7e51514

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: 3a5d6388a28006808e021b7bb0d83d900af72274
2+
refs/heads/master: 8c4fd41ccf63ab2ef8ab3fdd2167d5971c30239e
33
refs/heads/travis: f6a7282f13bbc41cf256f07b6f75ad1425aebd75
44
refs/heads/gh-pages: 2cc964c1ecc5d653c449b81ee9e924182b221d18

trunk/utilities/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" -a "${TRAVIS_BRANCH}" == "master" -
1111
mvn deploy -DskipTests=true -Dgpg.skip=true --settings target/travis/settings.xml
1212

1313
# Deploy site if not a SNAPSHOT
14-
SITE_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -Ev '(^\[|Download\w+:)')
14+
SITE_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -Ev '(^\[|\w+:)')
1515
if [ "${SITE_VERSION##*-}" != "SNAPSHOT" ]; then
1616
mvn site-deploy -DskipTests=true --settings=target/travis/settings.xml
1717

0 commit comments

Comments
 (0)