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