Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
Releasing 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 4, 2018
1 parent cc1e925 commit 47e5e05
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 @@ -23,7 +23,7 @@
</parent>

<artifactId>vertx-hawkular-metrics</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>

<name>Vert.x Hawkular Metrics</name>
<description>Hawkular implementation of the Vert.x Metrics SPI</description>
Expand All @@ -36,7 +36,7 @@

<properties>
<!-- Versioning properties -->
<stack.version>3.5.2-SNAPSHOT</stack.version>
<stack.version>3.5.2</stack.version>
<version.org.wildfly>10.0.0.Final</version.org.wildfly>
<version.org.hawkular.metrics>0.25.0.Final</version.org.hawkular.metrics>
<version.org.hawkular.embedded-cassandra>0.9.2.Final</version.org.hawkular.embedded-cassandra>
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 @@ -26,15 +26,15 @@ Maven users should add this to their project POM file:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hawkular-metrics</artifactId>
<version>3.5.2.CR3</version>
<version>3.5.2</version>
</dependency>
----

And Gradle users, to their build file:

[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-hawkular-metrics:3.5.2.CR3'
compile 'io.vertx:vertx-hawkular-metrics:3.5.2'
----

Vert.x does not enable SPI implementations by default. You must enable metric collection in the Vert.x options:
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 @@ -26,15 +26,15 @@ Maven users should add this to their project POM file:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hawkular-metrics</artifactId>
<version>3.5.2.CR3</version>
<version>3.5.2</version>
</dependency>
----

And Gradle users, to their build file:

[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-hawkular-metrics:3.5.2.CR3'
compile 'io.vertx:vertx-hawkular-metrics:3.5.2'
----

Vert.x does not enable SPI implementations by default. You must enable metric collection in the Vert.x options:
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 @@ -26,15 +26,15 @@ Maven users should add this to their project POM file:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hawkular-metrics</artifactId>
<version>3.5.2.CR3</version>
<version>3.5.2</version>
</dependency>
----

And Gradle users, to their build file:

[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-hawkular-metrics:3.5.2.CR3'
compile 'io.vertx:vertx-hawkular-metrics:3.5.2'
----

Vert.x does not enable SPI implementations by default. You must enable metric collection in the Vert.x options:
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 @@ -26,15 +26,15 @@ Maven users should add this to their project POM file:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hawkular-metrics</artifactId>
<version>3.5.2.CR3</version>
<version>3.5.2</version>
</dependency>
----

And Gradle users, to their build file:

[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-hawkular-metrics:3.5.2.CR3'
compile 'io.vertx:vertx-hawkular-metrics:3.5.2'
----

Vert.x does not enable SPI implementations by default. You must enable metric collection in the Vert.x options:
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 @@ -26,15 +26,15 @@ Maven users should add this to their project POM file:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-hawkular-metrics</artifactId>
<version>3.5.2.CR3</version>
<version>3.5.2</version>
</dependency>
----

And Gradle users, to their build file:

[source,groovy,subs="+attributes"]
----
compile 'io.vertx:vertx-hawkular-metrics:3.5.2.CR3'
compile 'io.vertx:vertx-hawkular-metrics:3.5.2'
----

Vert.x does not enable SPI implementations by default. You must enable metric collection in the Vert.x options:
Expand Down

0 comments on commit 47e5e05

Please sign in to comment.