We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f149ceb commit e60e0c8Copy full SHA for e60e0c8
pom.xml
@@ -9,14 +9,14 @@
9
</parent>
10
<groupId>com.github.nramc.dev.journey</groupId>
11
<artifactId>journey-api</artifactId>
12
- <version>0.9.1-SNAPSHOT</version>
+ <version>0.10.0</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>HEAD</tag>
+ <tag>v0.10.0</tag>
20
</scm>
21
<profiles>
22
<profile>
0 commit comments