Skip to content

Commit

Permalink
Merge branch 'tmp/v1.2.0' (early part) into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Zanoli committed Dec 23, 2014
2 parents 6c97b1d + 8e3ac1c commit 04e6f49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<module>distsim</module>
<module>globalgraphoptimizer</module>
<module>lexicalinferenceminer</module>
<module>alignmentedas</module>
<module>alignmentedas</module>
<module>tracer</module>
</modules>

<profiles>
Expand Down
7 changes: 3 additions & 4 deletions tracer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>

<parent>
<groupId>eu.excitementproject</groupId>
<artifactId>eop</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>tracer</artifactId>
<packaging>war</packaging>
Expand All @@ -22,7 +21,7 @@
<dependency>
<groupId>eu.excitementproject</groupId>
<artifactId>common</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public EntailmentServiceImpl() {
@Override
public String resolve(String text,String hypothesis) throws EntailmentServiceException {
try {
@SuppressWarnings("unused")
org.apache.uima.jcas.JCas jcas = UimaUtils.newJcas();
return "Hello World";
} catch (UimaUtilsException e) {
Expand Down

0 comments on commit 04e6f49

Please sign in to comment.