We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad119a commit fe492abCopy full SHA for fe492ab
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.mdkt.compiler</groupId>
5
<artifactId>InMemoryJavaCompiler</artifactId>
6
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
7
<packaging>jar</packaging>
8
<url>https://github.com/trung/InMemoryJavaCompiler</url>
9
@@ -41,7 +41,7 @@
41
42
<connection>scm:git:git://github.com/trung/InMemoryJavaCompiler</connection>
43
<developerConnection>scm:git:git@github.com:trung/InMemoryJavaCompiler.git</developerConnection>
44
- <tag>HEAD</tag>
+ <tag>InMemoryJavaCompiler-1.3.0</tag>
45
</scm>
46
47
<distributionManagement>
0 commit comments