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 6569ddf commit 018db16Copy full SHA for 018db16
pom.xml
@@ -32,7 +32,7 @@ THE SOFTWARE.
32
</parent>
33
34
<artifactId>http_request</artifactId>
35
- <version>${revision}${changelist}</version>
+ <version>1.24</version>
36
<packaging>hpi</packaging>
37
<name>HTTP Request Plugin</name>
38
<description>
@@ -138,7 +138,7 @@ THE SOFTWARE.
138
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
139
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
140
<url>https://github.com/${gitHubRepo}</url>
141
- <tag>${scmTag}</tag>
+ <tag>http_request-1.24</tag>
142
</scm>
143
<developers>
144
<developer>
0 commit comments