We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619986e commit 371d523Copy full SHA for 371d523
pom.xml
@@ -33,7 +33,7 @@ THE SOFTWARE.
33
34
<artifactId>influxdb</artifactId>
35
<url>https://github.com/jenkinsci/influxdb-plugin</url>
36
- <version>3.6</version>
+ <version>3.7-SNAPSHOT</version>
37
<packaging>hpi</packaging>
38
39
<name>InfluxDB Plugin</name>
@@ -43,7 +43,7 @@ THE SOFTWARE.
43
<connection>scm:git:ssh://github.com/jenkinsci/influxdb-plugin.git</connection>
44
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/influxdb-plugin.git</developerConnection>
45
46
- <tag>influxdb-3.6</tag>
+ <tag>HEAD</tag>
47
</scm>
48
49
<properties>
0 commit comments