File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<groupId >io.scalecube</groupId >
7
5
<artifactId >scalecube-parent</artifactId >
8
- <version >0.2.20-SNAPSHOT </version >
6
+ <version >0.2.20</version >
9
7
<packaging >pom</packaging >
10
8
<name >ScaleCube parent project</name >
11
9
27
25
<connection >scm:git:https://github.com/scalecube/${project.artifactId} .git</connection >
28
26
<developerConnection >scm:git:https://github.com/scalecube/${project.artifactId} .git
29
27
</developerConnection >
30
- <tag >HEAD </tag >
28
+ <tag >release-0.2.20 </tag >
31
29
</scm >
32
30
33
31
<prerequisites >
188
186
<message >The reactor is not valid</message >
189
187
<ignoreModuleDependencies >true</ignoreModuleDependencies >
190
188
</reactorModuleConvergence >
191
- <dependencyConvergence />
189
+ <dependencyConvergence />
192
190
</rules >
193
191
</configuration >
194
192
</execution >
You can’t perform that action at this time.
0 commit comments