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

Fix build warning about maven-source-plugin missing version #35

Merged
merged 2 commits into from
May 1, 2022
Merged

Fix build warning about maven-source-plugin missing version #35

merged 2 commits into from
May 1, 2022

Conversation

AlvinKuruvilla
Copy link
Contributor

I noticed that while running mvn package it would complain that

for org.apache.maven.plugins:maven-source-plugin is missing.```. This
commit aims to reolve that warning by specifying the most recent version
of the maven-source-plugin in pom.xml. According to
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin,
the latest version of the maven-source-plugin is 3.2.1

I noticed that while running ```mvn package``` it would complain that
``` [WARNING] 'build.plugins.plugin.version'
for org.apache.maven.plugins:maven-source-plugin is missing.```. This
commit aims to reolve that warning by specifying the most recent version
of the maven-source-plugin in pom.xml. According to
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin,
the latest version of the maven-source-plugin is 3.2.1
setScale(int, int) is deprecated this commit replaces  it with
setScale(int, RoundingMode)
@JohannesLichtenberger
Copy link
Member

Thanks!

@JohannesLichtenberger JohannesLichtenberger merged commit 5641fb1 into sirixdb:master May 1, 2022
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