There was an error while loading. Please reload this page.
1 parent 23dc61b commit 7068120Copy full SHA for 7068120
pom.xml
@@ -26,15 +26,15 @@
26
<modelVersion>4.0.0</modelVersion>
27
<groupId>com.github.tahaviev</groupId>
28
<artifactId>git-lint-maven-plugin</artifactId>
29
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
30
<packaging>maven-plugin</packaging>
31
<description>A maven plugin for linting git messages</description>
32
<url>https://github.com/tahaviev/git-lint-maven-plugin</url>
33
<scm>
34
<connection>
35
scm:git:git@github.com:tahaviev/git-lint-maven-plugin.git
36
</connection>
37
- <tag>HEAD</tag>
+ <tag>0.1.1</tag>
38
</scm>
39
<distributionManagement>
40
<repository>
0 commit comments