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