Skip to content

Commit a32bca7

Browse files
committed
[maven-release-plugin] prepare release v2.10.7
1 parent bc43cee commit a32bca7

File tree

13 files changed

+16
-20
lines changed

13 files changed

+16
-20
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>scalecube-services-parent</artifactId>
12-
<version>2.10.7-SNAPSHOT</version>
12+
<version>2.10.7</version>
1313
<packaging>pom</packaging>
1414
<name>ScaleCube-Services</name>
1515

@@ -61,7 +61,7 @@
6161
<connection>scm:git:https://github.com/scalecube/scalecube-services.git</connection>
6262
<developerConnection>scm:git:https://github.com/scalecube/scalecube-services.git
6363
</developerConnection>
64-
<tag>HEAD</tag>
64+
<tag>v2.10.7</tag>
6565
</scm>
6666

6767
<properties>

services-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.scalecube</groupId>
88
<artifactId>scalecube-services-parent</artifactId>
9-
<version>2.10.7-SNAPSHOT</version>
9+
<version>2.10.7</version>
1010
</parent>
1111

1212
<artifactId>scalecube-services-api</artifactId>

services-benchmarks/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
<artifactId>scalecube-services-parent</artifactId>
97
<groupId>io.scalecube</groupId>
10-
<version>2.10.7-SNAPSHOT</version>
8+
<version>2.10.7</version>
119
</parent>
1210

1311
<artifactId>scalecube-services-benchmarks</artifactId>

services-bytebuf-codec/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-services-parent</artifactId>
7-
<version>2.10.7-SNAPSHOT</version>
7+
<version>2.10.7</version>
88
</parent>
99

1010
<artifactId>scalecube-services-bytebuf-codec</artifactId>

services-discovery/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-services-parent</artifactId>
7-
<version>2.10.7-SNAPSHOT</version>
7+
<version>2.10.7</version>
88
</parent>
99

1010
<artifactId>scalecube-services-discovery</artifactId>

services-examples-parent/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-services-parent</artifactId>
8-
<version>2.10.7-SNAPSHOT</version>
8+
<version>2.10.7</version>
99
</parent>
1010

1111
<artifactId>scalecube-services-examples-parent</artifactId>

services-examples-parent/services-examples-runner/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-services-examples-parent</artifactId>
75
<groupId>io.scalecube</groupId>
8-
<version>2.10.7-SNAPSHOT</version>
6+
<version>2.10.7</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

services-examples-parent/services-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-services-examples-parent</artifactId>
7-
<version>2.10.7-SNAPSHOT</version>
7+
<version>2.10.7</version>
88
</parent>
99

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

services-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
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-services-parent</artifactId>
8-
<version>2.10.7-SNAPSHOT</version>
8+
<version>2.10.7</version>
99
</parent>
1010

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

services-transport-parent/services-transport-jackson/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-services-transport-parent</artifactId>
7-
<version>2.10.7-SNAPSHOT</version>
7+
<version>2.10.7</version>
88
</parent>
99

1010
<artifactId>scalecube-services-transport-jackson</artifactId>

0 commit comments

Comments
 (0)