Skip to content

Commit

Permalink
Simpler fix of #8: update core dep to get JENKINS-18352 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 10, 2014
1 parent 4e8eefd commit a1d9a9b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.456</version>
<version>1.532.1</version>
</parent>

<artifactId>ant</artifactId>
Expand All @@ -18,19 +18,6 @@
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
</scm>

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.76</version>
<configuration>
<dependencyResolution>compile</dependencyResolution>
</configuration>
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand All @@ -53,4 +40,3 @@
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit a1d9a9b

Please sign in to comment.