Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
7cad8c73
Commit
7cad8c73
authored
Feb 18, 2014
by
gmessner
Browse files
Changed scm settings.
parent
d9634e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
7cad8c73
...
...
@@ -5,7 +5,7 @@
<groupId>
com.messners
</groupId>
<artifactId>
gitlab-api
</artifactId>
<packaging>
jar
</packaging>
<version>
1.0
</version>
<version>
1.0
-SNAPSHOT
</version>
<name>
gitlab-api
</name>
<licenses>
...
...
@@ -32,9 +32,9 @@
</properties>
<scm>
<url>
https://
github.com
/
gmessner/gitlab-api.git
</url>
<connection>
scm:git:
https://
github.com
/
gmessner/gitlab-api.git
</connection>
<developerConnection>
scm:git:
https://
github.com
/
gmessner/gitlab-api.git
</developerConnection>
<url>
ssh:git@
github.com
:
gmessner/gitlab-api.git
</url>
<connection>
scm:git:
ssh:git@
github.com
:
gmessner/gitlab-api.git
</connection>
<developerConnection>
scm:git:
ssh:git@
github.com
:
gmessner/gitlab-api.git
</developerConnection>
</scm>
<build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment