Skip to content

Commit

Permalink
revert scm pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
scaytrase committed Sep 16, 2016
1 parent 078825e commit 4e8940b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>stashNotifier</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.11.3</version>
<name>Stash Notifier</name>
<description>
Jenkins plugin to notify Atlassian Stash (Bitbucket) git repository servers of
Expand All @@ -31,10 +31,10 @@
<url>http://wiki.jenkins-ci.org/display/JENKINS/StashNotifier+Plugin</url>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
</scm>
<connection>scm:git:https://github.com/jenkinsci/stashnotifier-plugin.git</connection>
<developerConnection>scm:git:https://github.com/jenkinsci/stashnotifier-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/stashnotifier-plugin</url>
</scm>

<developers>
<developer>
Expand Down

0 comments on commit 4e8940b

Please sign in to comment.