We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbe270 commit fefbce9Copy full SHA for fefbce9
pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
9
<artifactId>powershell</artifactId>
10
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
11
<packaging>hpi</packaging>
12
13
<name>Jenkins PowerShell plugin</name>
@@ -35,7 +35,7 @@
35
<connection>scm:git:https://github.com/jenkinsci/powershell-plugin.git</connection>
36
<developerConnection>scm:git:[email protected]:jenkinsci/powershell-plugin.git</developerConnection>
37
<url>https://github.com/jenkinsci/powershell-plugin</url>
38
- <tag>powershell-2.3</tag>
+ <tag>HEAD</tag>
39
</scm>
40
41
<properties>
0 commit comments