Skip to content

Commit

Permalink
Updated pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho Choi committed Jul 30, 2016
1 parent e2a8cbe commit 457b6b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>nlp4j-api</artifactId>
<parent>
<groupId>edu.emory.mathcs.nlp</groupId>
<artifactId>nlp4j-unified</artifactId>
<artifactId>nlp4j</artifactId>
<version>1.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>nlp4j-cli</artifactId>
<parent>
<groupId>edu.emory.mathcs.nlp</groupId>
<artifactId>nlp4j-unified</artifactId>
<artifactId>nlp4j</artifactId>
<version>1.1.3-SNAPSHOT</version>
</parent>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<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>edu.emory.mathcs.nlp</groupId>
<artifactId>nlp4j-unified</artifactId>
<artifactId>nlp4j</artifactId>
<version>1.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://nlp.mathcs.emory.edu</url>
<scm>
<url>https://github.com/emorynlp/nlp4j-unified</url>
<connection>scm:git:git://github.com/emorynlp/nlp4j-unified.git</connection>
<developerConnection>scm:git:[email protected]:emorynlp/nlp4j-unified.git</developerConnection>
<url>https://github.com/emorynlp/nlp4j</url>
<connection>scm:git:git://github.com/emorynlp/nlp4j.git</connection>
<developerConnection>scm:git:[email protected]:emorynlp/nlp4j.git</developerConnection>
<tag>HEAD</tag>
</scm>
<parent>
Expand Down

0 comments on commit 457b6b3

Please sign in to comment.