Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Oct 7, 2024
1 parent 69be0bc commit 25db137
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,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">
<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>

<groupId>io.scalecube</groupId>
<artifactId>scalecube-parent</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
<packaging>pom</packaging>
<name>ScaleCube parent project</name>

Expand All @@ -27,7 +25,7 @@
<connection>scm:git:https://github.com/scalecube/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://github.com/scalecube/${project.artifactId}.git
</developerConnection>
<tag>HEAD</tag>
<tag>release-0.2.21</tag>
</scm>

<prerequisites>
Expand Down Expand Up @@ -188,7 +186,7 @@
<message>The reactor is not valid</message>
<ignoreModuleDependencies>true</ignoreModuleDependencies>
</reactorModuleConvergence>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 25db137

Please sign in to comment.