Skip to content

Commit

Permalink
Use 6.1.x branch of hibernate 5 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Oct 19, 2017
1 parent 91f9582 commit 6c66fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ $TRAVIS_REPO_SLUG == "grails/grails-data-mapping" && $TRAVIS_PULL_REQUEST
echo "https://$GH_TOKEN:@github.com" > ~/.git-credentials

echo "Triggering Hibernate 5 build"
git clone https://${GH_TOKEN}@github.com/grails/gorm-hibernate5.git gorm-hibernate5
git clone -b 6.1.x https://${GH_TOKEN}@github.com/grails/gorm-hibernate5.git gorm-hibernate5
cd gorm-hibernate5
echo "$(date)" > .snapshot
git add .snapshot
Expand Down

0 comments on commit 6c66fc5

Please sign in to comment.