You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@miurahr I've identified the issue and fixed it. For future releases (in Portuguese, that's true of v1.2.0, deployed just now), the version in that pom.xml file will now reflect the version of the artefact's metadata in the Nexus repository.
Thank you for bringing this our attention!
For older releases, the process of rectifying versions in POM files of already released artefacts is not very straightforward, and may depend on permissions I do not have...
If you absolutely need to install an older version (e.g. something for LT's 6.4 snapshot), you may need to circumvent Gradle's artefactory validation somehow (there appear to be some solutions, but I haven't tested them myself), or just download the dictionary jar locally and point your gradle build instructions to it.
If you absolutely need to install an older version (e.g. something for LT's 6.4 snapshot), you may need to circumvent Gradle's artefactory validation somehow (there appear to be some solutions, but I haven't tested them myself), or just download the dictionary jar locally and point your gradle build instructions to it.
Thank you for attention with us. We, OmegaT project, uses LT 6.1 for our development version, and I have a plan to bump to LT 6.3, because of the issue here.
Bug description
Published jar bundles pom.xml with a wrong version string
${env.PT_DICT_VERSION}
Affected version : v0.10...v1.1.0
url to download jar: https://repo1.maven.org/maven2/org/languagetool/portuguese-pos-dict/1.1.0/
Reproduction steps
./gradlew dependencies --scan
Expected behaviour
Jar has correct version number.
Additional context
Same issue is also in french-pos-dict
languagetool-org/french-pos-dict#19
The text was updated successfully, but these errors were encountered: