Skip to content

Commit b71503f

Browse files
committed
vert-x3#108: Merged master branch into feature/vert-x3#108-Connection-Retries
Signed-off-by: Ernesto J. Perez <[email protected]>
2 parents d62ed48 + 1bb6ff2 commit b71503f

File tree

12 files changed

+91
-1489
lines changed

12 files changed

+91
-1489
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ before_install:
2424
install: true
2525
script:
2626
- set -e
27-
- travis_wait 30 mvn -q -Dmaven.test.redirectTestOutputToFile clean verify -B
27+
- mvn clean verify -B
2828
- bash .travis.deploy.artifacts.sh

README.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ a fully async client for MySQL and PostgreSQL.
99
Please see the in source asciidoc documentation or the main documentation on the web-site for a full description:
1010

1111
* Web-site docs
12-
* link:src/main/asciidoc/java/index.adoc[Java in-source docs]
13-
* link:src/main/asciidoc/js/index.adoc[JavaScript in-source docs]
14-
* link:src/main/asciidoc/groovy/index.adoc[Groovy in-source docs]
12+
* link:src/main/asciidoc/index.adoc[Java in-source docs]
1513
1614
== Requirements for running test suite
1715

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vertx</groupId>
55
<artifactId>vertx-ext-parent</artifactId>
6-
<version>28</version>
6+
<version>30</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -91,11 +91,6 @@
9191
<artifactId>vertx-lang-groovy</artifactId>
9292
<optional>true</optional>
9393
</dependency>
94-
<dependency>
95-
<groupId>io.vertx</groupId>
96-
<artifactId>vertx-lang-kotlin</artifactId>
97-
<optional>true</optional>
98-
</dependency>
9994
<dependency>
10095
<groupId>io.vertx</groupId>
10196
<artifactId>vertx-lang-ruby</artifactId>

src/main/asciidoc/groovy/index.adoc

Lines changed: 0 additions & 293 deletions
This file was deleted.

0 commit comments

Comments
 (0)