We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6529933 commit 0256688Copy full SHA for 0256688
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>assertj-core</artifactId>
13
- <version>3.23.1-SNAPSHOT</version>
+ <version>3.23.1</version>
14
<url>${project.parent.url}#${project.artifactId}</url>
15
16
<name>AssertJ fluent assertions</name>
@@ -20,7 +20,7 @@
20
<developerConnection>scm:git:https://github.com/assertj/assertj-core.git</developerConnection>
21
<connection>scm:git:https://github.com/assertj/assertj-core.git</connection>
22
<url>https://github.com/assertj/assertj-core</url>
23
- <tag>HEAD</tag>
+ <tag>assertj-core-3.23.1</tag>
24
</scm>
25
<issueManagement>
26
<system>github</system>
0 commit comments