We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9362f19 commit bb29290Copy full SHA for bb29290
pom.xml
@@ -10,14 +10,14 @@
10
</parent>
11
<groupId>com.github.nramc.dev.journey</groupId>
12
<artifactId>journey-api</artifactId>
13
- <version>0.16.4-SNAPSHOT</version>
+ <version>0.17.0</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.0</tag>
21
</scm>
22
<properties>
23
<java.version>21</java.version>
0 commit comments