We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa04893 commit 5c34d31Copy full SHA for 5c34d31
pom.xml
@@ -32,7 +32,7 @@ THE SOFTWARE.
32
</parent>
33
34
<artifactId>http_request</artifactId>
35
- <version>${revision}${changelist}</version>
+ <version>1.19</version>
36
<packaging>hpi</packaging>
37
<name>HTTP Request Plugin</name>
38
<description>
@@ -139,7 +139,7 @@ THE SOFTWARE.
139
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
140
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
141
<url>https://github.com/${gitHubRepo}</url>
142
- <tag>${scmTag}</tag>
+ <tag>http_request-1.19</tag>
143
</scm>
144
<developers>
145
<developer>
0 commit comments