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 cd9a61d commit dcc45cdCopy full SHA for dcc45cd
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>org.jenkins-ci.plugins</groupId>
10
<artifactId>gogs-webhook</artifactId>
11
- <version>1.0.15-SNAPSHOT</version>
+ <version>1.0.15</version>
12
<packaging>hpi</packaging>
13
14
<properties>
@@ -271,6 +271,6 @@
271
<connection>scm:git:ssh://github.com/jenkinsci/gogs-webhook-plugin.git</connection>
272
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/gogs-webhook-plugin.git</developerConnection>
273
<url>https://github.com/jenkinsci/gogs-webhook-plugin</url>
274
- <tag>gogs-webhook-1.0.1</tag>
+ <tag>gogs-webhook-1.0.15</tag>
275
</scm>
276
</project>
0 commit comments