forked from jenkinsci/gitlab-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
Owen Mehegan
committed
Nov 19, 2015
1 parent
bf5ecd9
commit 2f74e58
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
</parent> | ||
|
||
<artifactId>gitlab-plugin</artifactId> | ||
<version>1.1.28</version> | ||
<version>1.1.29-SNAPSHOT</version> | ||
<name>GitLab Plugin</name> | ||
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitLab+Plugin</url> | ||
<packaging>hpi</packaging> | ||
|
@@ -31,7 +31,7 @@ | |
<connection>scm:git:ssh://github.com:jenkinsci/gitlab-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:jenkinsci/gitlab-plugin.git</developerConnection> | ||
<url>https://github.com/jenkinsci/gitlab-plugin</url> | ||
<tag>gitlab-plugin-1.1.28</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need --> | ||
<repositories> | ||
|