We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6222357 commit 59b0e16Copy full SHA for 59b0e16
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>main</groupId>
6
<artifactId>VisualFramework</artifactId>
7
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
8
<packaging>jar</packaging>
9
<name>VisualFramework</name>
10
@@ -18,7 +18,7 @@
18
<connection>scm:git:https://github.com/Enifs/VisualFramework.git</connection>
19
<url>scm:git:https://github.com/Enifs/VisualFramework.git</url>
20
<developerConnection>scm:git:https://github.com/Enifs/VisualFramework.git</developerConnection>
21
- <tag>HEAD</tag>
+ <tag>v0.1</tag>
22
</scm>
23
24
<dependencies>
0 commit comments