Skip to content

Commit

Permalink
Examples use v1 instead of master
Browse files Browse the repository at this point in the history
Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
  • Loading branch information
2 people authored and GitHub committed Dec 5, 2019
1 parent d5150a6 commit c1c11bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@master
uses: actions/setup-java@v1
with:
java-version: 1.8
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy
- name: Set up Apache Maven Central
uses: actions/setup-java@master
uses: actions/setup-java@v1
with: # running setup-java again overwrites the settings.xml
java-version: 1.8
server-id: maven
Expand Down

0 comments on commit c1c11bb

Please sign in to comment.