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 29aff69 commit 2020b9cCopy full SHA for 2020b9c
pom.xml
@@ -34,7 +34,7 @@
34
</parent>
35
36
<artifactId>branch-api</artifactId>
37
- <version>${revision}${changelist}</version>
+ <version>2.6.1</version>
38
<packaging>hpi</packaging>
39
40
<name>Branch API Plugin</name>
@@ -61,7 +61,7 @@
61
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
62
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
63
<url>http://github.com/${gitHubRepo}</url>
64
- <tag>${scmTag}</tag>
+ <tag>branch-api-2.6.1</tag>
65
</scm>
66
67
<properties>
0 commit comments