Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <[email protected]>
  • Loading branch information
lalithsuresh committed Apr 1, 2021
1 parent a5a9bf2 commit e15a2e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>examples</artifactId>
<packaging>jar</packaging>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>examples</name>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid-project</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<dependencies>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>rapid-project</artifactId>
<groupId>com.github.lalithsuresh</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,13 +31,13 @@
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>examples</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid-project</artifactId>
<packaging>pom</packaging>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>rapid-project</name>
<description>Implementation of the Rapid membership protocol</description>
<url>https://github.com/lalithsuresh/rapid</url>
Expand Down
4 changes: 2 additions & 2 deletions rapid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>rapid</artifactId>
<packaging>jar</packaging>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<name>rapid</name>
<url>http://maven.apache.org</url>
<parent>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid-project</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<reporting>
<plugins>
Expand Down

0 comments on commit e15a2e3

Please sign in to comment.