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 9adb16f commit c4b255bCopy full SHA for c4b255b
plugins/dependency-checker/pom.xml
@@ -6,7 +6,7 @@
6
<groupId>com.free-now.sauron.plugins</groupId>
7
<name>Sauron Dependency Checker</name>
8
<description>Sauron Dependency Checker Plugin</description>
9
- <version>0.0.69</version>
+ <version>0.0.70-SNAPSHOT</version>
10
11
<url>https://github.com/freenowtech/sauron</url>
12
@@ -41,7 +41,7 @@
41
</properties>
42
43
<scm>
44
- <tag>dependency-checker-0.0.69</tag>
+ <tag>HEAD</tag>
45
<url>${scm.url}</url>
46
<connection>${scm.url}</connection>
47
<developerConnection>${scm.url}</developerConnection>
0 commit comments