mirror of
https://github.com/valitydev/daway.git
synced 2024-11-06 16:45:18 +00:00
bump pg-embedded-plugin (#196)
This commit is contained in:
parent
e6aa1fe218
commit
7844d8a377
4
pom.xml
4
pom.xml
@ -245,10 +245,10 @@
|
||||
<plugin>
|
||||
<groupId>com.rbkmoney.maven.plugins</groupId>
|
||||
<artifactId>pg-embedded-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.7</version>
|
||||
<configuration>
|
||||
<port>${local.pg.port}</port>
|
||||
<dbName>newway</dbName>
|
||||
<dbName>${db.name}</dbName>
|
||||
<schemas>
|
||||
<schema>${db.schema}</schema>
|
||||
</schemas>
|
||||
|
Loading…
Reference in New Issue
Block a user