Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indvd00m committed Feb 19, 2018
1 parent dd843c1 commit 5f096ff
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add dependency to your maven project:
<dependency>
<groupId>com.indvd00m.testblockchain</groupId>
<artifactId>wallet-impl</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
```
Create blockchain, wallets and some transactions:
Expand Down
2 changes: 1 addition & 1 deletion blockchain-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.indvd00m.testblockchain</groupId>
<artifactId>blockchain-api</artifactId>
<packaging>jar</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<name>Blockchain API</name>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion blockchain-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.indvd00m.testblockchain</groupId>
<artifactId>blockchain-impl</artifactId>
<packaging>jar</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<name>Blockchain implementation</name>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.indvd00m.testblockchain</groupId>
<artifactId>testblockchain</artifactId>
<packaging>pom</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<name>TestBlockchain</name>
<description>Blockchain and wallet implementation for tests</description>

Expand Down
2 changes: 1 addition & 1 deletion testblockchain-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.indvd00m.testblockchain</groupId>
<artifactId>testblockchain-cli</artifactId>
<packaging>jar</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<name>Command line interface</name>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion wallet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.indvd00m.testblockchain</groupId>
<artifactId>wallet-api</artifactId>
<packaging>jar</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<name>Wallet API</name>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion wallet-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.indvd00m.testblockchain</groupId>
<artifactId>wallet-impl</artifactId>
<packaging>jar</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.1.0</version>
<name>Wallet implementation</name>

<licenses>
Expand Down

0 comments on commit 5f096ff

Please sign in to comment.