Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 14, 2020
1 parent 789abee commit 4bf8289
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.42
### GitHub #117

**Correctings in patchparsing tomasbjerre/violations-lib#117**


[967f671d0d6a370](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/967f671d0d6a370) Tomas Bjerre *2020-12-14 15:18:05*


## 1.41
### No issue

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_Bandit_](https://github.com/PyCQA/bandit) | `CLANG` | With `bandit -r examples/ -f custom -o bandit.out --msg-template "{abspath}:{line}: {severity}: {test_id}: {msg}"`
| [_CLang_](https://clang-analyzer.llvm.org/) | `CLANG` |
| [_CPD_](http://pmd.sourceforge.net/pmd-4.3.0/cpd.html) | `CPD` |
| [_CPPCheck_](http://cppcheck.sourceforge.net/) | `CPPCHECK` |
| [_CPPCheck_](http://cppcheck.sourceforge.net/) | `CPPCHECK` | With `cppcheck test.cpp --output-file=cppcheck.xml --xml`
| [_CPPLint_](https://github.com/theandrewdavis/cpplint) | `CPPLINT` |
| [_CSSLint_](https://github.com/CSSLint/csslint) | `CSSLINT` |
| [_Checkstyle_](http://checkstyle.sourceforge.net/) | `CHECKSTYLE` |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>se.bjurr.violations</groupId>
<artifactId>violation-comments-to-gitlab-maven-plugin</artifactId>
<version>1.42</version>
<version>1.43-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>violation-comments-to-gitlab-maven-plugin</name>
<description>Maven plugin that comments GitLab with results from static code analysis.</description>
Expand All @@ -12,7 +12,7 @@
<scm>
<developerConnection>scm:git:[email protected]:tomasbjerre/violation-comments-to-gitlab-maven-plugin.git</developerConnection>
<url>https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin</url>
<tag>violation-comments-to-gitlab-maven-plugin-1.42</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion violation-comments-to-gitlab-maven-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<plugin.version>1.42-SNAPSHOT</plugin.version>
<plugin.version>1.43-SNAPSHOT</plugin.version>
</properties>

<build>
Expand Down

0 comments on commit 4bf8289

Please sign in to comment.