We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e16e2 commit eea6bd7Copy full SHA for eea6bd7
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>envinject-api</artifactId>
12
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
13
<packaging>hpi</packaging>
14
<name>EnvInject API Plugin</name>
15
<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.5</tag>
45
</scm>
46
47
<dependencies>
0 commit comments