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