From 1f4a65b9f90e4d9fb9b6522efd2f65eb80fa1b27 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Tue, 9 Mar 2021 22:29:07 +0300 Subject: [PATCH] Release 0.3.2 --- docs/antora.yml | 4 ++-- docs/modules/plugins/nav.adoc | 1 + vividus-plugin-websocket/build.gradle | 3 --- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index d328ab6cd7..275f1b40d6 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,11 +1,11 @@ name: vividus -version: latest +version: 0.3.2 prerelease: false title: VIVIDUS asciidoc: attributes: release-version: 'false' - current-version: 0.3.2-SNAPSHOT + current-version: 0.3.2 source-language: asciidoc@ xrefstyle: short@ listing-caption: Example@ diff --git a/docs/modules/plugins/nav.adoc b/docs/modules/plugins/nav.adoc index a6d42b7cb8..56ad60d656 100644 --- a/docs/modules/plugins/nav.adoc +++ b/docs/modules/plugins/nav.adoc @@ -21,6 +21,7 @@ * xref:plugin-visual.adoc[Visual Testing*] * xref:plugin-web-app-to-rest-api.adoc[Web Application & REST API Integration] * xref:plugin-web-app.adoc[Web Application] +* xref:plugin-websocket.adoc[WebSockets] * xref:plugin-xml.adoc[XML*] * Testing Clouds ** xref:plugin-browser-stack.adoc[Browser Stack] diff --git a/vividus-plugin-websocket/build.gradle b/vividus-plugin-websocket/build.gradle index 22427e858f..e3efb82f61 100644 --- a/vividus-plugin-websocket/build.gradle +++ b/vividus-plugin-websocket/build.gradle @@ -12,6 +12,3 @@ dependencies { testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter') testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter', version: versions.mockito) } - -tasks.artifactoryPublish.enabled = false -tasks.publish.enabled = false