mirror of https://github.com/jenkinsci/jenkins.git
pick up a newer version of ssh-slaves
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20223 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
parent
26f6d80e31
commit
901adc4d7b
|
|
@ -111,7 +111,7 @@ THE SOFTWARE.
|
|||
|
||||
<!-- bundled plugins -->
|
||||
<resolveArtifact groupId="${project.groupId}" artifactId="maven-plugin" version="${project.version}" type="hpi" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/maven-plugin.hpi" />
|
||||
<resolveArtifact groupId="org.jvnet.hudson.plugins" artifactId="ssh-slaves" version="0.6" type="hpi" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/ssh-slaves.hpi" />
|
||||
<resolveArtifact groupId="org.jvnet.hudson.plugins" artifactId="ssh-slaves" version="0.7" type="hpi" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/ssh-slaves.hpi" />
|
||||
<resolveArtifact groupId="org.jvnet.hudson.plugins" artifactId="subversion" version="1.4" type="hpi" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/subversion.hpi" />
|
||||
</tasks>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Reference in New Issue