1- # Test Database Provider - 0.1.2-SNAPSHOT   
1+ # Test Database Provider - 0.1.2  
22
33This project provides tools to quickly allocate test databases for Java based projects.
44Depending 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
2222<plugin >
2323    <groupId >io.metaloom.maven</groupId >
2424    <artifactId >testdb-maven-plugin</artifactId >
25-     <version >0.1.2-SNAPSHOT </version >
25+     <version >0.1.2</version >
2626</plugin >
2727``` 
2828
@@ -181,7 +181,7 @@ The provider server container can also be setup as a standlone container.
181181
182182``` bash 
183183docker run --rm \
184-   metaloom/testdatabase-provider:0.1.2-SNAPSHOT 
184+   metaloom/testdatabase-provider:0.1.2
185185``` 
186186
187187## Provider Server Environment variables  
@@ -207,7 +207,7 @@ Various variables may be specified during startup that reference the testdatabas
207207<dependency >
208208  <groupId >io.metaloom.test</groupId >
209209  <artifactId >testdatabase-provider-junit5</artifactId >
210-   <version >0.1.2-SNAPSHOT </version >
210+   <version >0.1.2</version >
211211  <scope >test</scope >
212212</dependency >
213213``` 
@@ -230,7 +230,7 @@ public void testDB() throws Exception {
230230<dependency >
231231  <groupId >io.metaloom.test</groupId >
232232  <artifactId >testdatabase-provider-junit4</artifactId >
233-   <version >0.1.2-SNAPSHOT </version >
233+   <version >0.1.2</version >
234234  <scope >test</scope >
235235</dependency >
236236``` 
0 commit comments