Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Sep 17, 2020
1 parent 7f067e3 commit fbd2625
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cluster-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-cluster-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>scalecube-cluster-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cluster-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-cluster-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-cluster-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>scalecube-cluster</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-parent/codec-jackson-smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-codec-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>scalecube-codec-jackson-smile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codec-parent/codec-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-codec-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codec-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>scalecube-cluster-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-cluster-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>scalecube-cluster-examples</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +9,7 @@
</parent>

<artifactId>scalecube-cluster-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<packaging>pom</packaging>
<name>scalecube-cluster</name>

Expand Down Expand Up @@ -39,7 +37,7 @@
<connection>scm:git:https://github.com/scalecube/scalecube-cluster.git</connection>
<developerConnection>scm:git:https://github.com/scalecube/scalecube-cluster.git
</developerConnection>
<tag>HEAD</tag>
<tag>v2.6.1</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion transport-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scalecube-cluster-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>scalecube-transport-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transport-parent/transport-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>scalecube-transport-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion transport-parent/transport-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scalecube-transport-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<artifactId>scalecube-transport-netty</artifactId>
Expand Down

0 comments on commit fbd2625

Please sign in to comment.