Skip to content

Commit ec1d5e2

Browse files
authored
Changed repo to gitlab4j organization.
1 parent 6489b61 commit ec1d5e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>4.10.12-SNAPSHOT</version>
99
<name>GitLab4J-API - GitLab API Java Client</name>
1010
<description>GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API.</description>
11-
<url>https://github.com/gmessner/gitlab4j-api</url>
11+
<url>https://github.com/gitlab4j/gitlab4j-api</url>
1212

1313
<distributionManagement>
1414
<snapshotRepository>
@@ -63,9 +63,9 @@
6363
</properties>
6464

6565
<scm>
66-
<url>git@github.com:gmessner/gitlab4j-api.git</url>
67-
<connection>scm:git:git@github.com:gmessner/gitlab4j-api.git</connection>
68-
<developerConnection>scm:git:git@github.com:gmessner/gitlab4j-api.git</developerConnection>
66+
<url>git@github.com:gitlab4j/gitlab4j-api.git</url>
67+
<connection>scm:git:git@github.com:gitlab4j/gitlab4j-api.git</connection>
68+
<developerConnection>scm:git:git@github.com:gitlab4j/gitlab4j-api.git</developerConnection>
6969
<tag>HEAD</tag>
7070
</scm>
7171

0 commit comments

Comments
 (0)