Skip to content

Commit fb9c4c3

Browse files
committed
chore: setting version in pom
1 parent 8de06da commit fb9c4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>generic-webhook-trigger</artifactId>
11-
<version>2.3.0</version>
11+
<version>2.3.0-SNAPSHOT</version>
1212
<packaging>hpi</packaging>
1313
<name>Generic Webhook Trigger Plugin</name>
1414
<description>Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.</description>
@@ -31,7 +31,7 @@
3131

3232
<scm>
3333
<connection>scm:git:ssh://git@github.com:jenkinsci/generic-webhook-trigger-plugin.git</connection>
34-
<developerConnection>scm:git:https://github.com/jenkinsci/generic-webhook-trigger-plugin</developerConnection>
34+
<developerConnection>scm:git:ssh://git@github.com:jenkinsci/generic-webhook-trigger-plugin.git</developerConnection>
3535
<tag>generic-webhook-trigger-2.3.0</tag>
3636
<url>https://github.com/jenkinsci/generic-webhook-trigger-plugin</url>
3737
</scm>

0 commit comments

Comments
 (0)