Skip to content

Commit cdf2245

Browse files
committed
[maven-release-plugin] prepare release release-0.5.2
1 parent a2fb416 commit cdf2245

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

config-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-config-parent</artifactId>
8-
<version>0.5.2-SNAPSHOT</version>
8+
<version>0.5.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-config-examples</artifactId>

config-vault/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-config-parent</artifactId>
8-
<version>0.5.2-SNAPSHOT</version>
8+
<version>0.5.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-config-vault</artifactId>

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-config-parent</artifactId>
8-
<version>0.5.2-SNAPSHOT</version>
8+
<version>0.5.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-config</artifactId>

pom.xml

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

75
<parent>
@@ -11,7 +9,7 @@
119
</parent>
1210

1311
<artifactId>scalecube-config-parent</artifactId>
14-
<version>0.5.2-SNAPSHOT</version>
12+
<version>0.5.2</version>
1513
<packaging>pom</packaging>
1614

1715
<description>
@@ -36,7 +34,7 @@
3634
<connection>scm:git:https://github.com/scalecube/scalecube-config.git</connection>
3735
<developerConnection>scm:git:https://github.com/scalecube/scalecube-config.git
3836
</developerConnection>
39-
<tag>HEAD</tag>
37+
<tag>release-0.5.2</tag>
4038
</scm>
4139

4240
<properties>

0 commit comments

Comments
 (0)