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 6ba43a7 commit 9d4183fCopy full SHA for 9d4183f
pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
9
<artifactId>powershell</artifactId>
10
- <version>1.8</version>
+ <version>1.9-SNAPSHOT</version>
11
<packaging>hpi</packaging>
12
13
<name>Jenkins PowerShell plugin</name>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
36
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
37
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
38
- <tag>powershell-1.8</tag>
+ <tag>HEAD</tag>
39
</scm>
40
41
<properties>
0 commit comments