Skip to content

Commit

Permalink
(changelog)
Browse files Browse the repository at this point in the history
* added release 1.1.1 description in CHANGELOG.md
* upgraded GraalVM from 20.3.0 to 21.0.0.2
  • Loading branch information
ake2l committed Apr 6, 2021
1 parent 74a135b commit c2a2736
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${GITHUB_REF/refs\/tags\//}
release_name: Release ${{ env.ARTIFACT_VERSION }}
body: |
Changes in this Release
- First Change
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release 1.1.1-jdk-11

## Release Highlights

* Upgraded GraalVM from 20.3.0 to 21.0.0.2

## Important Notes

N/A

## Breaking Changes

N/A

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rapiddweller</groupId>
<artifactId>rd-lib-common</artifactId>
<version>1.1.0-jdk-11-SNAPSHOT</version>
<version>1.1.2-jdk-11-SNAPSHOT</version>
<packaging>jar</packaging>
<name>rapiddweller Common</name>
<description>'rapiddweller Common' is an open source Java library
Expand All @@ -16,7 +16,7 @@
<inceptionYear>2004</inceptionYear>

<properties>
<dependency_graalvm.version>20.3.0</dependency_graalvm.version>
<dependency_graalvm.version>21.0.0.2</dependency_graalvm.version>
<dependency_junit.version>4.13.1</dependency_junit.version>
<dependency_log4j-api.version>2.14.0</dependency_log4j-api.version>
<dependency_log4j-core.version>2.14.0</dependency_log4j-core.version>
Expand Down

0 comments on commit c2a2736

Please sign in to comment.