We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d342a20 commit c472192Copy full SHA for c472192
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>assertj-db</artifactId>
13
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
14
15
<name>AssertJ-DB - Assertions for database</name>
16
<description>AssertJ-DB - Rich and fluent assertions for testing with database</description>
@@ -20,7 +20,7 @@
20
<developerConnection>scm:git:ssh://git@github.com/assertj/assertj-db.git</developerConnection>
21
<connection>scm:git:ssh://git@github.com/assertj/assertj-db.git</connection>
22
<url>git@github.com:assertj/assertj-db</url>
23
- <tag>HEAD</tag>
+ <tag>assertj-db-3.0.0</tag>
24
</scm>
25
26
<issueManagement>
0 commit comments