Skip to content

Commit

Permalink
Make hpi:run actually work!
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 14, 2013
1 parent 9d41ba0 commit 3a88986
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Expand Up @@ -11,6 +11,9 @@
<name>Jenkins Mercurial plugin</name>
<description>Allows Jenkins to check out projects from the Mercurial SCM.</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Mercurial+Plugin</url>
<properties>
<maven-hpi-plugin.version>1.96</maven-hpi-plugin.version> <!-- TODO can remove when based on 1.509.3 -->
</properties>
<developers>
<developer>
<id>jglick</id>
Expand Down Expand Up @@ -45,9 +48,9 @@
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/jenkinsci/${artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${artifactId}-plugin</url>
<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>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down

0 comments on commit 3a88986

Please sign in to comment.