Skip to content

Commit

Permalink
Releasing 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 7, 2015
1 parent 3189e48 commit 9cfac4d
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</parent>

<artifactId>vertx-core</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>

<name>Vert.x Core</name>

Expand Down Expand Up @@ -62,7 +62,7 @@
<apacheds-protocol-dns.version>1.5.7</apacheds-protocol-dns.version>
<asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>
<generated.dir>${project.basedir}/src/main/generated</generated.dir>
<stack.version>3.1.0-SNAPSHOT</stack.version>
<stack.version>3.1.0</stack.version>

</properties>

Expand Down
38 changes: 19 additions & 19 deletions src/main/asciidoc/dataobjects.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,25 @@ Set whether Netty pooled buffers are enabled
+++
|===

[[MetricsOptions]]
== MetricsOptions

++++
Vert.x metrics base configuration, this class can be extended by provider implementations to configure
those specific implementations.
++++
'''

[cols=">25%,^25%,50%"]
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[enabled]]`enabled`|`Boolean`|
+++
Set whether metrics will be enabled on the Vert.x instance.
+++
|===

[[ClientOptionsBase]]
== ClientOptionsBase

Expand Down Expand Up @@ -718,25 +737,6 @@ Set whether Netty pooled buffers are enabled
+++
|===

[[MetricsOptions]]
== MetricsOptions

++++
Vert.x metrics base configuration, this class can be extended by provider implementations to configure
those specific implementations.
++++
'''

[cols=">25%,^25%,50%"]
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[enabled]]`enabled`|`Boolean`|
+++
Set whether metrics will be enabled on the Vert.x instance.
+++
|===

[[DeploymentOptions]]
== DeploymentOptions

Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/java/override/dependencies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ project descriptor to access the Vert.x Core API:
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
----

* Gradle (in your `build.gradle` file):
[source,groovy,subs="+attributes"]
----
compile io.vertx:vertx-core:3.1.0-SNAPSHOT
compile io.vertx:vertx-core:3.1.0
----
34 changes: 17 additions & 17 deletions src/test/asciidoc/dataobjects.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
= Cheatsheets

[[NoConverterDataObject]]
== NoConverterDataObject

++++
@author <a href="mailto:[email protected]">Julien Viet</a>
++++
'''

[cols=">25%,^25%,50%"]
[frame="topbot"]
|===
^|Name | Type ^| Description
|===

[[ChildInheritingDataObject]]
== ChildInheritingDataObject

Expand All @@ -16,8 +30,8 @@
|[[parentProperty]]`parentProperty`|`String`|-
|===

[[NoConverterDataObject]]
== NoConverterDataObject
[[ParentDataObject]]
== ParentDataObject

++++
@author <a href="mailto:[email protected]">Julien Viet</a>
Expand All @@ -28,6 +42,7 @@
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[parentProperty]]`parentProperty`|`String`|-
|===

[[TestDataObject]]
Expand Down Expand Up @@ -114,21 +129,6 @@
|[[stringValues]]`stringValues`|`Array of String`|-
|===

[[ParentDataObject]]
== ParentDataObject

++++
@author <a href="mailto:[email protected]">Julien Viet</a>
++++
'''

[cols=">25%,^25%,50%"]
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[parentProperty]]`parentProperty`|`String`|-
|===

[[AggregatedDataObject]]
== AggregatedDataObject

Expand Down

0 comments on commit 9cfac4d

Please sign in to comment.