Skip to content

Commit 0e9f07f

Browse files
committed
Releasing 3.2.1
1 parent e56ec1e commit 0e9f07f

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>vertx-mysql-postgresql-client</artifactId>
14-
<version>3.3.0-SNAPSHOT</version>
14+
<version>3.2.1</version>
1515

1616
<name>Vert.x MySQL/PostgreSQL Client</name>
1717

1818
<properties>
19-
<stack.version>3.3.0-SNAPSHOT</stack.version>
19+
<stack.version>3.2.1</stack.version>
2020
<scala.version>2.11.4</scala.version>
2121
<asyncdriver.version>0.2.18</asyncdriver.version>
2222

src/main/asciidoc/groovy/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ application.
1515

1616
To use this client, you need to add the following jar to your `CLASSPATH`:
1717

18-
* vertx-mysql-postgresql-client 3.3.0-SNAPSHOT (the client)
18+
* vertx-mysql-postgresql-client 3.2.1 (the client)
1919
* scala-library 2.11.4
2020
* the postgress-async-2.11 and mysdql-async-2.11 from https://github.com/mauricio/postgresql-async
2121
* joda time
@@ -33,15 +33,15 @@ If you are building a _Fat-jar_ using Maven or Gradle, just add the following de
3333
<dependency>
3434
<groupId>io.vertx</groupId>
3535
<artifactId>vertx-mysql-postgresql-client</artifactId>
36-
<version>3.3.0-SNAPSHOT</version>
36+
<version>3.2.1</version>
3737
</dependency>
3838
----
3939

4040
* Gradle (in your `build.gradle` file):
4141

4242
[source,groovy,subs="+attributes"]
4343
----
44-
compile 'io.vertx:vertx-mysql-postgresql-client:3.3.0-SNAPSHOT'
44+
compile 'io.vertx:vertx-mysql-postgresql-client:3.2.1'
4545
----
4646

4747
=== In an application using a vert.x distributions

src/main/asciidoc/java/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ application.
1515

1616
To use this client, you need to add the following jar to your `CLASSPATH`:
1717

18-
* vertx-mysql-postgresql-client 3.3.0-SNAPSHOT (the client)
18+
* vertx-mysql-postgresql-client 3.2.1 (the client)
1919
* scala-library 2.11.4
2020
* the postgress-async-2.11 and mysdql-async-2.11 from https://github.com/mauricio/postgresql-async
2121
* joda time
@@ -33,15 +33,15 @@ If you are building a _Fat-jar_ using Maven or Gradle, just add the following de
3333
<dependency>
3434
<groupId>io.vertx</groupId>
3535
<artifactId>vertx-mysql-postgresql-client</artifactId>
36-
<version>3.3.0-SNAPSHOT</version>
36+
<version>3.2.1</version>
3737
</dependency>
3838
----
3939

4040
* Gradle (in your `build.gradle` file):
4141

4242
[source,groovy,subs="+attributes"]
4343
----
44-
compile 'io.vertx:vertx-mysql-postgresql-client:3.3.0-SNAPSHOT'
44+
compile 'io.vertx:vertx-mysql-postgresql-client:3.2.1'
4545
----
4646

4747
=== In an application using a vert.x distributions

src/main/asciidoc/js/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ application.
1515

1616
To use this client, you need to add the following jar to your `CLASSPATH`:
1717

18-
* vertx-mysql-postgresql-client 3.3.0-SNAPSHOT (the client)
18+
* vertx-mysql-postgresql-client 3.2.1 (the client)
1919
* scala-library 2.11.4
2020
* the postgress-async-2.11 and mysdql-async-2.11 from https://github.com/mauricio/postgresql-async
2121
* joda time
@@ -33,15 +33,15 @@ If you are building a _Fat-jar_ using Maven or Gradle, just add the following de
3333
<dependency>
3434
<groupId>io.vertx</groupId>
3535
<artifactId>vertx-mysql-postgresql-client</artifactId>
36-
<version>3.3.0-SNAPSHOT</version>
36+
<version>3.2.1</version>
3737
</dependency>
3838
----
3939

4040
* Gradle (in your `build.gradle` file):
4141

4242
[source,groovy,subs="+attributes"]
4343
----
44-
compile 'io.vertx:vertx-mysql-postgresql-client:3.3.0-SNAPSHOT'
44+
compile 'io.vertx:vertx-mysql-postgresql-client:3.2.1'
4545
----
4646

4747
=== In an application using a vert.x distributions

src/main/asciidoc/ruby/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ application.
1515

1616
To use this client, you need to add the following jar to your `CLASSPATH`:
1717

18-
* vertx-mysql-postgresql-client 3.3.0-SNAPSHOT (the client)
18+
* vertx-mysql-postgresql-client 3.2.1 (the client)
1919
* scala-library 2.11.4
2020
* the postgress-async-2.11 and mysdql-async-2.11 from https://github.com/mauricio/postgresql-async
2121
* joda time
@@ -33,15 +33,15 @@ If you are building a _Fat-jar_ using Maven or Gradle, just add the following de
3333
<dependency>
3434
<groupId>io.vertx</groupId>
3535
<artifactId>vertx-mysql-postgresql-client</artifactId>
36-
<version>3.3.0-SNAPSHOT</version>
36+
<version>3.2.1</version>
3737
</dependency>
3838
----
3939

4040
* Gradle (in your `build.gradle` file):
4141

4242
[source,groovy,subs="+attributes"]
4343
----
44-
compile 'io.vertx:vertx-mysql-postgresql-client:3.3.0-SNAPSHOT'
44+
compile 'io.vertx:vertx-mysql-postgresql-client:3.2.1'
4545
----
4646

4747
=== In an application using a vert.x distributions

0 commit comments

Comments
 (0)