Skip to content

Commit

Permalink
Version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Apr 22, 2019
1 parent 623ad99 commit 8c88c77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -25,7 +25,7 @@ Add the following Maven dependency to your project:
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
```

Expand Down Expand Up @@ -131,7 +131,7 @@ can either be in-memory or on-disk.
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server-h2-backend</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
```

Expand All @@ -158,7 +158,7 @@ Postgres and each MongoDB collection is stored as a table.
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server-postgresql-backend</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@ allprojects {
apply plugin: 'maven-publish'
apply plugin: 'signing'

version = '1.15.0-SNAPSHOT'
version = '1.15.0'

group = 'de.bwaldvogel'

Expand Down

0 comments on commit 8c88c77

Please sign in to comment.