Skip to content

Commit

Permalink
Update to parent pom 24 and enable generation of deprecated RxJava me…
Browse files Browse the repository at this point in the history
…thod
  • Loading branch information
vietj committed Jan 23, 2017
1 parent 3b4cce4 commit cfd7b11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-ext-parent</artifactId>
<version>23</version>
<version>24</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -17,6 +17,7 @@
<properties>
<stack.version>3.4.0-SNAPSHOT</stack.version>
<rabbitmq.client.version>3.6.5</rabbitmq.client.version>
<codegen.rxjava.deprecated>true</codegen.rxjava.deprecated>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit cfd7b11

Please sign in to comment.