Skip to content

Commit

Permalink
[maven-release-plugin] prepare release elit-0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho Choi committed May 8, 2018
1 parent 652b044 commit 9cbbbd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions elit-ddr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>cloud.elit</groupId>
<artifactId>elit</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<dependencies>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>cloud.elit</groupId>
<artifactId>elit-sdk</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion elit-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cloud.elit</groupId>
<artifactId>elit</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cloud.elit</groupId>
<artifactId>elit</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>pom</packaging>

<name>ELIT: Evolution of Language and Information Technology</name>
Expand All @@ -14,7 +14,7 @@
<url>https://github.com/elitcloud/elit-java</url>
<connection>scm:git:git://github.com/elitcloud/elit-java.git</connection>
<developerConnection>scm:git:git@github.com:elitcloud/elit-java.git</developerConnection>
<tag>HEAD</tag>
<tag>elit-0.0.3</tag>
</scm>

<modules>
Expand Down

0 comments on commit 9cbbbd4

Please sign in to comment.