Skip to content

Commit

Permalink
Release 0.0.5 (#67)
Browse files Browse the repository at this point in the history
* Update README.md

* Bump version
  • Loading branch information
nakamura-to authored Jun 27, 2021
1 parent bb92ffc commit 2a0ce05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Quarkiverse Extension
release:
current-version: 0.0.4
next-version: 0.0.5-SNAPSHOT

current-version: 0.0.5
next-version: 0.0.6-SNAPSHOT
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ and includes them into your native image without additional configurations.

```groovy
dependencies {
annotationProcessor("org.seasar.doma:doma-processor:2.44.3")
implementation("org.seasar.doma:doma-core:2.44.3")
implementation("io.quarkiverse.doma:quarkus-doma:0.0.4")
annotationProcessor("org.seasar.doma:doma-processor:2.47.0")
implementation("org.seasar.doma:doma-core:2.47.0")
implementation("io.quarkiverse.doma:quarkus-doma:0.0.5")
}
```

Expand All @@ -131,8 +131,8 @@ dependencies {
```xml
...
<properties>
<doma.version>2.44.3</doma.version>
<quarkus-doma.version>0.0.4</quarkus-doma.version>
<doma.version>2.47.0</doma.version>
<quarkus-doma.version>0.0.5</quarkus-doma.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
</properties>
...
Expand Down

0 comments on commit 2a0ce05

Please sign in to comment.