We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34882a commit ade0283Copy full SHA for ade0283
plugins/webhook/pom.xml
@@ -6,7 +6,7 @@
6
<groupId>com.free-now.sauron.plugins</groupId>
7
<name>Sauron Webhook</name>
8
<description>Sauron Webhook Plugin</description>
9
- <version>0.0.5</version>
+ <version>0.0.6-SNAPSHOT</version>
10
11
<url>https://github.com/freenowtech/sauron</url>
12
@@ -37,7 +37,7 @@
37
</properties>
38
39
<scm>
40
- <tag>webhook-0.0.5</tag>
+ <tag>HEAD</tag>
41
<url>${scm.url}</url>
42
<connection>${scm.url}</connection>
43
<developerConnection>${scm.url}</developerConnection>
0 commit comments