Skip to content

Commit

Permalink
Merge pull request #51 from whelk-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zteater committed Jul 4, 2020
2 parents 86337a6 + 954c5ae commit a5c63af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 2

- run: git checkout HEAD^

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy

on:
push:
branches:
branches:
- master

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.whelk.hy.phen</groupId>
<artifactId>whelk-hy-phen-a-tion</artifactId>
<version>0.0.19-RELEASE</version>
<version>0.0.20-RELEASE</version>
<name>Hy-phen-a-tion</name>
<description>Java OSS library for calculating syllables and hyphenation using Frank Liang's doctoral thesis.</description>
<url>https://github.com/whelk-io/hy-phen-a-tion</url>
Expand Down

0 comments on commit a5c63af

Please sign in to comment.