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