Skip to content

Commit

Permalink
[RELEASE] 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroidoruido committed May 7, 2020
1 parent 48b8d17 commit 6cef03c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ShieldDB is a simple embedded database with JSON file backend with optional in-m
<dependency>
<groupId>nf.fr.k49</groupId>
<artifactId>shielddb-core</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
...
</dependencies>
Expand All @@ -36,7 +36,7 @@ ShieldDB is a simple embedded database with JSON file backend with optional in-m
<dependency>
<groupId>nf.fr.k49</groupId>
<artifactId>shielddb-gson-backend</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nf.fr.k49</groupId>
<artifactId>shielddb-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion shielddb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>nf.fr.k49</groupId>
<artifactId>shielddb-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>shielddb-core</artifactId>
</project>
2 changes: 1 addition & 1 deletion shielddb-demo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nf.fr.k49</groupId>
<artifactId>shielddb-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>shielddb-demo-app</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion shielddb-gson-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nf.fr.k49</groupId>
<artifactId>shielddb-parent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>shielddb-gson-backend</artifactId>

Expand Down

0 comments on commit 6cef03c

Please sign in to comment.