Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Mar 9, 2021
1 parent db6c958 commit 1f4a65b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -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@
Expand Down
1 change: 1 addition & 0 deletions docs/modules/plugins/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 0 additions & 3 deletions vividus-plugin-websocket/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f4a65b

Please sign in to comment.