Skip to content

Commit 34ca117

Browse files
committed
[maven-release-plugin] prepare release release-2.10.13
1 parent 682975a commit 34ca117

File tree

13 files changed

+18
-26
lines changed

13 files changed

+18
-26
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.10.13-SNAPSHOT</version>
12+
<version>2.10.13</version>
1513
<packaging>pom</packaging>
1614
<name>ScaleCube-Services</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.10.13</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.10.13-SNAPSHOT</version>
9+
<version>2.10.13</version>
1010
</parent>
1111

1212
<artifactId>scalecube-services-api</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.13-SNAPSHOT</version>
7+
<version>2.10.13</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.13-SNAPSHOT</version>
7+
<version>2.10.13</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.10.13-SNAPSHOT</version>
8+
<version>2.10.13</version>
99
</parent>
1010

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

services-security-parent/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-services-parent</artifactId>
10-
<version>2.10.13-SNAPSHOT</version>
8+
<version>2.10.13</version>
119
</parent>
1210

1311
<artifactId>scalecube-services-security-parent</artifactId>

services-security-parent/services-security-vault/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-services-security-parent</artifactId>
10-
<version>2.10.13-SNAPSHOT</version>
8+
<version>2.10.13</version>
119
</parent>
1210

1311
<artifactId>scalecube-services-security-vault</artifactId>

services-security-parent/services-security/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-services-security-parent</artifactId>
10-
<version>2.10.13-SNAPSHOT</version>
8+
<version>2.10.13</version>
119
</parent>
1210

1311
<artifactId>scalecube-services-security</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.13-SNAPSHOT</version>
8+
<version>2.10.13</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.13-SNAPSHOT</version>
7+
<version>2.10.13</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)