Skip to content

Commit

Permalink
chore: version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Jan 30, 2024
1 parent 2f44367 commit ee4b408
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.github.beanio</groupId>
<artifactId>beanio</artifactId>
<version>3.0.0.M3</version>
<version>3.0.0</version>
</dependency>
```

Expand All @@ -55,7 +55,7 @@ repositories {
Add the following dependency to your `build.gradle`:

```groovy
implementation 'com.github.beanio:beanio:3.0.0.M3'
implementation 'com.github.beanio:beanio:3.0.0'
```

## What's new in v3?
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Project BeanIO Change Log

Note: `gcXXXX` references an issue in the old Google Code repo. #XXX references an issue on this GitHub repo.

Changes in version 3.0.0 (TBD)
Changes in version 3.0.0 (2024-01-30)
-------------------------------------
* Requires JDK 1.8 or higher
* Removed support for ASM class rewriting
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.github.beanio
name = beanio
version = 3.0.0.M3
version = 3.0.0

0 comments on commit ee4b408

Please sign in to comment.