Skip to content

Commit 49fb00b

Browse files
committed
No longer tag the grails-profiles repository. Add the profile profile to the bom
1 parent 6db3c49 commit 49fb00b

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

grails-bom/profiles.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ base=3.1.9
44
plugin=3.1.9
55
web-plugin=3.1.9
66
web=3.1.9
7+
profile=3.1.9

travis-build.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,6 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0
7878
git config --global user.email "$GIT_EMAIL"
7979
git config --global credential.helper "store --file=~/.git-credentials"
8080

81-
# Tag the Profile Repo
82-
git clone https://${GH_TOKEN}@github.com/grails/grails-profile-repository.git
83-
cd grails-profile-repository
84-
85-
git branch --track 3.1.x remotes/origin/3.1.x
86-
git checkout 3.1.x
87-
88-
echo "grailsVersion=${TRAVIS_TAG:1}" > profiles/gradle.properties
89-
git add profiles/gradle.properties
90-
git commit -m "Release $TRAVIS_TAG profiles"
91-
92-
git tag $TRAVIS_TAG
93-
git push --tags
94-
git push
95-
9681
# Tag and release the docs
9782
cd ..
9883
git clone https://${GH_TOKEN}@github.com/grails/grails-doc.git grails-doc

0 commit comments

Comments
 (0)