File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: 'idea'
2222ext {
2323 bintrayPublish = false
2424 // Sets release version
25- grailsVersion = ' 3.2.0.BUILD-SNAPSHOT '
25+ grailsVersion = ' 3.2.0.RC1 '
2626 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2727 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
2828
Original file line number Diff line number Diff line change 2525public class GrailsUtilTests extends TestCase {
2626
2727 public void testGrailsVersion () {
28- assertEquals ("3.2.0.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
28+ assertEquals ("3.2.0.RC1 " , GrailsUtil .getGrailsVersion ());
2929 }
3030
3131 @ Override
Original file line number Diff line number Diff line change @@ -68,18 +68,6 @@ if [[ $TRAVIS_PULL_REQUEST == 'false'
6868 git config --global user.name " $GIT_NAME "
6969 git config --global user.email " $GIT_EMAIL "
7070
71- # Tag the Profile Repo
72- git clone https://${GH_TOKEN} @github.com/grails/grails-profile-repository.git
73- cd grails-profile-repository
74-
75- echo " grailsVersion=${TRAVIS_TAG: 1} " > profiles/gradle.properties
76- git add profiles/gradle.properties
77- git commit -m " Release $TRAVIS_TAG profiles"
78- git tag $TRAVIS_TAG
79- git push --tags
80- git push
81- cd ..
82-
8371 # Tag and release the docs
8472 git clone https://${GH_TOKEN} @github.com/grails/grails-doc.git grails-doc
8573 cd grails-doc
@@ -110,8 +98,4 @@ if [[ $TRAVIS_PULL_REQUEST == 'false'
11098
11199fi
112100
113- # if [[ $EXIT_STATUS == 0 ]]; then
114- # ./gradlew travisciTrigger -i
115- # fi
116-
117101exit $EXIT_STATUS
You can’t perform that action at this time.
0 commit comments