Skip to content

Commit 466368d

Browse files
committed
#320: switch default branch from develop to master
1 parent c2396e7 commit 466368d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
include:
2727
- stage: Build
2828
script:
29-
- mvn install && ([[ $TRAVIS_BRANCH != "develop" ]] || [[ $TRAVIS_PULL_REQUEST != "false" ]] || mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true deploy)
29+
- mvn install && ([[ $TRAVIS_BRANCH != "master" ]] || [[ $TRAVIS_PULL_REQUEST != "false" ]] || mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true deploy)
3030
- stage: Documentation
31-
if: (branch = develop) AND (type = push)
31+
if: (branch = master) AND (type = push)
3232
script:
3333
# Exit devon4j folder
3434
- cd ..

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<revision>dev</revision>
2828
<changelist>-SNAPSHOT</changelist>
2929
<github.repository>devon4j</github.repository>
30-
<github.default.branch>develop</github.default.branch>
30+
<github.default.branch>master</github.default.branch>
3131
<devon4j.version>${revision}${changelist}</devon4j.version>
3232
<spring.boot.version>2.3.3.RELEASE</spring.boot.version>
3333
<!-- Spring boot and spring cloud version has to match -->

0 commit comments

Comments
 (0)