Skip to content

Commit

Permalink
updated to webanno v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remstef committed Mar 27, 2018
1 parent 0e45999 commit ffca5cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.clarin.webanno</groupId>
<artifactId>webanno</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>de.uhh.lt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion webanno
Submodule webanno updated 61 files
+39 −38 pom.xml
+1 −1 webanno-api-annotation/pom.xml
+1 −1 webanno-api-automation/pom.xml
+1 −1 webanno-api-dao/pom.xml
+35 −25 webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/DocumentServiceImpl.java
+1 −1 webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/ImportExportServiceImpl.java
+1 −0 webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/JsonImportUtil.java
+1 −1 webanno-api/pom.xml
+17 −0 webanno-api/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/DocumentService.java
+1 −1 webanno-api/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/ImportExportService.java
+49 −0 webanno-api/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/event/AfterDocumentResetEvent.java
+1 −1 webanno-automation/pom.xml
+4 −0 ...ation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/automation/service/AutomationServiceEventAdapter.java
+1 −1 webanno-brat/pom.xml
+1 −1 webanno-build/pom.xml
+1 −1 webanno-constraints/pom.xml
+1 −1 webanno-curation/pom.xml
+1 −1 webanno-diag/pom.xml
+1 −1 webanno-dkprocore/pom.xml
+1 −1 webanno-doc/pom.xml
+10 −5 webanno-doc/src/main/asciidoc/admin-guide/installation.adoc
+1 −1 webanno-doc/src/main/asciidoc/user-guide/webannotsv.adoc
+1 −1 webanno-export/pom.xml
+1 −1 webanno-fontawesome/pom.xml
+1 −1 webanno-io-conll/pom.xml
+1 −1 webanno-io-json/pom.xml
+1 −1 webanno-io-tcf/pom.xml
+1 −1 webanno-io-tei/pom.xml
+1 −1 webanno-io-text/pom.xml
+1 −1 webanno-io-tsv/pom.xml
+28 −15 webanno-io-tsv/src/main/java/de/tudarmstadt/ukp/clarin/webanno/tsv/internal/tsv3x/Tsv3XCasDocumentBuilder.java
+2 −1 webanno-io-tsv/src/main/java/de/tudarmstadt/ukp/clarin/webanno/tsv/internal/tsv3x/Tsv3XDeserializer.java
+92 −16 webanno-io-tsv/src/test/java/de/tudarmstadt/ukp/clarin/webanno/tsv/WebAnnoTsv3WriterTestBase.java
+1 −1 webanno-io-xmi/pom.xml
+1 −1 webanno-model-export/pom.xml
+1 −1 webanno-model/pom.xml
+1 −1 webanno-project/pom.xml
+1 −1 webanno-remote/pom.xml
+1 −1 webanno-security/pom.xml
+1 −1 webanno-support-standalone/pom.xml
+1 −1 webanno-support/pom.xml
+2 −2 webanno-support/src/main/java/de/tudarmstadt/ukp/clarin/webanno/support/JSONUtil.java
+8 −1 ...in/java/de/tudarmstadt/ukp/clarin/webanno/support/lambda/LambdaAjaxFormChoiceComponentUpdatingBehavior.java
+8 −1 ...src/main/java/de/tudarmstadt/ukp/clarin/webanno/support/lambda/LambdaAjaxFormComponentUpdatingBehavior.java
+23 −0 webanno-support/src/main/java/de/tudarmstadt/ukp/clarin/webanno/support/lambda/LambdaModel.java
+1 −1 webanno-ui-annotation/pom.xml
+1 −2 webanno-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPageBase.java
+1 −0 ...ation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/detail/AnnotationDetailEditorPanel.java
+1 −1 webanno-ui-automation/pom.xml
+1 −1 webanno-ui-core/pom.xml
+1 −0 webanno-ui-core/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/core/logout/LogoutPanel.html
+1 −1 webanno-ui-correction/pom.xml
+1 −1 webanno-ui-curation/pom.xml
+6 −0 webanno-ui-curation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/curation/util/MergeCas.java
+1 −1 webanno-ui-menu/pom.xml
+1 −1 webanno-ui-monitoring/pom.xml
+1 −1 webanno-ui-monitoring/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/monitoring/page/AgreementPage.html
+18 −15 webanno-ui-monitoring/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/monitoring/page/AgreementPage.java
+1 −1 webanno-ui-project/pom.xml
+6 −1 ...o-ui-project/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/project/documents/ImportDocumentsPanel.java
+1 −1 webanno-webapp/pom.xml
2 changes: 1 addition & 1 deletion webanno-exmaralda-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.uhh.lt</groupId>
<artifactId>webanno-exmaralda</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
</parent>
<artifactId>webanno-exmaralda-doc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webanno-plugin-exmaralda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.uhh.lt</groupId>
<artifactId>webanno-exmaralda</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
</parent>
<artifactId>webanno-plugin-exmaralda</artifactId>
<name>WebAnno - EXMARaLDA - Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion webanno-webapp-exm/.checkstyle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="maven-checkstyle-plugin checkstyle-check" location="file:/Users/rem/git/webanno-exmaralda/webanno/webanno-build/target/classes/webanno/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration checkstyle-check">
<local-check-config name="maven-checkstyle-plugin checkstyle-check" location="jar:file:/Users/rem/.m2/repository/de/tudarmstadt/ukp/clarin/webanno/webanno-build/3.3.5/webanno-build-3.3.5.jar!/webanno/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration checkstyle-check">
<property name="basedir" value="/Users/rem/git/webanno-exmaralda/webanno-webapp-exm"/>
<property name="checkstyle.header.file" value="/Users/rem/workspaces/webanno-new/.metadata/.plugins/org.eclipse.core.resources/.projects/webanno-webapp-exm/com.basistech.m2e.code.quality.checkstyleConfigurator/checkstyle-header-checkstyle-check.txt"/>
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
Expand Down
2 changes: 1 addition & 1 deletion webanno-webapp-exm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.uhh.lt</groupId>
<artifactId>webanno-exmaralda</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
</parent>
<artifactId>webanno-webapp-exm</artifactId>
<name>WebAnno - EXMARaLDA - Application</name>
Expand Down

0 comments on commit ffca5cb

Please sign in to comment.