We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcbc0c commit d445f06Copy full SHA for d445f06
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>tuleap-api</artifactId>
12
- <version>2.5.2-SNAPSHOT</version>
+ <version>2.5.2</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<jenkins.version>2.361.4</jenkins.version>
@@ -21,7 +21,7 @@
21
<connection>scm:git:ssh://github.com/jenkinsci/tuleap-api-plugin.git</connection>
22
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/tuleap-api-plugin.git</developerConnection>
23
<url>https://github.com/jenkinsci/tuleap-api-plugin</url>
24
- <tag>HEAD</tag>
+ <tag>tuleap-api-2.5.2</tag>
25
</scm>
26
<licenses>
27
<license>
0 commit comments