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 df7bdc5 commit df50b11Copy full SHA for df50b11
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
<groupId>org.jenkins-ci.plugins</groupId>
10
<artifactId>gogs-webhook</artifactId>
11
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
12
<packaging>hpi</packaging>
13
14
<properties>
@@ -76,6 +76,6 @@
76
<connection>scm:git:ssh://github.com/jenkinsci/gogs-webhook-plugin.git</connection>
77
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/gogs-webhook-plugin.git</developerConnection>
78
<url>https://github.com/jenkinsci/gogs-webhook-plugin</url>
79
- <tag>gogs-webhook-1.0.1</tag>
+ <tag>gogs-webhook-1.0.2</tag>
80
</scm>
81
</project>
0 commit comments