Skip to content

Commit d1b0f37

Browse files
committed
Merge branch 'release/1.0.0'
2 parents ea2d905 + 5a56fc2 commit d1b0f37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then add a dependency on this library:
1919
<dependency>
2020
<groupId>com.github.cloudonix</groupId>
2121
<artifactId>vertx-java.io</artifactId>
22-
<version>main</version>
22+
<version>1.0.0</version>
2323
</dependency>
2424
```
2525

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.cloudonix</groupId>
66
<artifactId>vertx-java.io</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
<name>Vert.x Java IO</name>
99
<description>Utilities for integrating Vert.x IO with Java IO</description>
1010

0 commit comments

Comments
 (0)