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 Nov 19, 2017
1 parent a7d1f3c commit 9b6b3f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
## Unreleased
### No issue

**Initial**
**Doc**


[e6ff26d9674ba88](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/e6ff26d9674ba88) Tomas Bjerre *2017-10-28 20:12:07*
[ecbd1a0046e86d3](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/ecbd1a0046e86d3) Tomas Bjerre *2017-11-19 12:22:28*


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

**Better error message if project cannot be found**


[0917564b4266759](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/0917564b4266759) Tomas Bjerre *2017-11-01 18:34:47*

**Doc**


[f3e3e028ed3574c](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin/commit/f3e3e028ed3574c) Tomas Bjerre *2017-10-28 20:28:46*


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.1</version>
<version>1.2</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.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
<configuration>
<gitLabUrl>${GITLAB_URL}</gitLabUrl>
<mergeRequestId>${GITLAB_MERGEREQUESTID}</mergeRequestId>
Expand Down

0 comments on commit 9b6b3f8

Please sign in to comment.