Skip to content

Commit

Permalink
Merge pull request #185 from scalecube/develop
Browse files Browse the repository at this point in the history
Prepare new release [skip ci] prepare release v2.1.4
  • Loading branch information
io-scalecube-ci authored and aharonha committed Jul 26, 2018
1 parent 45fc69d commit a776869
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scalecube-services-parent</artifactId>
<groupId>io.scalecube</groupId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

<artifactId>scalecube-services-benchmarks</artifactId>
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-services-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

<artifactId>scalecube-services-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.scalecube</groupId>
<artifactId>scalecube-services-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>

<packaging>pom</packaging>

Expand All @@ -31,7 +31,7 @@
<url>https://github.com/scalecube/scalecube</url>
<connection>scm:git:[email protected]:scalecube/scalecube-services.git</connection>
<developerConnection>scm:git:[email protected]:scalecube/scalecube-services.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.1.4</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion rsocket-transport/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-services-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

<artifactId>rsocket-services-transport</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services-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-services-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

<artifactId>scalecube-services-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services-codec-jackson/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-services-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

<artifactId>scalecube-services-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services-codec/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-services-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

<artifactId>scalecube-services-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services-transport/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-services-parent</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>

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

<artifactId>scalecube-services</artifactId>
Expand Down

0 comments on commit a776869

Please sign in to comment.