Skip to content

Commit

Permalink
Update to vertx-ext-parent 25
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Feb 19, 2017
1 parent b8da7f1 commit f7bd513
Show file tree
Hide file tree
Showing 11 changed files with 489 additions and 1,093 deletions.
2 changes: 1 addition & 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>24</version>
<version>25</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/groovy/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ To use this project, add the following dependency to the _dependencies_ section
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-common</artifactId>
<version>3.4.0.Beta1</version>
<version>3.4.0-SNAPSHOT</version>
</dependency>
----

* Gradle (in your `build.gradle` file):
[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-sql-common:3.4.0.Beta1'
compile 'io.vertx:vertx-sql-common:3.4.0-SNAPSHOT'
----

== The SQL Connection
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/java/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ To use this project, add the following dependency to the _dependencies_ section
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-common</artifactId>
<version>3.4.0.Beta1</version>
<version>3.4.0-SNAPSHOT</version>
</dependency>
----

* Gradle (in your `build.gradle` file):
[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-sql-common:3.4.0.Beta1'
compile 'io.vertx:vertx-sql-common:3.4.0-SNAPSHOT'
----

== The SQL Connection
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/js/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ To use this project, add the following dependency to the _dependencies_ section
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sql-common</artifactId>
<version>3.4.0.Beta1</version>
<version>3.4.0-SNAPSHOT</version>
</dependency>
----

* Gradle (in your `build.gradle` file):
[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-sql-common:3.4.0.Beta1'
compile 'io.vertx:vertx-sql-common:3.4.0-SNAPSHOT'
----

== The SQL Connection
Expand Down
Loading

0 comments on commit f7bd513

Please sign in to comment.