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 d884a97 commit 64cd5b5Copy full SHA for 64cd5b5
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.jenkins-ci.plugins</groupId>
11
<artifactId>database-mysql</artifactId>
12
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
13
<packaging>hpi</packaging>
14
<name>MySQL Database Plugin</name>
15
@@ -57,6 +57,6 @@
57
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
58
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
59
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
60
- <tag>HEAD</tag>
+ <tag>database-mysql-1.3</tag>
61
</scm>
62
</project>
0 commit comments