Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Feb 4, 2024
1 parent b75ecee commit 13ad73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-parent</artifactId>
<version>3.0.10-SNAPSHOT</version>
<version>3.0.10</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:https://github.com/kiwiproject/kiwi-parent.git</connection>
<developerConnection>scm:git:git@github.com:kiwiproject/kiwi-parent.git</developerConnection>
<url>https://github.com/kiwiproject/kiwi-parent</url>
<tag>HEAD</tag>
<tag>v3.0.10</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -451,7 +451,7 @@
<delete dir="${project.build.directory}/generated-sources/delombok" />

<!-- Delete the checkout directory created during the release process -->
<delete dir="${project.build.directory}/checkout"/>
<delete dir="${project.build.directory}/checkout" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 13ad73c

Please sign in to comment.