We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba31fb commit 4caddb7Copy full SHA for 4caddb7
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.jenkins-ci.plugins</groupId>
11
<artifactId>delphix</artifactId>
12
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<jenkins.version>2.346.1</jenkins.version>
@@ -40,7 +40,7 @@
40
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
41
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
42
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
43
- <tag>delphix-3.2.0</tag>
+ <tag>delphix-3.2.1</tag>
44
</scm>
45
46
<dependencyManagement>
0 commit comments