Skip to content

Commit

Permalink
Back to snapshot. Publish snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Mar 7, 2017
1 parent a8549b0 commit c341201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}

version "3.3.0"
version "3.3.1.BUILD-SNAPSHOT"
group "org.grails.plugins"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion travis-build.sh
Expand Up @@ -15,7 +15,7 @@ if [[ -n $TRAVIS_TAG ]] || [[ $TRAVIS_BRANCH =~ ^master|[3]\..\.x$ && $TRAVIS_PU
echo "Publishing archives"
./gradlew bintrayUpload || EXIT_STATUS=$?
else
echo "No tag present. Not publishing"
./gradlew publish || EXIT_STATUS=$?
fi
fi

Expand Down

0 comments on commit c341201

Please sign in to comment.