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 925d261 commit fb50ecd
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

**Bumping version to fix faulty release**


[5ee7525fc50036b](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/5ee7525fc50036b) Tomas Bjerre *2017-12-22 19:00:13*

**Doc**


[6813f7076c03cb7](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/6813f7076c03cb7) Tomas Bjerre *2017-12-22 12:54:34*


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

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


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.7</version>
<version>1.8</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.8-SNAPSHOT</version>
<version>1.9-SNAPSHOT</version>
<configuration>
<gitLabUrl>${GITLAB_URL}</gitLabUrl>
<mergeRequestId>${GITLAB_MERGEREQUESTID}</mergeRequestId>
Expand Down

0 comments on commit fb50ecd

Please sign in to comment.