We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb73dff commit eda0aecCopy full SHA for eda0aec
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>org.jenkins-ci.plugins</groupId>
10
<artifactId>vstestrunner</artifactId>
11
- <version>1.0.5-SNAPSHOT</version>
+ <version>1.0.5</version>
12
<packaging>hpi</packaging>
13
<name>Jenkins VSTest Runner plugin</name>
14
<url>http://wiki.jenkins-ci.org/display/JENKINS/VsTestRunner+Plugin</url>
@@ -20,6 +20,10 @@
20
</scm>
21
22
<developers>
23
+ <developer>
24
+ <id>egoughnour</id>
25
+ <name>Erik Goughnour</name>
26
+ </developer>
27
<developer>
28
<id>yasu_s</id>
29
<name>Yasuyuki Saito</name>
0 commit comments