Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 3370dff

Browse files
committed
[maven-release-plugin] prepare release v2.10.2
1 parent 9b14b0c commit 3370dff

File tree

7 files changed

+10
-14
lines changed

7 files changed

+10
-14
lines changed

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/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
<parent>
@@ -11,7 +9,7 @@
119
</parent>
1210

1311
<artifactId>scalecube-gateway-parent</artifactId>
14-
<version>2.10.2-SNAPSHOT</version>
12+
<version>2.10.2</version>
1513
<packaging>pom</packaging>
1614
<name>ScaleCube-Gateway</name>
1715

@@ -63,7 +61,7 @@
6361
<connection>scm:git:https://github.com/scalecube/scalecube-gateway.git</connection>
6462
<developerConnection>scm:git:https://github.com/scalecube/scalecube-gateway.git
6563
</developerConnection>
66-
<tag>HEAD</tag>
64+
<tag>v2.10.2</tag>
6765
</scm>
6866

6967
<properties>

services-gateway-benchmarks/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-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.2-SNAPSHOT</version>
6+
<version>2.10.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

services-gateway-client-transport/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-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.2-SNAPSHOT</version>
6+
<version>2.10.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

services-gateway-examples/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-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.2-SNAPSHOT</version>
6+
<version>2.10.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

services-gateway-netty/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-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.2-SNAPSHOT</version>
6+
<version>2.10.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

services-gateway-tests/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-gateway-parent</artifactId>
55
<groupId>io.scalecube</groupId>
6-
<version>2.10.2-SNAPSHOT</version>
6+
<version>2.10.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)