We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90a09d commit abaaf12Copy full SHA for abaaf12
pom.xml
@@ -17,13 +17,13 @@
17
18
<groupId>io.takari.maven</groupId>
19
<artifactId>concurrent-build-logger</artifactId>
20
- <version>0.2.1-SNAPSHOT</version>
+ <version>0.2.1</version>
21
<packaging>takari-maven-component</packaging>
22
23
<scm>
24
<connection>scm:git:[email protected]:takari/concurrent-build-logger.git</connection>
25
<developerConnection>scm:git:[email protected]:takari/concurrent-build-logger.git</developerConnection>
26
- <tag>HEAD</tag>
+ <tag>concurrent-build-logger-0.2.1</tag>
27
<url>https://github.com/takari/concurrent-build-logger</url>
28
</scm>
29
0 commit comments