Skip to content

Commit

Permalink
Use the latest version of maven-hpi-plugin to support detached remoting
Browse files Browse the repository at this point in the history
module.
  • Loading branch information
kohsuke committed Jul 16, 2011
1 parent f6d520d commit fa505a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/pom.xml
Expand Up @@ -115,7 +115,7 @@
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.72</version>
<version>1.74</version>
<extensions>true</extensions>
<configuration>
<showDeprecation>true</showDeprecation>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -397,7 +397,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.73-SNAPSHOT</version>
<version>1.74</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit fa505a8

Please sign in to comment.