Skip to content

Commit

Permalink
[release] Set version to 2021.2022
Browse files Browse the repository at this point in the history
  • Loading branch information
meronbrouwer committed Aug 5, 2021
1 parent 8b49f7d commit 8ce5355
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
tags:
- '2020.2021-*'
- '2021.2022-*'
- '2021.2022'
- '2021.2022.*'

jobs:
publish:
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
with:
artifacts: "target/*.jar"
bodyFile: "release.md"
prerelease: true
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}

- name: QA check Markdown content
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Yaeger requires JDK16, and is available through the Maven Central Repository.
<dependency>
<groupId>com.github.han-yaeger</groupId>
<artifactId>yaeger</artifactId>
<version>2021.2022-beta1</version>
<version>2021.2022</version>
</dependency>
```

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

<groupId>com.github.han-yaeger</groupId>
<artifactId>yaeger</artifactId>
<version>2021.2022-beta1</version>
<version>2021.2022</version>
<packaging>jar</packaging>

<name>yaeger</name>
Expand Down

0 comments on commit 8ce5355

Please sign in to comment.