Skip to content

Commit 5334cc5

Browse files
committed
update readme, remove unused pom variable
1 parent 025e41c commit 5334cc5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CompletionStage<byte[]> userPdf = userIdsFromDb().thenCompose(userIds -> {
5454
<dependency>
5555
<groupId>com.augustnagro</groupId>
5656
<artifactId>java-async-await</artifactId>
57-
<version>0.2.0</version>
57+
<version>0.2.1</version>
5858
</dependency>
5959
```
6060

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18-
19-
<vertx.version>4.3.5</vertx.version>
2018
</properties>
2119

2220
<developers>

0 commit comments

Comments
 (0)