pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

Yoke version 2.0.0 #112

Closed timur-han closed 10 years ago

timur-han commented 10 years ago

On the readme file it is written like:

The Vert.x module id is: com.jetdrone~yoke~2.0.0. If you prefer to use maven, you can get the artifacts using the following dependency:

<dependency>
  <groupId>com.jetdrone</groupId>
  <artifactId>yoke</artifactId>
  <version>2.0.0</version>
  <scope>provided</scope>
</dependency>

Is the version 2.0.0 actual version? Because on the maven central the current version is 1.0.18.

pmlopes commented 10 years ago

you're correct I've not released 2.0.0 yet but i am planning to do it really soon.