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 63772c3 commit 6dbb2bbCopy full SHA for 6dbb2bb
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>org.jenkins-ci.plugins</groupId>
10
<artifactId>database-mysql</artifactId>
11
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
12
<packaging>hpi</packaging>
13
14
<url>https://wiki.jenkins-ci.org/display/JENKINS/MySQL+Database+Plugin</url>
@@ -51,6 +51,6 @@
51
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
52
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
53
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
54
- <tag>database-mysql-1.1</tag>
+ <tag>HEAD</tag>
55
</scm>
56
</project>
0 commit comments