We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e453c92 commit 720b38bCopy full SHA for 720b38b
pom.xml
@@ -10,14 +10,14 @@
10
</parent>
11
<groupId>com.github.nramc.dev.journey</groupId>
12
<artifactId>journey-api</artifactId>
13
- <version>0.17.3-SNAPSHOT</version>
+ <version>0.17.3</version>
14
<name>Journey-API</name>
15
<description>Journey-API</description>
16
<scm>
17
<url>https://github.com/nramc/journey-api</url>
18
<connection>scm:git:https://github.com/nramc/journey-api.git</connection>
19
<developerConnection>scm:git:https://github.com/nramc/journey-api.git</developerConnection>
20
- <tag>HEAD</tag>
+ <tag>v0.17.3</tag>
21
</scm>
22
<properties>
23
<java.version>21</java.version>
0 commit comments