We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dd720 commit ab766c7Copy full SHA for ab766c7
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>io.github.kavahub</groupId>
5
<artifactId>kavahub-async-file</artifactId>
6
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.RELEASE</version>
7
<name>kavahub-async-file</name>
8
<packaging>jar</packaging>
9
@@ -29,7 +29,7 @@
29
<connection>scm:git:[email protected]:kavahub/async-file.git</connection>
30
<developerConnection>scm:git:[email protected]:kavahub/async-file.git</developerConnection>
31
<url>https://github.com/kavahub/async-file.git</url>
32
- <tag>HEAD</tag>
+ <tag>kavahub-async-file-1.0.0.RELEASE</tag>
33
</scm>
34
35
0 commit comments