Skip to content

Commit

Permalink
prepared 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcKloter committed Jan 23, 2019
1 parent 0d7bb56 commit fd0b6bd
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bdml.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>blch-data-mgmt-layer</artifactId>
<groupId>bdml</groupId>
<version>1.0.0</version>
<version>0.2.0</version>
</parent>

<artifactId>bdml.api</artifactId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.core</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bdml.blockchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>bdml</groupId>
<artifactId>blch-data-mgmt-layer</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</parent>

<artifactId>bdml.blockchain</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.services</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions bdml.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>bdml</groupId>
<artifactId>blch-data-mgmt-layer</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</parent>

<artifactId>bdml.core</artifactId>
Expand Down Expand Up @@ -69,22 +69,22 @@
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.services</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.blockchain</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.cryptostore</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.keyserver</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bdml.cryptostore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>bdml</groupId>
<artifactId>blch-data-mgmt-layer</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</parent>

<artifactId>bdml.cryptostore</artifactId>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.services</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bdml.keyserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>bdml</groupId>
<artifactId>blch-data-mgmt-layer</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</parent>

<artifactId>bdml.keyserver</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>bdml</groupId>
<artifactId>bdml.services</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bdml.services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>blch-data-mgmt-layer</artifactId>
<groupId>bdml</groupId>
<version>1.0.0</version>
<version>0.2.0</version>
</parent>

<artifactId>bdml.services</artifactId>
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>bdml</groupId>
<artifactId>blch-data-mgmt-layer</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit fd0b6bd

Please sign in to comment.