Skip to content

Commit

Permalink
Switch master to main (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Dec 17, 2022
1 parent 1b318c1 commit 71bfb4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'website*'
pull_request:
branches:
- 'master'
- 'main'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '41 10 * * 3'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<licenses>
<license>
<name>BSD 3-clause</name>
<url>https://raw.githubusercontent.com/ThreeTen/threeten-extra/master/LICENSE.txt</url>
<url>https://raw.githubusercontent.com/ThreeTen/threeten-extra/main/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

<body>
<!-- types are add, fix, remove, update -->
<release version="1.7.2" date="SNAPSHOT" description="v1.7.2">
<action dev="jodastephen" type="update">
Switch master to main.
</action>
</release>
<release version="1.7.1" date="2022-08-02" description="v1.7.1">
<action dev="jodastephen" type="add">
Add utilities to work with durations as numbers.
Expand Down

0 comments on commit 71bfb4a

Please sign in to comment.