Skip to content

Commit

Permalink
Start 0.8.0 release cycle
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <[email protected]>
  • Loading branch information
lalithsuresh committed Dec 17, 2020
1 parent b9a7f18 commit 5fa787f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If your project uses maven, add the following dependency into your project's pom
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
```

Expand Down
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.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<name>examples</name>
<url>http://maven.apache.org</url>

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

<dependencies>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</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.7.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,13 +31,13 @@
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>examples</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</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.7.0</version>
<version>0.8.0-SNAPSHOT</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.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<name>rapid</name>
<url>http://maven.apache.org</url>
<parent>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>rapid-project</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>
<reporting>
<plugins>
Expand Down

0 comments on commit 5fa787f

Please sign in to comment.