Skip to content

Commit 436b548

Browse files
author
Jinho Choi
committed
Prepared for vesion 0.0.1.
1 parent 3b41f2e commit 436b548

File tree

3 files changed

+6
-38
lines changed

3 files changed

+6
-38
lines changed

elit-component/pom.xml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,9 @@
77
<parent>
88
<groupId>cloud.elit</groupId>
99
<artifactId>elit</artifactId>
10-
<version>0.0.2-SNAPSHOT</version>
10+
<version>0.0.1-SNAPSHOT</version>
1111
</parent>
1212

13-
<url>http://elit.cloud</url>
14-
15-
<licenses>
16-
<license>
17-
<name>The Apache Software License, Version 2.0</name>
18-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
19-
</license>
20-
</licenses>
21-
22-
<developers>
23-
<developer>
24-
<id>jinho.choi</id>
25-
<name>Jinho D. Choi</name>
26-
<email>{id}@emory.edu</email>
27-
</developer>
28-
</developers>
29-
3013
<dependencies>
3114
<dependency>
3215
<groupId>junit</groupId>
@@ -37,7 +20,7 @@
3720
<dependency>
3821
<groupId>cloud.elit</groupId>
3922
<artifactId>elit-sdk</artifactId>
40-
<version>0.0.2-SNAPSHOT</version>
23+
<version>0.0.1-SNAPSHOT</version>
4124
</dependency>
4225
</dependencies>
4326
</project>

elit-sdk/pom.xml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,9 @@
77
<parent>
88
<groupId>cloud.elit</groupId>
99
<artifactId>elit</artifactId>
10-
<version>0.0.2-SNAPSHOT</version>
10+
<version>0.0.1-SNAPSHOT</version>
1111
</parent>
1212

13-
<url>http://elit.cloud</url>
14-
15-
<licenses>
16-
<license>
17-
<name>The Apache Software License, Version 2.0</name>
18-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
19-
</license>
20-
</licenses>
21-
22-
<developers>
23-
<developer>
24-
<id>jinho.choi</id>
25-
<name>Jinho D. Choi</name>
26-
<email>{id}@emory.edu</email>
27-
</developer>
28-
</developers>
29-
3013
<dependencies>
3114
<dependency>
3215
<groupId>junit</groupId>

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>cloud.elit</groupId>
55
<artifactId>elit</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

9+
<name>ELIT: Evolution of Language and Information Technology</name>
10+
<description>The ELIT project provides a cloud-based research platform for language and information technology.</description>
911
<url>http://elit.cloud</url>
1012

1113
<scm>

0 commit comments

Comments
 (0)