pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.59k stars 462 forks source link

Issue #357 Fix version number in Maven #482

Closed davidjlynn closed 2 years ago

davidjlynn commented 2 years ago

It is not usual for a version number to be prefixed with v... in Maven. An easy fix to strip this "v" when it exists.

davidjlynn commented 2 years ago

@pseudomuto Noticed that the version number was strange in maven for #357 , so here is a fix for that to remove the leading 'v'. Thanks.