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 2b510d0 commit f708b66Copy full SHA for f708b66
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.coderic.hub</groupId>
11
<artifactId>core</artifactId>
12
- <version>0.0.3-SNAPSHOT</version>
+ <version>0.0.3</version>
13
<packaging>war</packaging>
14
<name>Coderic Hub</name>
15
<description>Coderic Hub Core</description>
@@ -42,7 +42,7 @@
42
<connection>scm:git:https://github.com/Coderic/org.coderic.hub.core.git</connection>
43
<developerConnection>scm:git:https://github.com/Coderic/org.coderic.hub.core.git</developerConnection>
44
<url>https://github.com/Coderic/org.coderic.hub.core</url>
45
- <tag>HEAD</tag>
+ <tag>0.0.3</tag>
46
</scm>
47
<ciManagement>
48
<system>GitHub</system>
0 commit comments