-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
artifact's pom.xml has wrong version description #19
Comments
It may be caused by GitHub actions script
|
@jaumeortola Any idea what the issue might be? |
When prepare gradle project with configuration like
and run gradle command like ./gradlew dependencies --scan then I got command output
and gradle scan report
It cause any downstream project which use gradle as build system got error from french module. |
It was "0.5" in v0.5 release. It become |
@miurahr obviously something's wrong when resolving the environment variables. I'll have a look and report back soon. I'll follow up on this in the Portuguese repo and propagate the solution to this one once I've got it. |
The issue is fixed in the GHA workflow (as it is for Portuguese). As discussed in languagetool-org/portuguese-pos-dict#44, this will affect future releases, but changing the version in the POM of already released artefacts will require extra juggling of Nexus permissions. I'll talk about it with @jaumeortola once he's back. |
Unfortunately, LanguageTool-v6.5 was released with |
Published jar bundles pom.xml with a wrong version string
${env.FR_DICT_VERSION}
Affected version : 0.6
The jar file checked: https://repo1.maven.org/maven2/org/languagetool/french-pos-dict/0.6/
A path in archive:
/META-INF/maven/org.languagetool/french-pos-dict/pom.xml
The text was updated successfully, but these errors were encountered: