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 a0c1072 commit 299648dCopy full SHA for 299648d
pom.xml
@@ -8,8 +8,14 @@
8
</parent>
9
10
<artifactId>powershell</artifactId>
11
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
12
<packaging>hpi</packaging>
13
<name>Hudson PowerShell plugin</name>
14
<url>http://wiki.hudson-ci.org/display/HUDSON/PowerShell+Plugin</url>
15
+
16
+ <scm>
17
+ <connection>scm:svn:https://[email protected]/svn/hudson/tags/powershell-1.1</connection>
18
+ <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/powershell-1.1</developerConnection>
19
+ <url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/powershell/tags/powershell-1.1</url>
20
+ </scm>
21
</project>
0 commit comments