Skip to content

Commit

Permalink
Merge pull request #85 from whelk-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zteater committed Jun 25, 2020
2 parents 44a0510 + 1ea02c5 commit c486be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 1.8

- name: Create Maven settings.xml
uses: whelk-io/maven-settings-xml-action@v2
uses: whelk-io/maven-settings-xml-action@v9
with:
repositories: '[{ "id": "github-hy-phen-a-tion", "url": "https://maven.pkg.github.com/whelk-io/hy-phen-a-tion" }]'
servers: '[{"id": "github-hy-phen-a-tion", "username": "${{ secrets.BUILD_USERNAME }}", "password": "${{ secrets.BUILD_TOKEN }}"}]'
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.flesch.kincaid</groupId>
<artifactId>whelk-flesch-kincaid</artifactId>
<version>0.0.26-RELEASE</version>
<version>0.0.27-RELEASE</version>
<name>Flesch Kincaid</name>
<description>Java OSS library for performing Flesch-Kincaid readability tests.</description>
<url>https://github.com/whelk-io/flesch-kincaid</url>
Expand Down

0 comments on commit c486be3

Please sign in to comment.