Skip to content

Commit

Permalink
No issue. Fix version number and unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Apr 8, 2019
1 parent f16fbcf commit b52ef60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dkpro-core-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.mystem-asl</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dkpro-core-mystem-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core-asl</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void testAnnotationFilterPass()
List<String> output = FileUtils.readLines(tmpFile);
assertEquals(expectedFirstLine, output.get(0));
assertEquals(input, output.get(13));
assertEquals("Sentence:3", output.get(15));
assertEquals("Sentence", output.get(15));
}

@Test
Expand Down

0 comments on commit b52ef60

Please sign in to comment.