Skip to content

Commit

Permalink
Merge branch 'main' into refactoring/Upgrade-to-Spring-Boot-3
Browse files Browse the repository at this point in the history
* main:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release inception-33.0
  #4860 - Knowledge base items should be matched even if query contains terms out of order
  #4869 - Cannot re-merge curation document
  #4867 - Cannot re-open document for curation if it contains an invalid feature value
  No issue: Warn about slow queries when using a scope
  No issue: Set version to 34.0-SNAPSHOT
  • Loading branch information
reckart committed Jun 11, 2024
2 parents 7edbe9e + 889a7ac commit 6047639
Show file tree
Hide file tree
Showing 144 changed files with 371 additions and 341 deletions.
2 changes: 1 addition & 1 deletion inception/inception-active-learning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>inception-active-learning</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-agreement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
</parent>

<artifactId>inception-agreement</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-annotation-storage-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
</parent>
<artifactId>inception-annotation-storage-api</artifactId>
<name>INCEpTION - Core - Annotation Storage - API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-annotation-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
</parent>
<artifactId>inception-annotation-storage</artifactId>
<name>INCEpTION - Core - Annotation Storage</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
</parent>
<artifactId>inception-api-annotation</artifactId>
<name>INCEpTION - Core - Annotation API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
</parent>
<artifactId>inception-api-editor</artifactId>
<name>INCEpTION - Core - Annotation editor API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
</parent>
<artifactId>inception-api-formats</artifactId>
<name>INCEpTION - Core - Formats API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-render/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
</parent>
<artifactId>inception-api-render</artifactId>
<name>INCEpTION - Core - Annotation rendering API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-app-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>33.0-SNAPSHOT</version>
<version>34.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 6047639

Please sign in to comment.