There was an error while loading. Please reload this page.
1 parent 020d2ec commit def6029Copy full SHA for def6029
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.jenkins-ci.plugins</groupId>
11
<artifactId>libvirt-slave</artifactId>
12
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.9.0</version>
13
<packaging>hpi</packaging>
14
<name>Jenkins Libvirt Agents plugin</name>
15
<description>This plugin allows Jenkins to use libvirt-based agents.</description>
@@ -45,7 +45,7 @@
45
<connection>scm:git:git://github.com/jenkinsci/libvirt-slave-plugin.git</connection>
46
<developerConnection>scm:git:git@github.com:jenkinsci/libvirt-slave-plugin.git</developerConnection>
47
<url>https://github.com/jenkinsci/libvirt-slave-plugin</url>
48
- <tag>HEAD</tag>
+ <tag>libvirt-slave-1.9.0</tag>
49
</scm>
50
<properties>
51
<java.level>8</java.level>
0 commit comments