From 7b0296baebfe16972746a2baddad7ff936d658ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=BCth?= Date: Thu, 6 Apr 2023 04:07:39 +0200 Subject: [PATCH] Prepare release --- README.md | 10 +++++----- client/pom.xml | 2 +- common/pom.xml | 2 +- examples/dedicated-no-maven-plugin/docker-compose.yml | 2 +- examples/dedicated/docker-compose.yml | 2 +- examples/pom.xml | 4 ++-- junit4/pom.xml | 2 +- junit5/pom.xml | 2 +- maven/pom.xml | 2 +- pom.xml | 2 +- postgresql-db/pom.xml | 2 +- server/pom.xml | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3b6bf98..523981c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Test Database Provider - 0.1.4-SNAPSHOT +# Test Database Provider - 0.1.4 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. @@ -26,7 +26,7 @@ The dedicated `testdb-maven-plugin` can be used to startup a postgreSQL and prov io.metaloom.maven testdb-maven-plugin - 0.1.4-SNAPSHOT + 0.1.4 ``` @@ -214,7 +214,7 @@ The provider server container can also be setup as a standlone container. ```bash docker run --rm \ - metaloom/testdatabase-provider:0.1.4-SNAPSHOT + metaloom/testdatabase-provider:0.1.4 ``` ## Provider Server Environment variables @@ -240,7 +240,7 @@ Various variables may be specified during startup that reference the testdatabas io.metaloom.test testdatabase-provider-junit5 - 0.1.4-SNAPSHOT + 0.1.4 test ``` @@ -263,7 +263,7 @@ public void testDB() throws Exception { io.metaloom.test testdatabase-provider-junit4 - 0.1.4-SNAPSHOT + 0.1.4 test ``` diff --git a/client/pom.xml b/client/pom.xml index a20788e..90f742b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -7,7 +7,7 @@ io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 Testdatabase Provider :: Client diff --git a/common/pom.xml b/common/pom.xml index fa643fb..dd77d70 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 Testdatabase Provider :: Common diff --git a/examples/dedicated-no-maven-plugin/docker-compose.yml b/examples/dedicated-no-maven-plugin/docker-compose.yml index 2665779..1acd1a0 100644 --- a/examples/dedicated-no-maven-plugin/docker-compose.yml +++ b/examples/dedicated-no-maven-plugin/docker-compose.yml @@ -15,7 +15,7 @@ services: provider: container_name: 'testprovider-provider' hostname: 'provider' - image: 'metaloom/testdatabase-provider:0.1.3' + image: 'metaloom/testdatabase-provider:0.1.4' ports: - '7543:8080/tcp' environment: diff --git a/examples/dedicated/docker-compose.yml b/examples/dedicated/docker-compose.yml index 2665779..1acd1a0 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.3' + image: 'metaloom/testdatabase-provider:0.1.4' ports: - '7543:8080/tcp' environment: diff --git a/examples/pom.xml b/examples/pom.xml index 7bef851..18d259c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -10,7 +10,7 @@ 42.2.2 1.17.6 - 0.1.4-SNAPSHOT + 0.1.4 UTF-8 @@ -60,7 +60,7 @@ io.metaloom.maven testdb-maven-plugin - 0.1.4-SNAPSHOT + 0.1.4 org.flywaydb diff --git a/junit4/pom.xml b/junit4/pom.xml index 1464ad1..e73bd1e 100644 --- a/junit4/pom.xml +++ b/junit4/pom.xml @@ -7,7 +7,7 @@ io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 Testdatabase Provider :: JUnit 4 diff --git a/junit5/pom.xml b/junit5/pom.xml index 1c5b718..766bc68 100644 --- a/junit5/pom.xml +++ b/junit5/pom.xml @@ -7,7 +7,7 @@ io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 Testdatabase Provider :: JUnit 5 diff --git a/maven/pom.xml b/maven/pom.xml index 5085b16..548db57 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -8,7 +8,7 @@ io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 maven-plugin diff --git a/pom.xml b/pom.xml index 8fc2d80..4f8e6d5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 pom diff --git a/postgresql-db/pom.xml b/postgresql-db/pom.xml index 81e8e04..775094c 100644 --- a/postgresql-db/pom.xml +++ b/postgresql-db/pom.xml @@ -7,7 +7,7 @@ io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 Testdatabase Provider :: PostgreSQL DB diff --git a/server/pom.xml b/server/pom.xml index bf52dff..1737e96 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -7,7 +7,7 @@ io.metaloom.test testdatabase-provider - 0.1.4-SNAPSHOT + 0.1.4 Testdatabase Provider :: Server