Skip to content

Commit

Permalink
Releasing 3.5.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Aug 9, 2017
1 parent a0aaa9b commit 8d3e29a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>vertx-sql-common</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0.Beta1</version>

<properties>
<stack.version>3.5.0-SNAPSHOT</stack.version>
<stack.version>3.5.0.Beta1</stack.version>
<codegen.rxjava.deprecated>true</codegen.rxjava.deprecated>
</properties>

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.5.0-SNAPSHOT</version>
<version>3.5.0.Beta1</version>
</dependency>
----

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

== 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.5.0-SNAPSHOT</version>
<version>3.5.0.Beta1</version>
</dependency>
----

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

== 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.5.0-SNAPSHOT</version>
<version>3.5.0.Beta1</version>
</dependency>
----

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

== The SQL Connection
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/kotlin/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.5.0-SNAPSHOT</version>
<version>3.5.0.Beta1</version>
</dependency>
----

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

== The SQL Connection
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/ruby/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.5.0-SNAPSHOT</version>
<version>3.5.0.Beta1</version>
</dependency>
----

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

== The SQL Connection
Expand Down

0 comments on commit 8d3e29a

Please sign in to comment.