We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5364ed commit 0dedb7eCopy full SHA for 0dedb7e
pom.xml
@@ -2,7 +2,7 @@
2
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>assertj-db</artifactId>
5
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
6
<packaging>bundle</packaging>
7
<name>AssertJ-DB - Assertions for database</name>
8
<description>AssertJ-DB - Rich and fluent assertions for testing with database</description>
@@ -17,7 +17,7 @@
17
<developerConnection>scm:git:ssh://[email protected]/joel-costigliola/assertj-db.git</developerConnection>
18
<connection>scm:git:ssh://[email protected]/joel-costigliola/assertj-db.git</connection>
19
<url>[email protected]:joel-costigliola/assertj-db</url>
20
- <tag>HEAD</tag>
+ <tag>assertj-db-1.2.0</tag>
21
</scm>
22
<issueManagement>
23
<system>github</system>
0 commit comments