Skip to content

Commit

Permalink
Release Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmesika-coti committed Jul 14, 2022
1 parent 335c1ef commit 49b9cf9
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COTI Node

[![GitHub Stars](https://img.shields.io/github/stars/coti-io/coti-node.svg)](https://github.com/coti-io/coti-node/stargazers)
[![GitHub Issues](https://img.shields.io/github/issues/coti-io/coti-node.svg)](https://github.com/coti-io/coti-node/issues)
[![Current Version](https://img.shields.io/badge/version-2.2.0--SNAPSHOT-yellow.svg)](https://github.com/coti-io/coti-node/)
[![Current Version](https://img.shields.io/badge/version-3.1.0.RELEASE-green.svg)](https://github.com/coti-io/coti-node/)
[![Docker Publish](https://github.com/coti-io/coti-node/actions/workflows/publish.yml/badge.svg)](https://github.com/coti-io/coti-node/actions/workflows/publish.yml)
[![Discord Server](https://img.shields.io/discord/386571547508473876.svg)](https://discord.me/coti)

Expand Down Expand Up @@ -77,7 +77,7 @@ build:

```
mvn initialize && mvn clean compile && mvn package -DskipTests
java -jar fullnode/target/fullnode-2.2.0-SNAPSHOT.jar --spring.config.additional-location=fullnode1.properties
java -jar fullnode/target/fullnode-3.1.0.RELEASE.jar --spring.config.additional-location=fullnode1.properties
```

#### Docker container
Expand Down
4 changes: 2 additions & 2 deletions basenode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>pot</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions dspnode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.coti</groupId>
<artifactId>coti-node</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
4 changes: 2 additions & 2 deletions financialserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>com.vaadin.external.google</groupId>
Expand Down
4 changes: 2 additions & 2 deletions fullnode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions historynode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<dependencies>
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nodemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.coti</groupId>
<artifactId>coti-node</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.coti</groupId>
<artifactId>coti-node</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions storagenode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<dependencies>
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions trustscore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>


Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions zerospend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coti-node</artifactId>
<groupId>io.coti</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.coti</groupId>
<artifactId>basenode</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 49b9cf9

Please sign in to comment.