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

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 22, 2017
1 parent 4e1a1a6 commit 6813f70
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
## Unreleased
### No issue

**DocFX parsing JSON with Gson, not ScriptEngine**


[c5edf8798d16458](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/c5edf8798d16458) Tomas Bjerre *2017-12-22 12:51:55*

**Doc**


[f95ad32caa4ba4f](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/f95ad32caa4ba4f) Tomas Bjerre *2017-12-21 15:06:46*


## violation-comments-to-gitlab-maven-plugin-1.6
### No issue

**DocFX**


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Here is and example:
<plugin>
<groupId>se.bjurr.violations</groupId>
<artifactId>violation-comments-to-gitlab-maven-plugin</artifactId>
<version>1.6</version>
<version>1.7</version>
<executions>
<execution>
<id>ViolationCommentsToGitLab</id>
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 @@ -16,7 +16,7 @@
<plugin>
<groupId>se.bjurr.violations</groupId>
<artifactId>violation-comments-to-gitlab-maven-plugin</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<configuration>
<gitLabUrl>${GITLAB_URL}</gitLabUrl>
<mergeRequestId>${GITLAB_MERGEREQUESTID}</mergeRequestId>
Expand Down

0 comments on commit 6813f70

Please sign in to comment.