Skip to content

Commit

Permalink
Set last version of hpi plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-aumjaud committed Jun 11, 2015
1 parent 9143adc commit 07fca50
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<connection>scm:git:ssh://git@github.com/jenkinsci/fitnesse-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/fitnesse-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/fitnesse-plugin</url>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<build>
<plugins>
Expand All @@ -71,8 +71,13 @@
<goals>deploy</goals>
</configuration>
</plugin>
</plugins>
</build>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.113</version>
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
Expand Down

0 comments on commit 07fca50

Please sign in to comment.