Skip to content

Commit 0bced7f

Browse files
committed
[maven-release-plugin] prepare release concurrent-build-logger-0.2.0
1 parent ac26cce commit 0bced7f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
which accompanies this distribution, and is available at
77
http://www.eclipse.org/legal/epl-v10.html
88
-->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1110
<modelVersion>4.0.0</modelVersion>
1211

1312
<parent>
@@ -18,7 +17,7 @@
1817

1918
<groupId>io.takari.maven</groupId>
2019
<artifactId>concurrent-build-logger</artifactId>
21-
<version>0.2.0-SNAPSHOT</version>
20+
<version>0.2.0</version>
2221
<packaging>takari-maven-component</packaging>
2322

2423
<properties>
@@ -156,4 +155,8 @@
156155
</build>
157156
</profile>
158157
</profiles>
158+
159+
<scm>
160+
<tag>concurrent-build-logger-0.2.0</tag>
161+
</scm>
159162
</project>

0 commit comments

Comments
 (0)