Skip to content

Commit

Permalink
Back to snapshot of g-d-m
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 11, 2015
1 parent 69f58b2 commit 30a0240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
commonsCollectionsVersion = "3.2.1"
commonsIOVersion = "2.2"
commonsLangVersion = "2.6"
datastoreVersion = "4.0.0.M3"
datastoreVersion = "4.0.0.BUILD-SNAPSHOT"
gantVersion = "1.9.6"
gdocEngineVersion = "1.0.1"
groovyVersion = "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0 ]]; then
echo "Running Gradle publish for branch $TRAVIS_BRANCH"

if [[ $TRAVIS_TAG =~ ^v[[:digit:]] ]]; then
./gradlew -Psigning.keyId="$SIGNING_KEY" -Psigning.password="$SIGNING_PASSPHRASE" -Psigning.secretKeyRingFile="${TRAVIS_BUILD_DIR}/secring.gpg" uploadArchives publish || EXIT_STATUS=$?
./gradlew -Psigning.keyId="$SIGNING_KEY" -Psigning.password="$SIGNING_PASSPHRASE" -Psigning.secretKeyRingFile="${TRAVIS_BUILD_DIR}/secring.gpg" uploadArchives || EXIT_STATUS=$?
./gradlew assemble || EXIT_STATUS=$?
elif [[ $TRAVIS_BRANCH =~ ^(master|2.5.x|2.4.x)$ ]]; then
./gradlew -Psigning.keyId="$SIGNING_KEY" -Psigning.password="$SIGNING_PASSPHRASE" -Psigning.secretKeyRingFile="${TRAVIS_BUILD_DIR}/secring.gpg" publish || EXIT_STATUS=$?
Expand Down

0 comments on commit 30a0240

Please sign in to comment.