1 parent a5f83c0 commit 2356e95Copy full SHA for 2356e95
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.mdkt.compiler</groupId>
5
<artifactId>InMemoryJavaCompiler</artifactId>
6
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
<url>https://github.com/trung/InMemoryJavaCompiler</url>
9
@@ -33,7 +33,7 @@
33
34
<connection>scm:git:git://github.com/trung/InMemoryJavaCompiler</connection>
35
<developerConnection>scm:git:git@github.com:trung/InMemoryJavaCompiler.git</developerConnection>
36
- <tag>InMemoryJavaCompiler-1.0</tag>
+ <tag>HEAD</tag>
37
</scm>
38
39
<distributionManagement>
0 commit comments