Skip to content

Commit

Permalink
for test net
Browse files Browse the repository at this point in the history
  • Loading branch information
niels1286 committed Feb 14, 2019
1 parent 3c8aac5 commit 3805f3f
Show file tree
Hide file tree
Showing 60 changed files with 304 additions and 304 deletions.
8 changes: 4 additions & 4 deletions account-ledger-module/account-ledger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<parent>
<artifactId>account-ledger-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>

<dependencies>
<dependency>
<groupId>io.nuls.core-module</groupId>
<artifactId>kernel</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.account-module</groupId>
<artifactId>account</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
</dependencies>
<build>
Expand Down
14 changes: 7 additions & 7 deletions account-ledger-module/base/account-ledger-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@
<parent>
<artifactId>account-ledger-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger-base</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>


<dependencies>
<dependency>
<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger-storage</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.protocol-module</groupId>
<artifactId>protocol</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.consensus-module</groupId>
<artifactId>consensus</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.contract-module</groupId>
<artifactId>contract</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions account-ledger-module/base/account-ledger-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>account-ledger-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger-rpc</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>


<dependencies>
Expand All @@ -39,17 +39,17 @@
<dependency>
<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger-base</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.ledger-module</groupId>
<artifactId>ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions account-ledger-module/base/account-ledger-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
<parent>
<artifactId>account-ledger-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger-storage</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>


<dependencies>
<dependency>
<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.db-module</groupId>
<artifactId>db</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.ledger-module</groupId>
<artifactId>ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions account-ledger-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>nuls</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.nuls</groupId>
<artifactId>account-ledger-module</artifactId>
<packaging>pom</packaging>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<modules>
<module>account-ledger</module>
<module>base/account-ledger-storage</module>
Expand Down
6 changes: 3 additions & 3 deletions account-module/account/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<artifactId>account-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-module</groupId>
<artifactId>account</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>


<dependencies>
<dependency>
<groupId>io.nuls.core-module</groupId>
<artifactId>kernel</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
</dependencies>
<build>
Expand Down
20 changes: 10 additions & 10 deletions account-module/base/account-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,56 @@
<parent>
<artifactId>account-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-module</groupId>
<artifactId>account-base</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>


<dependencies>
<dependency>
<groupId>io.nuls.account-module</groupId>
<artifactId>account</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.account-module</groupId>
<artifactId>account-storage</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.protocol-module</groupId>
<artifactId>protocol</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.account-ledger-module</groupId>
<artifactId>account-ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.ledger-module</groupId>
<artifactId>ledger</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.tools-module</groupId>
<artifactId>cache</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.message-bus-module</groupId>
<artifactId>message-bus</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.db-module</groupId>
<artifactId>db-leveldb</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions account-module/base/account-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>account-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-module</groupId>
<artifactId>account-rpc</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>


<dependencies>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>io.nuls.account-module</groupId>
<artifactId>account-base</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
Expand Down
8 changes: 4 additions & 4 deletions account-module/base/account-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
<parent>
<artifactId>account-module</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.nuls.account-module</groupId>
<artifactId>account-storage</artifactId>

<version>1.1.7</version>
<version>1.2.0-beta1</version>

<dependencies>
<dependency>
<groupId>io.nuls.account-module</groupId>
<artifactId>account</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
<dependency>
<groupId>io.nuls.db-module</groupId>
<artifactId>db</artifactId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions account-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>nuls</artifactId>
<groupId>io.nuls</groupId>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.nuls</groupId>
<artifactId>account-module</artifactId>
<packaging>pom</packaging>
<version>1.1.7</version>
<version>1.2.0-beta1</version>
<modules>
<module>account</module>
<module>base/account-storage</module>
Expand Down
Loading

0 comments on commit 3805f3f

Please sign in to comment.