Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
guss77 committed Aug 1, 2021
2 parents ea2d905 + 5a56fc2 commit d1b0f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then add a dependency on this library:
<dependency>
<groupId>com.github.cloudonix</groupId>
<artifactId>vertx-java.io</artifactId>
<version>main</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.cloudonix</groupId>
<artifactId>vertx-java.io</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>Vert.x Java IO</name>
<description>Utilities for integrating Vert.x IO with Java IO</description>

Expand Down

0 comments on commit d1b0f37

Please sign in to comment.