Skip to content

Commit ff7b416

Browse files
committed
[maven-release-plugin] prepare release release-2.13.2
1 parent 34c9bed commit ff7b416

File tree

11 files changed

+15
-21
lines changed

11 files changed

+15
-21
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-services-parent</artifactId>
14-
<version>2.13.2-SNAPSHOT</version>
12+
<version>2.13.2</version>
1513
<packaging>pom</packaging>
1614
<name>${project.artifactId}</name>
1715

@@ -55,7 +53,7 @@
5553
<connection>scm:git:https://github.com/scalecube/scalecube-services.git</connection>
5654
<developerConnection>scm:git:https://github.com/scalecube/scalecube-services.git
5755
</developerConnection>
58-
<tag>HEAD</tag>
56+
<tag>release-2.13.2</tag>
5957
</scm>
6058

6159
<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.13.2-SNAPSHOT</version>
9+
<version>2.13.2</version>
1010
</parent>
1111

1212
<artifactId>scalecube-services-api</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.13.2-SNAPSHOT</version>
7+
<version>2.13.2</version>
88
</parent>
99

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

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

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

services-gateway/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.13.2-SNAPSHOT</version>
8+
<version>2.13.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-services-gateway</artifactId>

services-security/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.13.2-SNAPSHOT</version>
8+
<version>2.13.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-services-security</artifactId>

services-testlib/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.13.2-SNAPSHOT</version>
8+
<version>2.13.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-services-testlib</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.13.2-SNAPSHOT</version>
8+
<version>2.13.2</version>
99
</parent>
1010

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

services-transport-parent/services-transport-jackson/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.scalecube</groupId>
86
<artifactId>scalecube-services-transport-parent</artifactId>
9-
<version>2.13.2-SNAPSHOT</version>
7+
<version>2.13.2</version>
108
</parent>
119

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

services-transport-parent/services-transport-rsocket/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.scalecube</groupId>
86
<artifactId>scalecube-services-transport-parent</artifactId>
9-
<version>2.13.2-SNAPSHOT</version>
7+
<version>2.13.2</version>
108
</parent>
119

1210
<artifactId>scalecube-services-transport-rsocket</artifactId>

0 commit comments

Comments
 (0)