Skip to content

Commit

Permalink
Merge pull request #21 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 eff6743 + 0faec54 commit 47f419e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
-d '{ "tag_name": "'$version'", "target_commitish": "master", "name": "'$version'", "body": "Release deployment", "draft": false, "prerelease": false }'
- name: Create Maven settings.xml
uses: whelk-io/maven-settings-xml-action@v2
uses: whelk-io/maven-settings-xml-action@v9
with:
servers: '[{"id": "github-spring-boot-starter-data-logging", "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 @@ -6,7 +6,7 @@

<groupId>io.whelk.spring.data.logging</groupId>
<artifactId>spring-boot-starter-data-logging</artifactId>
<version>0.0.4-RELEASE</version>
<version>0.0.5-RELEASE</version>
<name>Spring Boot Starter Data Logging</name>
<description>Spring-Boot starter for reducing logging boilerplate through annotations using Spring-Data, Spring-AOP, Spring-Cloud-Sleuth, and Lombok.</description>
<url>https://github.com/whelk-io/spring-boot-starter-data-logging</url>
Expand Down

0 comments on commit 47f419e

Please sign in to comment.