Skip to content

Commit 71ca43f

Browse files
authored
remove explicit version
1 parent 3b28661 commit 71ca43f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ json binding via apt source code generation
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-jsonb</artifactId>
34-
<version>1.0-RC1</version>
34+
<version>${avaje-jsonb-version}</version>
3535
</dependency>
36-
37-
3836
```
3937
And add avaje-jsonb-generator as a annotation processor
4038
```xml
@@ -49,7 +47,7 @@ And add avaje-jsonb-generator as a annotation processor
4947
<path>
5048
<groupId>io.avaje</groupId>
5149
<artifactId>avaje-jsonb-generator</artifactId>
52-
<version>1.0-RC1</version>
50+
<version>${avaje-jsonb-version}</version>
5351
</path>
5452
</annotationProcessorPaths>
5553
</configuration>

0 commit comments

Comments
 (0)