Skip to content

Commit

Permalink
[maven-release-plugin] prepare release concurrent-build-logger-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Mar 3, 2023
1 parent ac26cce commit 0bced7f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -18,7 +17,7 @@

<groupId>io.takari.maven</groupId>
<artifactId>concurrent-build-logger</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>takari-maven-component</packaging>

<properties>
Expand Down Expand Up @@ -156,4 +155,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>concurrent-build-logger-0.2.0</tag>
</scm>
</project>

0 comments on commit 0bced7f

Please sign in to comment.