diff --git a/README.md b/README.md index 7185cff..964b1dd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output | [_FxCop_](https://en.wikipedia.org/wiki/FxCop) | `FXCOP` | | [_GCC_](https://gcc.gnu.org/) | `CLANG` | | [_Gendarme_](http://www.mono-project.com/docs/tools+libraries/tools/gendarme/) | `GENDARME` | +| [_Generic reporter_]() | `GENERIC` | Will create one single violation with all the content as message. | [_GoLint_](https://github.com/golang/lint) | `GOLINT` | | [_GoVet_](https://golang.org/cmd/vet/) | `GOLINT` | Same format as GoLint. | [_GolangCI-Lint_](https://github.com/golangci/golangci-lint/) | `CHECKSTYLE` | With `--out-format=checkstyle`. diff --git a/pom.xml b/pom.xml index 965dd6e..f4badf7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ false true 1.99 - 1.123 - 1.37 + 1.128 + 1.38 1.62