diff --git a/LICENSE b/LICENSE index 1ed4159664..07f19b1dab 100755 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2008-2022 GROBID's contributors + Copyright 2008-2023 GROBID's contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/compose.yml b/compose.yml deleted file mode 100644 index 5dcf3632e6..0000000000 --- a/compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: "3" - -services: - grobid: - image: lfoppiano/grobid:0.7.2 - deploy: - restart_policy: - condition: on-failure - ports: - - "8080:8070" - - "8081:8071" diff --git a/gradle.properties b/gradle.properties index d8679752ec..76af9d9432 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.7.3-SNAPSHOT +version=0.7.3 # Set workers to 1 that even for parallel builds it works. (I guess the shadow plugin makes some trouble) org.gradle.workers.max=1 org.gradle.caching = true