Skip to content

Commit

Permalink
#320: switch default branch from develop to master
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Jan 7, 2021
1 parent c2396e7 commit 466368d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
include:
- stage: Build
script:
- mvn install && ([[ $TRAVIS_BRANCH != "develop" ]] || [[ $TRAVIS_PULL_REQUEST != "false" ]] || mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true deploy)
- mvn install && ([[ $TRAVIS_BRANCH != "master" ]] || [[ $TRAVIS_PULL_REQUEST != "false" ]] || mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true deploy)
- stage: Documentation
if: (branch = develop) AND (type = push)
if: (branch = master) AND (type = push)
script:
# Exit devon4j folder
- cd ..
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<revision>dev</revision>
<changelist>-SNAPSHOT</changelist>
<github.repository>devon4j</github.repository>
<github.default.branch>develop</github.default.branch>
<github.default.branch>master</github.default.branch>
<devon4j.version>${revision}${changelist}</devon4j.version>
<spring.boot.version>2.3.3.RELEASE</spring.boot.version>
<!-- Spring boot and spring cloud version has to match -->
Expand Down

0 comments on commit 466368d

Please sign in to comment.