We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeda98a commit 30895e0Copy full SHA for 30895e0
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>envinject-api</artifactId>
13
- <version>1.8-SNAPSHOT</version>
+ <version>1.8</version>
14
<packaging>hpi</packaging>
15
<name>EnvInject API Plugin</name>
16
<description>Stores shared logic for Environment Injection management</description>
@@ -41,7 +41,7 @@
41
<connection>scm:git:ssh://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
42
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
43
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
44
- <tag>HEAD</tag>
+ <tag>envinject-api-1.8</tag>
45
</scm>
46
47
<dependencies>
0 commit comments