forked from jenkinsci/email-ext-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
1 parent
8a1936c
commit d0c1567
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
<artifactId>email-ext</artifactId> | ||
<packaging>hpi</packaging> | ||
<version>2.58</version> | ||
<version>2.59-SNAPSHOT</version> | ||
<name>Email Extension Plugin</name> | ||
<description>Allows to configure every aspect of email notifications: when an email is sent, who should receive it and what the email says</description> | ||
<url>https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin</url> | ||
|
@@ -258,7 +258,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/jenkinsci/email-ext-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:jenkinsci/email-ext-plugin.git</developerConnection> | ||
<tag>email-ext-2.58</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|