Skip to content

Commit

Permalink
[3.2.0] Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Sep 23, 2024
1 parent a90c249 commit 91d8f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>termit</artifactId>
<version>3.1.3</version>
<version>3.2.0</version>
<name>TermIt</name>
<description>Terminology manager based on Semantic Web technologies.</description>
<packaging>${packaging}</packaging>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ server:
name: TermItSessionId
tomcat:
max-swallow-size: -1
forward-headers-strategy: framework
spring:
servlet:
multipart:
Expand Down Expand Up @@ -66,7 +67,7 @@ termit:
file:
storage: /tmp/termit
textAnalysis:
url: http://localhost/annotace/annotate
url: http://localhost:8081/annotace/annotate
changetracking:
context:
extension: /zmeny
Expand Down

0 comments on commit 91d8f5f

Please sign in to comment.