We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd49283 commit 8567f40Copy full SHA for 8567f40
1 file changed
pom.xml
@@ -18,7 +18,7 @@
18
19
<groupId>io.zonky.test</groupId>
20
<artifactId>embedded-postgres</artifactId>
21
- <version>2.0.8-SNAPSHOT</version>
+ <version>2.1.0</version>
22
23
<name>embedded-postgres</name>
24
<description>Embedded PostgreSQL Server</description>
@@ -59,7 +59,7 @@
59
<connection>scm:git:https://github.com/zonkyio/embedded-postgres.git</connection>
60
<developerConnection>scm:git:https://github.com/zonkyio/embedded-postgres.git</developerConnection>
61
<url>https://github.com/zonkyio/embedded-postgres</url>
62
- <tag>HEAD</tag>
+ <tag>v2.1.0</tag>
63
</scm>
64
65
<licenses>
@@ -244,7 +244,7 @@
244
</goals>
245
<configuration>
246
<rules>
247
- <dependencyConvergence/>
+ <dependencyConvergence />
248
</rules>
249
</configuration>
250
</execution>
0 commit comments