We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d835235 commit a09693dCopy full SHA for a09693d
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.github.facaiy</groupId>
5
<artifactId>math-expression-parser</artifactId>
6
- <version>0.0.2-SNAPSHOT</version>
+ <version>0.0.2</version>
7
<packaging>jar</packaging>
8
9
<name>${project.groupId}:${project.artifactId}</name>
@@ -30,7 +30,7 @@
30
<connection>scm:git:git@github.com:facaiy/math-expression-parser.git</connection>
31
<developerConnection>scm:git:git@github.com:facaiy/math-expression-parser.git</developerConnection>
32
<url>http://github.com/facaiy/math-expression-parser/tree/master</url>
33
- <tag>HEAD</tag>
+ <tag>math-expression-parser-0.0.2</tag>
34
</scm>
35
36
<properties>
0 commit comments