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
012139a8
Commit
012139a8
authored
Feb 18, 2014
by
unknown
Browse files
Changes for performing releases.
parent
7d705afc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
012139a8
...
@@ -31,6 +31,12 @@
...
@@ -31,6 +31,12 @@
<junit.version>
4.9
</junit.version>
<junit.version>
4.9
</junit.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
</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>
</scm>
<build>
<build>
<defaultGoal>
package
</defaultGoal>
<defaultGoal>
package
</defaultGoal>
...
@@ -50,6 +56,13 @@
...
@@ -50,6 +56,13 @@
</checkModificationExcludes>
</checkModificationExcludes>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<artifactId>
maven-scm-plugin
</artifactId>
<version>
1.8.1
</version>
<configuration>
<tag>
${project.artifactId}-${project.version}
</tag>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
...
...
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