Skip to content

Commit

Permalink
Merge pull request #143 from scalecube/develop
Browse files Browse the repository at this point in the history
pre-release [skip ci] prepare release v0.1.4
  • Loading branch information
io-scalecube-ci committed Apr 3, 2019
1 parent fcc460d commit 8e293d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

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


<artifactId>reactor-aeron-parent</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<packaging>pom</packaging>

<name>ScaleCube/scalecube-reactor-aeron</name>
Expand All @@ -21,7 +19,7 @@
<connection>scm:git:git@github.com:scalecube/reactor-aeron.git</connection>
<developerConnection>scm:git:git@github.com:scalecube/reactor-aeron.git
</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.4</tag>
</scm>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions reactor-aeron-benchmarks/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>

<properties>
Expand All @@ -15,7 +13,7 @@
<parent>
<groupId>io.scalecube</groupId>
<artifactId>reactor-aeron-parent</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>

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

<artifactId>reactor-aeron</artifactId>
Expand Down

0 comments on commit 8e293d6

Please sign in to comment.