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

Commit 67c281e

Browse files
committed
[maven-release-plugin] prepare release release-2.10.6
1 parent 1d555dc commit 67c281e

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
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-gateway-parent</artifactId>
12-
<version>2.10.6-SNAPSHOT</version>
12+
<version>2.10.6</version>
1313
<packaging>pom</packaging>
1414
<name>ScaleCube-Gateway</name>
1515

@@ -53,7 +53,7 @@
5353
<connection>scm:git:https://github.com/scalecube/scalecube-gateway.git</connection>
5454
<developerConnection>scm:git:https://github.com/scalecube/scalecube-gateway.git
5555
</developerConnection>
56-
<tag>HEAD</tag>
56+
<tag>release-2.10.6</tag>
5757
</scm>
5858

5959
<properties>

services-gateway-client-transport/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.6-SNAPSHOT</version>
6+
<version>2.10.6</version>
97
</parent>
108

119
<modelVersion>4.0.0</modelVersion>

services-gateway-examples/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.6-SNAPSHOT</version>
6+
<version>2.10.6</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

services-gateway-netty/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.6-SNAPSHOT</version>
6+
<version>2.10.6</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

services-gateway-tests/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.6-SNAPSHOT</version>
6+
<version>2.10.6</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

0 commit comments

Comments
 (0)