Skip to content

Commit fa0f341

Browse files
Merge pull request #305 from scalecube/develop
New release [skip ci] prepare release v2.4.10
1 parent 6be65e8 commit fa0f341

File tree

11 files changed

+17
-26
lines changed

11 files changed

+17
-26
lines changed

cluster-api/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-cluster-parent</artifactId>
8-
<version>2.4.10-SNAPSHOT</version>
8+
<version>2.4.10</version>
99
</parent>
1010

1111
<artifactId>scalecube-cluster-api</artifactId>

cluster-testlib/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
43
<parent>
54
<artifactId>scalecube-cluster-parent</artifactId>
65
<groupId>io.scalecube</groupId>
7-
<version>2.4.10-SNAPSHOT</version>
6+
<version>2.4.10</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109

cluster/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-cluster-parent</artifactId>
8-
<version>2.4.10-SNAPSHOT</version>
8+
<version>2.4.10</version>
99
</parent>
1010

1111
<artifactId>scalecube-cluster</artifactId>

codec-parent/codec-jackson-smile/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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>
86
<groupId>io.scalecube</groupId>
97
<artifactId>scalecube-codec-parent</artifactId>
10-
<version>2.4.10-SNAPSHOT</version>
8+
<version>2.4.10</version>
119
</parent>
1210

1311
<artifactId>scalecube-codec-jackson-smile</artifactId>

codec-parent/codec-jackson/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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
<parent>
64
<artifactId>scalecube-codec-parent</artifactId>
75
<groupId>io.scalecube</groupId>
8-
<version>2.4.10-SNAPSHOT</version>
6+
<version>2.4.10</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

codec-parent/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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

64
<parent>
75
<artifactId>scalecube-cluster-parent</artifactId>
86
<groupId>io.scalecube</groupId>
9-
<version>2.4.10-SNAPSHOT</version>
7+
<version>2.4.10</version>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>
1210
<packaging>pom</packaging>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.scalecube</groupId>
66
<artifactId>scalecube-cluster-parent</artifactId>
7-
<version>2.4.10-SNAPSHOT</version>
7+
<version>2.4.10</version>
88
</parent>
99

1010
<artifactId>scalecube-cluster-examples</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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/maven-v4_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/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<artifactId>scalecube-cluster-parent</artifactId>
8-
<version>2.4.10-SNAPSHOT</version>
6+
<version>2.4.10</version>
97
<parent>
108
<groupId>io.scalecube</groupId>
119
<artifactId>scalecube-parent-pom</artifactId>
@@ -19,7 +17,7 @@
1917
<connection>scm:git:[email protected]:scalecube/scalecube-cluster.git</connection>
2018
<developerConnection>scm:git:[email protected]:scalecube/scalecube-cluster.git
2119
</developerConnection>
22-
<tag>HEAD</tag>
20+
<tag>v2.4.10</tag>
2321
</scm>
2422

2523
<properties>

transport-parent/pom.xml

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

1111
<artifactId>scalecube-transport-parent</artifactId>

transport-parent/transport-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scalecube-transport-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.4.10-SNAPSHOT</version>
6+
<version>2.4.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)