Skip to content

Commit

Permalink
[maven-release-plugin] prepare release elit-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho Choi committed Mar 29, 2018
1 parent 436b548 commit 6746312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions elit-component/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.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<dependencies>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>cloud.elit</groupId>
<artifactId>elit-sdk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
</dependencies>
</project>
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.1-SNAPSHOT</version>
<version>0.0.1</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.1-SNAPSHOT</version>
<version>0.0.1</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.1</tag>
</scm>

<modules>
Expand Down

0 comments on commit 6746312

Please sign in to comment.