Skip to content

Commit 6ffd53d

Browse files
committed
[maven-release-plugin] prepare release release-0.2.20
1 parent c342b8e commit 6ffd53d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>io.scalecube</groupId>
75
<artifactId>scalecube-parent</artifactId>
8-
<version>0.2.20-SNAPSHOT</version>
6+
<version>0.2.20</version>
97
<packaging>pom</packaging>
108
<name>ScaleCube parent project</name>
119

@@ -27,7 +25,7 @@
2725
<connection>scm:git:https://github.com/scalecube/${project.artifactId}.git</connection>
2826
<developerConnection>scm:git:https://github.com/scalecube/${project.artifactId}.git
2927
</developerConnection>
30-
<tag>HEAD</tag>
28+
<tag>release-0.2.20</tag>
3129
</scm>
3230

3331
<prerequisites>
@@ -188,7 +186,7 @@
188186
<message>The reactor is not valid</message>
189187
<ignoreModuleDependencies>true</ignoreModuleDependencies>
190188
</reactorModuleConvergence>
191-
<dependencyConvergence/>
189+
<dependencyConvergence />
192190
</rules>
193191
</configuration>
194192
</execution>

0 commit comments

Comments
 (0)