Skip to content

Commit

Permalink
[maven-release-plugin] prepare release InMemoryJavaCompiler-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trung committed Mar 10, 2015
1 parent daf4fe4 commit a5f83c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>org.mdkt.compiler</groupId>
<artifactId>InMemoryJavaCompiler</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>
<url>https://github.com/trung/InMemoryJavaCompiler</url>

Expand Down Expand Up @@ -34,7 +33,8 @@
<url>https://github.com/trung/InMemoryJavaCompiler</url>
<connection>scm:git:git://github.com/trung/InMemoryJavaCompiler</connection>
<developerConnection>scm:git:git@github.com:trung/InMemoryJavaCompiler.git</developerConnection>
</scm>
<tag>InMemoryJavaCompiler-1.0</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit a5f83c0

Please sign in to comment.