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