Skip to content

Commit c09313a

Browse files
authored
Correct capitalization of GitLab (#29)
1 parent 3b564ba commit c09313a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/gitlab-api.svg?color=blue)](https://plugins.jenkins.io/gitlab-api)
55

66
# gitlab-api-plugin
7-
Wraps [Gitlab Java API](https://github.com/gmessner/gitlab4j-api/) by [gmessner](https://github.com/gmessner) into a plugin
7+
Wraps [GitLab Java API](https://github.com/gmessner/gitlab4j-api/) by [gmessner](https://github.com/gmessner) into a plugin
88

99
Install plugin with
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2121
</properties>
2222

23-
<name>Gitlab API Plugin</name>
23+
<name>GitLab API Plugin</name>
2424
<description>Wraps Gitlab4J API into a plugin</description>
2525
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2626

0 commit comments

Comments
 (0)