Skip to content

Commit

Permalink
Merge pull request #47 from whelk-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zteater committed Oct 26, 2020
2 parents 83cd354 + f8e6279 commit 6f9695a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 2

- name: Set up JDK 11
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
java-version: 11

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 2

Expand All @@ -21,7 +21,7 @@ jobs:
git checkout develop
- name: Set up JDK 11
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
java-version: 11

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Set up JDK 11
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
java-version: 11

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.spring.data.logging</groupId>
<artifactId>spring-boot-starter-data-logging</artifactId>
<version>0.0.10-RELEASE</version>
<version>0.0.11-RELEASE</version>
<name>Spring Boot Starter Data Logging</name>
<description>Spring-Boot starter for reducing logging boilerplate with Spring-AOP annotations. Takes advantage of tracing and logging capabilities in Spring-Data, Spring-Cloud-Sleuth, and Lombok.</description>
<url>https://github.com/whelk-io/spring-boot-starter-data-logging</url>
Expand Down

0 comments on commit 6f9695a

Please sign in to comment.