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 539a776 commit bf55f3fCopy full SHA for bf55f3f
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>system-rules</artifactId>
12
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
13
<packaging>jar</packaging>
14
15
<name>System Rules</name>
@@ -53,7 +53,8 @@
53
<connection>scm:git:git://github.com/stefanbirkner/system-rules.git</connection>
54
<developerConnection>scm:git:[email protected]:stefanbirkner/system-rules.git</developerConnection>
55
<url>https://github.com/stefanbirkner/system-rules/</url>
56
- </scm>
+ <tag>system-rules-1.8.0</tag>
57
+ </scm>
58
59
<dependencies>
60
<dependency>
0 commit comments