We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341233e commit f24d687Copy full SHA for f24d687
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>org.jenkins-ci.plugins</groupId>
10
<artifactId>libvirt-slave</artifactId>
11
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.8.3</version>
12
<packaging>hpi</packaging>
13
<name>Jenkins Libvirt Slaves plugin</name>
14
<description>This plugin allows Jenkins to use libvirt-based slaves.</description>
@@ -46,7 +46,8 @@
46
<connection>scm:git:git://github.com/jenkinsci/libvirt-slave-plugin.git</connection>
47
<developerConnection>scm:git:git@github.com:jenkinsci/libvirt-slave-plugin.git</developerConnection>
48
<url>https://github.com/jenkinsci/libvirt-slave-plugin</url>
49
- </scm>
+ <tag>libvirt-slave-1.8.3</tag>
50
+ </scm>
51
52
<repositories>
53
<repository>
0 commit comments