Skip to content
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

Update maven plugins versions #468

Merged
merged 2 commits into from Mar 26, 2024
Merged

Conversation

fmbiete
Copy link
Contributor

@fmbiete fmbiete commented Sep 21, 2023

Change: update maven plugin versions to work with versions that don't suffer critical vulnerabilities

@jcflack
Copy link
Contributor

jcflack commented Dec 22, 2023

Hello,

When I try to build with this PR, the build fails here:

Plugin org.apache.maven.plugins:maven-resources-plugin:3.3. or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.3. in central (https://repo.maven.apache.org/maven2) -> [Help 1]

Removing the trailing dot is no help:

Plugin org.apache.maven.plugins:maven-resources-plugin:3.3 or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.3 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

Can you clarify what version of that plugin you intended, and possibly confirm that the build will succeed starting with an empty local repository?

@fmbiete
Copy link
Contributor Author

fmbiete commented Dec 27, 2023

Sorry, I missed the last digit, that should read 3.3.0. I've pushed the fix

@jcflack jcflack merged commit e4f91ab into tada:REL1_6_STABLE Mar 26, 2024
jcflack added a commit that referenced this pull request Apr 25, 2024
5a21027 (PR #468) bumped the versions of Maven plugins
in PL/Java's actual POMs, but not the versions in the
example POM in the hello-world example. Bump those versions
to match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants