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 beed3a4 commit f6bc830Copy full SHA for f6bc830
pom.xml
@@ -9,14 +9,14 @@
9
</parent>
10
<groupId>com.github.nramc.dev.journey</groupId>
11
<artifactId>journey-api</artifactId>
12
- <version>0.0.13</version>
+ <version>0.0.14-SNAPSHOT</version>
13
<name>Journey-API</name>
14
<description>Journey-API</description>
15
<scm>
16
<url>https://github.com/nramc/journey-api</url>
17
<connection>scm:git:https://github.com/nramc/journey-api.git</connection>
18
<developerConnection>scm:git:https://github.com/nramc/journey-api.git</developerConnection>
19
- <tag>v0.0.13</tag>
+ <tag>HEAD</tag>
20
</scm>
21
<properties>
22
<java.version>21</java.version>
0 commit comments