Skip to content

Commit a5f83c0

Browse files
committed
[maven-release-plugin] prepare release InMemoryJavaCompiler-1.0
1 parent daf4fe4 commit a5f83c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>org.mdkt.compiler</groupId>
65
<artifactId>InMemoryJavaCompiler</artifactId>
7-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
87
<packaging>jar</packaging>
98
<url>https://github.com/trung/InMemoryJavaCompiler</url>
109

@@ -34,7 +33,8 @@
3433
<url>https://github.com/trung/InMemoryJavaCompiler</url>
3534
<connection>scm:git:git://github.com/trung/InMemoryJavaCompiler</connection>
3635
<developerConnection>scm:git:[email protected]:trung/InMemoryJavaCompiler.git</developerConnection>
37-
</scm>
36+
<tag>InMemoryJavaCompiler-1.0</tag>
37+
</scm>
3838

3939
<distributionManagement>
4040
<snapshotRepository>

0 commit comments

Comments
 (0)