Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs are not showing the cucumber-jvm version correctly #57

Closed
mlvandijk opened this issue Nov 1, 2017 · 1 comment
Closed

Docs are not showing the cucumber-jvm version correctly #57

mlvandijk opened this issue Nov 1, 2017 · 1 comment

Comments

@mlvandijk
Copy link
Member

mlvandijk commented Nov 1, 2017

jvm.md is not showing the cucumber jvm version

Actual result:
For instance:

<dependency>
    <groupId>info.cukes</groupId>
    <artifactId>cucumber-scala</artifactId>
    <version>{{ site.versions.cucumber_jvm }}</version>
    <scope>test</scope>
</dependency>

Expected result:

<version>2.1.0</version>

Being able to configure this version somewhere so it shows consistently through the document

Possibly this might help: https://gohugo.io/variables/

@mlvandijk
Copy link
Member Author

Fixed by @aslakhellesoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant