diff --git a/README.md b/README.md
index cb630c1..48d44c4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Test Database Provider - 0.1.2-SNAPSHOT
+# Test Database Provider - 0.1.2
This project provides tools to quickly allocate test databases for Java based projects.
Depending on the test database size and complexity it may be much faster to not have to prepare a new database for every testcase.
@@ -22,7 +22,7 @@ The dedicated `testdb-maven-plugin` can be used to startup a postgreSQL and prov
io.metaloom.maven
testdb-maven-plugin
- 0.1.2-SNAPSHOT
+ 0.1.2
```
@@ -181,7 +181,7 @@ The provider server container can also be setup as a standlone container.
```bash
docker run --rm \
- metaloom/testdatabase-provider:0.1.2-SNAPSHOT
+ metaloom/testdatabase-provider:0.1.2
```
## Provider Server Environment variables
@@ -207,7 +207,7 @@ Various variables may be specified during startup that reference the testdatabas
io.metaloom.test
testdatabase-provider-junit5
- 0.1.2-SNAPSHOT
+ 0.1.2
test
```
@@ -230,7 +230,7 @@ public void testDB() throws Exception {
io.metaloom.test
testdatabase-provider-junit4
- 0.1.2-SNAPSHOT
+ 0.1.2
test
```
diff --git a/client/pom.xml b/client/pom.xml
index fb353ac..1c15257 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -7,7 +7,7 @@
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
Testdatabase Provider :: Client
diff --git a/common/pom.xml b/common/pom.xml
index da2f817..83d6c8f 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -7,7 +7,7 @@
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
Testdatabase Provider :: Common
diff --git a/examples/dedicated/docker-compose.yml b/examples/dedicated/docker-compose.yml
index 51f203b..af7004c 100644
--- a/examples/dedicated/docker-compose.yml
+++ b/examples/dedicated/docker-compose.yml
@@ -15,7 +15,7 @@ services:
provider:
container_name: 'testprovider-provider'
hostname: 'provider'
- image: 'metaloom/testdatabase-provider:0.1.1'
+ image: 'metaloom/testdatabase-provider:0.1.2'
ports:
- '7543:8080/tcp'
environment:
diff --git a/examples/pom.xml b/examples/pom.xml
index db0979b..1eb9676 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -10,7 +10,7 @@
42.2.2
1.17.6
- 0.1.2-SNAPSHOT
+ 0.1.2
UTF-8
@@ -59,7 +59,7 @@
io.metaloom.maven
testdb-maven-plugin
- 0.1.2-SNAPSHOT
+ 0.1.2
org.flywaydb
diff --git a/junit4/pom.xml b/junit4/pom.xml
index 0d98573..0038abf 100644
--- a/junit4/pom.xml
+++ b/junit4/pom.xml
@@ -7,7 +7,7 @@
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
Testdatabase Provider :: JUnit 4
diff --git a/junit5/pom.xml b/junit5/pom.xml
index 4e75160..5e3617b 100644
--- a/junit5/pom.xml
+++ b/junit5/pom.xml
@@ -7,7 +7,7 @@
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
Testdatabase Provider :: JUnit 5
diff --git a/maven/pom.xml b/maven/pom.xml
index 4866ac4..f1a4517 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -8,7 +8,7 @@
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
maven-plugin
diff --git a/pom.xml b/pom.xml
index 5e28b44..bdb8b23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
pom
diff --git a/postgresql-db/pom.xml b/postgresql-db/pom.xml
index 42a59c5..a00eaa3 100644
--- a/postgresql-db/pom.xml
+++ b/postgresql-db/pom.xml
@@ -7,7 +7,7 @@
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
Testdatabase Provider :: PostgreSQL DB
diff --git a/server/pom.xml b/server/pom.xml
index 86f0fa4..c2ad827 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -7,7 +7,7 @@
io.metaloom.test
testdatabase-provider
- 0.1.2-SNAPSHOT
+ 0.1.2
Testdatabase Provider :: Server